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.
Explainability Logs
- JSON example
-
1{ 2 "actionLogs": [ 3 { 4 "actionContextCode": "001x0000005SdzIAAS", 5 "actionLog": "{This is a sample action log data.}", 6 "applicationLogDate": "Mon Aug 01 10:29:35 GMT 2022", 7 "applicationSubtype": "ASD1", 8 "applicationType": "0", 9 "name": "EAD1", 10 "processType": "BPT1" 11 } 12 ], 13 "queryMore": " " 14}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| actionLogs | Explainability Log Detail[] | The list of explainability logs that matches the search criteria. | Small, 56.0 | 56.0 |
| queryMore | String | A string that can be passed to the next call to fetch the next batch of explainability log records. | Small, 56.0 | 56.0 |