Newer Version Available
ActionCadenceTracker
Represents an active sales cadence that has an assigned prospect. This
object is available in API version 45.0 and later.
An ActionCadenceTracker record is created when you add a prospect to a sales cadence. Use ActionCadenceTracker to learn about a running sales cadence, including its state, current step, assigned prospect, and reason for completion.
Supported Calls
describeSObjects(), getDeleted(), getUpdated(), query(), retrieve()
Fields
| Field | Details |
|---|---|
| ActionCadenceId |
|
| CompletionReason |
|
| CurrentStepId |
|
| ErrorMessage |
|
| ExitGlobalRuleId |
|
| LastCompletedStepId |
|
| OwnerId |
|
| State |
|
| TargetId |
|
Usage
Use ActionCadenceTracker to see what prospects are currently assigned to an active sales
cadence.
1select TargetId from ActionCadenceTracker where ActionCadenceId=<Id of the sales cadence> and State= "Running"