ActionCadenceStep
セールスケイデンスのステップを表します。ActionCadenceStep を使用して、セールスケイデンスに属しているステップや、ステップの相互接続方法を確認します。このオブジェクトは、API バージョン 48.0 以降で使用できます。
ActionCadenceStep レコードは、ステップを表すために作成されます。ステップが分岐ステップの場合は、対応する ActionCadenceRule および ActionCadenceRuleCondition レコードも作成されます。
サポートされているコール
describeSObjects()、getDeleted()、getUpdated()、query()、retrieve()
項目
| 項目 | 詳細 |
|---|---|
| ActionCadenceId |
|
| BranchDefaultStepName |
|
| ChainedCadenceId |
|
| ParentStepName |
|
| RootStepId |
|
| StepComments |
|
| StepName |
|
| StepTitle |
|
| TemplateId |
|
| Type |
|
| WaitTimeInSeconds |
|
使用方法
ActionCadenceStep を使用して、セールスケイデンスのステップを表示します。
1select StepTitle from ActionCadenceStep where ActionCadence.ID= <the id of an action cadence>