Decision Table Outcome
- JSON の例
-
1{ 2 "datasetLinkName" : "Product_Mapping", 3 "conditions" : { 4 "conditionsList" : [ 5 { 6 "fieldName": "ProductName__c", 7 "value": "Cloud Kicks" 8 }, 9 { 10 "fieldName": "Price__c", 11 "value": 1000 12 } 13 ] 14 } 15}
| プロパティ名 | 型 | 説明 | 検索条件グループとバージョン | 使用可能なバージョン |
|---|---|---|---|---|
| errorCode | Integer | トランザクションが何らかの理由で失敗した場合のエラーコード。 | Small、55.0 | 55.0 |
| errorMessage | String | トランザクションが何らかの理由で失敗した場合のエラーメッセージ。 | Small、55.0 | 55.0 |
| outcomeList | Decision Table Outcome Item[] | 決定表で提供される複数の結果を保存する結果リスト。 | Small、55.0 | 55.0 |
| outcomeType | String | 要求が成功した場合の結果の型。 | Small、55.0 | 55.0 |
| successStatus | Boolean | 決定表の実行の状況を表します。 | Small、55.0 | 55.0 |