Newer Version Available

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

ConnectApi.DecisionTableCondition

Input representation of the decision table condition.
Property Type Description Required or Optional Available Version
fieldName String The field name that is selected as an input for the decision table. Required 51.0
operator String The operator used for the input field.
Valid values are:
  • DoesNotExistIn—Use to check if the input value does not exist in a multi-select picklist.
  • Equals—Use to check if the input value equals to the configured value in the rule.
  • ExistsIn—Use to check if the input value exists in a multi-select picklist.
  • GreaterOrEqual—Use to check if the input value is greater than or equals to the configured value in the rule.
  • GreaterThan—Use to check if the input value is greater than the configured value in the rule.
  • LessOrEqual—Use to check if the input value is less than or equals to the configured value in the rule.
  • LessThan—Use to check if the input value is less than the configured value in the rule.
  • Matches—Use to check if the input value is a substring of the value in the rule.
  • NotEquals—Use 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 51.0
value Object The value of the data type that is selected as an input. Required 51.0