Newer Version Available

This content describes an older version of this product. View Latest

Decision Table Condition Input

Input representation of the decision table condition.
Properties
Name Type Description Required or Optional Available Version
fieldName String The field name that is selected as an input for the decision table. Required 55.0
operator String The operator used for the input field.
Valid values are:
  • DoesNotExistInUse to check if the input value does not exist in a multi-select picklist.
  • EqualsUse to check if the input value equals to the configured value in the rule.
  • ExistsInUse to check if the input value exists in a multi-select picklist.
  • GreaterOrEqualUse to check if the input value is greater than or equals to the configured value in the rule.
  • GreaterThanUse to check if the input value is greater than the configured value in the rule.
  • LessOrEqualUse to check if the input value is less than or equals to the configured value in the rule.
  • LessThanUse to check if the input value is less than the configured value in the rule.
  • MatchesUse to check if the input value is a substring of the value in the rule.
  • NotEqualsUse to check if the input value does not equal to the configured value in the rule.

The operator specified here overrides the operator defined in Decision Table.

Note

Optional 55.0
sourceObject String The name of source object for the input field. The source object field is not mandatory if the dataset link is configured with a single source object. Optional

This field is required only when the dataset link definition contains multiple source objects.

Note

55.0
value String The value of the data type that is selected as an input. Required 55.0