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.
Data Processing Engine Definition List Output
Output representation of a Record Aggregation Data Processing Engine definition
generation request.
- JSON example
-
1{ 2 "code": "200", 3 "dpeIds": [ 4 "9N1SB00000006IL0AY" 5 ], 6 "isSuccess": true, 7 "message": "DPE Generated Successfully" 8}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| code | String | Status code of the request. | Small, 59.0 | 59.0 |
| dpeIds | String[] | List of Data Processing Engine definition IDs. | Small, 59.0 | 59.0 |
| isSuccess | Boolean | Indicates whether the Data Processing Engine definition is generated (true) or not (false). | Small, 59.0 | 59.0 |
| message | String | Indicates whether the generation of the Data Processing Engine definition succeeded or failed. | Small, 59.0 | 59.0 |