Newer Version Available
ActionCadence
- The current state of the sales cadence.
- The steps that the sales cadence contains.
- Which leads, contacts, or person accounts are assigned to the sales cadence.
The ActionCadence, ActionCadenceStep, ActionCadenceRule, and ActionCadenceRuleCondition objects define a sales cadence and the steps that it contains. ActionCadenceTracker and ActionCadenceStepTracker track a prospect's movement through an active sales cadence.
- An ActionCadence record is created when you use the High Velocity Sales app to create a sales 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 a sales cadence.
- An ActionCadenceStepTracker record is created each time the prospect moves to a new step.
All of these sales cadence records exist until you use the High Velocity Sales app to delete a sales cadence. If many prospects have been assigned to the sales cadence, there can be many associated ActionCadenceTracker and ActionCadenceStepTracker records. In this case, deleting the sales cadence can take some time. While the sales cadence is being deleted, the ActionCadence record is in the Deleting state.
Supported Calls
delete(), describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), search(), update(),
Fields
| Field | Details |
|---|---|
| ActivatedDate |
|
| Description |
|
| ErrorMessage |
|
| LastEditedDateTime |
|
| LastReferencedDate |
|
| LastViewedDate |
|
| Name |
|
| OwnerId |
|
| State |
|
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.