Newer Version Available
ActionCadenceRule
Represents the logic that a branch step uses to make decisions in your sales
cadence. Use ActionCadenceRule to learn about a branch step, including its logic and what the
next step is. This object is available in API version 48.0 and later.
Supported Calls
describeSObjects(), getDeleted(), getUpdated(), query(), retrieve()
Fields
| Field | Details |
|---|---|
| ActionCadenceStepId |
|
| ConditionLogic |
|
| OutcomeNextStepName |
|
| RuleName |
|
Usage
Use ActionCadenceRule to see all the rules associated with a branch
step:
1select RuleName from ActionCadenceRule where ActionCadenceStep.ActionCadence.Name = "High Priority CFO"