Check Field

Checks a field value against a condition.

Optionally, the script can be terminated when the condition is not met.

Fields in the editor

Name
The field to check.
Occ
The occurrence number of the field (optional).
Operator
The operator used.
Possible values: =(eq), <>(ne), >(gt), >=(ge), <(lt) or <=(le)
Field (+Occ) / Variable / Value
The field, variable, or value to check the field against.
Error Message
The message that is written to the log if the check evaluates to false.
Success Message
The message that is written to the log if the check evaluates to true.
Stop if check fails
If this check box is selected, the test execution stops if the check fails.