Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

Decision Table Source Criteria Input

Input representation of source criteria for the decision table.
Root XML tag
Properties
Name Type Description Required or Optional Available Version
operator String Operator used in the filter criteria. Possible values are:
  • Contains
  • DoesNotContain
  • Equals
  • GreaterThan
  • GreaterThanOrEqual
  • IsNotNull
  • IsNull
  • LessThan
  • LessThanOrEqual
  • NotEqual
Required 58.0
sequenceNumber Integer Sequence number of the filter criteria in the associated decision table source condition. Optional 58.0
sourceFieldName String Name of the field in the filter criteria. Required 58.0
value String Expected value of the field. Optional 58.0
valueType String Type of a filter value. Possible values are:
  • Formula
  • Literal
  • Lookup
  • Parameter
  • PickList
Required 58.0