Newer Version Available
ActionCadence
- The current state of the action cadence.
- The steps that the action cadence contains.
- Which leads, contacts, or person accounts are assigned to the action cadence.
The ActionCadence, ActionCadenceStep, ActionCadenceRule, and ActionCadenceRuleCondition objects define an action cadence and the steps that it contains. ActionCadenceTracker and ActionCadenceStepTracker track a prospect's movement through an active action cadence.
- An ActionCadence record is created when you use the Sales Engagement app to create a cadence.
- An ActionCadenceStep record is created to represent a step. If the step is a branch step, then corresponding ActionCadenceRule and ActionCadenceRuleCondition records are also created.
- An ActionCadenceTracker record is created when you assign a prospect to an action cadence.
- An ActionCadenceStepTracker record is created each time the prospect moves to a new step.
All of these action cadence records exist until you use the Sales Engagement app to delete an action cadence. If many prospects have been assigned to the action cadence, there can be many associated ActionCadenceTracker and ActionCadenceStepTracker records. In this case, deleting the action cadence can take some time. While the action cadence is being deleted, the value for the State field is Deleting on the ActionCadence record.
Supported Calls
delete(), describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), search(), update(),
Fields
| Field | Details |
|---|---|
| ActivatedDate |
|
| ActiveTargets |
|
| Description |
|
| ErrorMessage |
|
| FolderId |
|
| FolderName |
|
| IsWaitAllowedBeforeDaisyChain |
|
| LastEditedDateTime |
|
| LastReferencedDate |
|
| LastViewedDate |
|
| Name |
|
| OwnerId |
|
| State |
|
| SuccessfulCompletions |
|
| TotalSteps |
|
| TotalTargets |
|
| Type |
|
Usage
1select COUNT() from ActionCadence where State="Active"1SELECT ActionCadenceId FROM ActionCadence WHERE NAME LIKE '[West Coast Cadence]%'1SELECT ActionCadenceId FROM ActionCadence WHERE OwnerId = '<owner id>'Associated Objects
This object has the following associated objects. If the API version isn’t specified, they’re available in the same API versions as this object. Otherwise, they’re available in the specified API version and later.
- ActionCadenceChangeEvent (API version 48.0)
- Change events are available for the object.
- ActionCadenceOwnerSharingRule
- Sharing rules are available for the object.
- ActionCadenceShare
- Sharing is available for the object.