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.
Lookup Tables Result List
- JSON example
-
1{ 2 "code": "200", 3 "isSuccess": true, 4 "lookupTables": [ 5 { 6 "id": "0lIxx000000003FEAQ", 7 "lookupTableDefinitionId": "0lDxx000000001dEAA", 8 "lookupTableType": "DecisionTable", 9 "name": "DT_Apr27_2", 10 "apiName": "DT_Apr27_2" 11 } 12 ], 13 "message": "" 14}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| code | String | Response code of the API request. | Small, 59.0 | 59.0 |
| isSuccess | Boolean | Indicates whether the request is successful (true) or not (false). | Small, 59.0 | 59.0 |
| lookupTables | Lookup Table Details[] | List of the retrieved lookup tables. | Small, 59.0 | 59.0 |
| message | String | API response message if the request fails. | Small, 59.0 | 59.0 |