Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Constraint Type: Field is Greater Than Or Equal

Determines whether the specified integer field contains a value that is greater than or equal to the specified comparison value.

Required Properties

  • Type: Value must be Field Is Greater Than Or Equal

  • Name: The name of the field to evaluate.

  • Value: The value to compare against the field's current value. Must be an integer.

Optional Properties

None

Constraint Type: Field is Empty

Determines whether the specified field contains a value.

Required Properties

  • Type: Value must be Field Is Empty

  • Name: The name of the field to evaluate.

Optional Properties

None

Constraint Type: Field is Equal

Determines whether the specified field contains a value that is equal to the specified comparison value.

Required Properties

  • Type: Value must be Field Is Equal

  • Name: The name of the field to evaluate.

  • Value: The value to compare against the field's current value.

Optional Properties

  • Ignore Case: Yes or No; Ignore case-sensitivity during the comparison. No is the default behavior when this property is omitted. (i.e. Comparisons are case-sensitive by default.)

Constraint Type: Field is Less Than or Equal

Determines whether the specified integer field contains a value that is less than or equal to the specified comparison value.

Required Properties

  • Type: Value must be Field Is Less Than Or Equal

  • Name: The name of the field to evaluate.

  • Value: The value to compare against the field's current value. Must be an integer.

Optional Properties

None

Constraint Type: Field is Not Empty

Determines whether the specified field does not contain a value.

Required Properties

  • Type: Value must be Field Is Not Empty

  • Name: The name of the field to evaluate.

Optional Properties

None

Constraint Type: Field is Not Equal

Determines whether the specified field contains a value that is not equal to the specified comparison value.

Required Properties

  • Type: Value must be Field Is Not Equal

  • Name: The name of the field to evaluate.

  • Value: The value to compare against the field's current value.

Optional Properties

  • Ignore Case: Yes or No; Ignore case-sensitivity during the comparison. No is the default behavior when this property is omitted. (i.e. Comparisons are case-sensitive by default.)

Constraint Type: Field is Not One Of

Determines whether the specified field matches none of the specified values..

Required Properties

  • Type: Value must be Field Is Not One Of

  • Name: The name of the field to evaluate.

  • Value: The value to compare against the field's current value.

Optional Properties

  • Ignore Case: Yes or No; Ignore case-sensitivity during the comparison. No is the default behavior when this property is omitted. (i.e. Comparisons are case-sensitive by default.)

Constraint Type: Field is One Of

Determines whether the specified field matches any of the specified values..

Required Properties

  • Type: Value must be Field Is One Of

  • Name: The name of the field to evaluate.

  • Value: The value to compare against the field's current value.

Optional Properties

  • Ignore Case: Yes or No; Ignore case-sensitivity during the comparison. No is the default behavior when this property is omitted. (i.e. Comparisons are case-sensitive by default.)

  • No labels