Newer Version Available
ActionCadenceStepTracker
Represents a step in an active sales cadence for a specific sales cadence
target. This object is available in API version 48.0 and later.
An ActionCadenceStepTracker record is created when a target moves to a new step in a sales cadence. Use ActionCadenceStepTracker to find information such as the step's current state, the reason it completed, and its type.
Supported Calls
describeSObjects(), getDeleted(), getUpdated(), query(), retrieve()
Fields
| Field | Details |
|---|---|
| ActionCadenceId |
|
| ActionCadenceName |
|
| ActionCadenceStepId |
|
| ActionCadenceTrackerId |
|
| ActionTakenDateTime |
|
| CompletedById |
|
| CompletionDate |
|
| CompletionReason |
|
| DueDateTime |
|
| IsActionTaken |
|
| SecondsOverdue |
|
| State |
|
| StepTitle |
|
| StepType |
|
| TargetId |
|
| WasEverPaused |
|
Usage
List all the steps that this prospect has completed in a given sales
cadence:
1select StepTitle from ActionCadenceStepTracker where TargetID = <target ID> and ActionCadenceId=<action cadence id> and StepType="Completed"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.
- ActionCadenceStepTrackerChangeEvent (API version 48.0)
- Change events are available for the object.