getTacticCompensationModels
入力パラメーター
| 名前 | 説明 |
|---|---|
| tacticTemplate | 戦略テンプレートの SFDC ID。 |
入力の例
1{
2 "class": "NewPromotionWizardCallable",
3 "method": "getTacticCompensationModels",
4 "params": {
5 "tacticTemplate": "{! tacticTemplate.Id }"
6 },
7 "cache": true
8}応答の例
1[
2 {
3 "Name": "Per Case",
4 "Id": "PerCase"
5 },
6 {
7 "Name": "Percentage",
8 "Id": "Percentage"
9 }
10]応答プロパティ
このメソッドは、次のプロパティを持つ項目のリストを返します。
| 名前 | 説明 |
|---|---|
| Id | 補償モデルの値。 |
| Name | 補償モデルの表示ラベル。 |