ActionCadenceTracker
セールスケイデンスに見込み客を追加すると、ActionCadenceTracker レコードが作成されます。ActionCadenceTracker を使用して、実行中のセールスケイデンスに関する情報 (状態、現在のステップ、割り当てられた見込み客、完了の理由など) を確認します。
サポートされているコール
describeSObjects()、getDeleted()、getUpdated()、query()、retrieve()
項目
| 項目 | 詳細 |
|---|---|
| ActionCadenceId |
|
| CompletionReason |
|
| CurrentStepId |
|
| ErrorMessage |
|
| LastCompletedStepId |
|
| OwnerId |
|
| State |
|
| TargetId |
|
使用方法
ActionCadenceTracker を使用して、有効なセールスケイデンスに現在割り当てられている見込み客を表示します。
1select TargetId from ActionCadenceTracker where ActionCadenceId=<Id of the sales cadence> and State= "Running"