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 Model Export Output
- JSON example
-
1{ 2 "message":"OK", 3 "success":true, 4 "errors":[ 5 { 6 "errorCode":"BAD_REQUEST", 7 "errorMessage":"We couldn’t find this record. Specify a valid ID for decisionModelEntityIds parameter.", 8 "recordId":"0lNRO00000004fsdfAA" 9 } 10 ] 11}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| errors | Decision Model Export Error[] | List of errors corresponding to a failed export request. | Small, 58.0 | 58.0 |
| message | String | Response message from the completed export request. | Small, 58.0 | 58.0 |
| success | Boolean | Indicates whether the export request was successful (true) or not (false). | Small, 58.0 | 58.0 |