If Operation Attribute

If Operation Attribute performs a test on attribute values in the current operation.


Example


If Operation Attribute


Condition

Operator Condition is met when...

available

There is a value available in the current operation (add attribute, add value, attribute) for the specified attribute.

changing

The current operation contains a change (modify attribute or add attribute) of the specified attribute.

changing-from

The current operation contains a change that removes a value (remove value) of the specified attribute, that equals the specified value when compared using the specified comparison mode.

changing-to

The current operation contains a change that adds a value (add value or add attribute) to the specified attribute, that equals the specified value when compared using the specified comparison mode.

equal

There is a value available in the current operation (other than a remove value) for the specified attribute, that equals the specified value when compared using the specified comparison mode.

not available

Available would return False.

not-changing

Changing would return False.

not-changing-from

Changing-from would return False.

not-changing-to

Changing-to would return False.

not-equal

Equal would return False.


Fields

Name

Specify the name of the attribute to test for the selected condition.


Operator

Select the condition test type.


Compare Mode

Select the comparison mode. See Comparison Modes.