Newer Version Available
Expression Set Condition Criteria Input
- Root XML tag
- <ExpressionSetConditionCriteriaInput>
- JSON example
-
1"criteria" : [ { 2 "operator" : "Equals", 3 "sequenceNumber" : 1, 4 "sourceFieldName" : "a", 5 "value" : "0", 6 "valueType" : "Literal" 7 } ] - Properties
-
Name Type Description Required or Optional Available Version operator String Condition operator of the expression set. Valid values are:
- Contains
- DoesNotContain
- Equals
- GreaterThanOrEquals
- GreaterThan
- IsNotNull
- IsNull
- LessThan
- LessThanOrEquals
- NotEqualTo
Required 58.0 sequenceNumber Integer The sequence number of the condition in the advanced condition. Required 58.0 sourceFieldName String The expression set version variable associated with the condition criteria. Required 58.0 value String The right-hand side of the condition is specified in this field. Required 58.0 valueType String Criteria value type of the expression set. Valid values are:
- Formula
- Literal
- Parameter
Required 58.0