Newer Version Available

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

AutomatedActionCondition

Represents the logical operator details for evaluating conditions in an automated action. This object is available in API version 57.0 and later.

Supported Calls

create(), delete(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), undelete(), update(), upsert()

Fields

Field Details
AutomatedActionId
Type
reference
Properties
Create, Filter, Group, Sort
Description
ID of the automated action.
This field is a relationship field.
Relationship Name
AutomatedAction
Relationship Type
Lookup
Refers To
AutomatedAction
ConditionNumber
Type
int
Properties
Create, Filter, Group, Sort, Update
Description
Reference number of the condition containing advanced filter logic.
IsLocked
Type
boolean
Properties
Defaulted on create, Filter, Group, Sort
Description
Indicates whether the automated action condition record is locked or not.
The default value is false.
MayEdit
Type
boolean
Properties
Defaulted on create, Filter, Group, Sort
Description
Indicates whether the automated action condition record can be edited or not.
The default value is false.
Operator
Type
picklist
Properties
Create, Filter, Group, Restricted picklist, Sort, Update
Description
The logical operator for this condition.
Possible values are:
  • Contains
  • EndsWith
  • Equal
  • GreaterThan
  • GreaterThanOrEqual
  • IsChanged
  • IsNull
  • LessThan
  • LessThanOrEqual
  • NotEqual
  • StartsWith
ReferenceField
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
The field to use for this condition.
Type
Type
picklist
Properties
Create, Defaulted on create, Filter, Group, Nillable, Restricted picklist, Sort, Update
Description
The type of condition.
Possible values are:
  • ExtraFilterCondition
  • PrimaryFilterCondition
Value
Type
textarea
Properties
Create, Nillable, Update
Description
The value to compare to the ReferenceField.