Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
Decision Table Row List Input
Input representation of the data for a row in the CSV based decision
table that has to be added or updated.
- JSON example
-
1{ 2 "id": "1FIxx0000004CSOGA2", 3 "rowData": { 4 "City": "City3", 5 "AssetLevel": "300" 6 }, 7 "action": "update" 8} - Properties
-
Name Type Description Required or Optional Available Version action String Action to perform on this row. Valid values are:
- Create
- Update
Optional 62.0 id String ID of the decision table tow. Optional 62.0 rowdata Map<String, Object> Key value pair of the decision table row. Required 62.0