ExpressionFilterCriteria
Represents a condition in an expression that’s used to control the
execution of macro instructions. This object is available in API version 46.0 and
later.
Supported Calls
create(), delete(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), undelete(), update(), upsert()
Fields
Field | Details |
---|---|
ExpressionFilterId |
|
FilterTarget |
|
FilterTargetValue |
|
Name |
|
Operation |
|
SortOrder |
|
Usage
ExpressionFilterCriteria is a child object of the ExpressionFilter object. Use these objects with the IF and ELSEIF operations in a MacroInstruction to control instruction execution. Each condition in a ExpressionFilterCriteria compares a target object or field to a value using a condition operator; for example, Case.Status EQUALS New.