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 Rows List
Output representation of the rows in relation to the decision table, including current
state of pagination.
- Sample Output
-
1{ 2 "rows": [ 3 { 4 "id": "1FIxx0000004CCG", 5 "rowData": { 6 "AssetLevel": "101", 7 "City": "city1" 8 } 9 } 10 ], 11 "totalRows": 3 12}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| rows | Decision Table Row[] | List of rows returned in response to the API request. | Small, 62.0 | 62.0 |
| totalRows | Integer | Total number of rows. | Small, 62.0 | 62.0 |