Report BPT Components actions

Report BPT Components actions set the ‘Impacted’ field for a specified set of components in the specified Test Repository. The results are stored in a Table dataset that includes the identifier and new impacted value of the components whose fields were set.

Action property Description
Impacted Label The label used to identify the impacted status of component objects in the specified Test Repository. Note that the impacted field’s label should be used here, and not its associated database field name.
Result A Table dataset that stores the IDs of the components that were updated, and their new impacted statuses.
Source A Table parameter or dataset that identifies the components to be updated and their new impacted statuses.
TestRepository A Test Repository parameter or dataset referring to the Test Repository in which the impacted status for components is to be set.

The Source table should have the following columns:

Column Description
COMPONENT_ID The ID of a component whose ‘Impacted Label’ field is to be updated.
IMPACTED The value to be set in the component’s ‘Impacted Label’ field.

The Result table has the following columns:

Column Description
COMPONENT_ID The ID of a component whose ‘Impacted Label’ field was updated.
IMPACTED The new value of the component’s ‘Impacted Label’ field.

Example

Report BPT Components action example.

Test repository integrations