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 Detailed Action Log Detail
Output representation of explainability action log in detail.
- JSON example
-
1{ 2 "actionContextCode": "001xx000003GYiCAAW", 3 "actionLog": "{"input":{"calcInput":10},"ruledefinition":{"interfaceSourceType":null,"calculationProcedureId":"9QLxx0000004C92GAE","variables":{"details":[{"apiName":"calInt","isEditable":true,"defaultValue":null,"displayName":null,"dataType":"Number","precision":2,"calculationMatrixName":null,"name":"calInt","isUserDefined":true,"uiDisplayOrder":null,"id":null},{"apiName":"calcInput","isEditable":true,"defaultValue":null,"displayName":null,"dataType":"Number","precision":2,"calculationMatrixName":null,"name":"calcInput","isUserDefined":true,"uiDisplayOrder":null,"id":null}]},"code":null,"endDate":null,"contextDefinition":null,"description":null,"message":null,"enabled":true,"versionNumber":1,"aliasGroupList":{"aliasGroupList":[]},"versionId":"0k1xx0000004C92GAE","showExplExternally":false,"root":{"steps":["Calculation"]},"executionScale":"Low","name":"ExpDes V1","rank":1,"step":{"details":{"Calculation":{"inputVariablesFormatText":"[{\"dataType\":\"Number\",\"name\":\"calcInput\",\"alias\":\"calcInput\"}]","exposeExecPathMsgOnly":true,"stepType":"Calculation","lookupTableName":null,"outputVariablesFormatText":"{\"name\":\"calInt\"}","customElementName":null,"passedExplainerTemplateId":null,"conditionsUiFormattedText":"","description":null,"inputVariablesMappingText":null,"outputVariablesMappingText":"{\"calInt\":\"calInt\"}","calculationMatrixId":null,"failedExplainerTemplateId":null,"exposeConditionDetails":false,"referenceCalculationProcedureId":null,"id":"Calculation","returnMessageValueSet":"{\"true\":\"\",\"false\":\"\"}","passedMessageTokenMappings":[],"failedMessageTokenMappings":[],"lookupTableError":null,"noResultMessageTokenMappings":[],"formulaUiFormattedText":null,"noResultExplainerTemplateId":null,"conditionsExpressionText":null,"isResultIncluded":true,"formulaExpressionText":"100 + calcInput","showExplExternally":false,"stage":"Calculation","name":"Calculation","childStepIds":[]}}},"constants":{"details":[]},"allowNullInputsInSimulation":false,"startDate":1709616068000,"isSuccess":true,"usageType":"Bre"},"simulation":{"simulationStepResults":{"Calculation":{"stepInputs":[{"datatype":"Number","precision":2,"name":"calcInput","value":"10.00"}],"stepResults":[{"datatype":"Number","precision":2,"name":"calInt","value":"110.00"}],"isDefaulted":false}},"simulationResults":[{"datatype":"Number","precision":2,"name":"calInt","value":"110.00"}]}}", 4 "additionalFilter": "undef", 5 "applicationLogDate": "Wed Mar 06 05:09:32 GMT 2024", 6 "applicationSubtype": "BREDES", 7 "applicationType": "0", 8 "explainabilitySpecName": "BREDES", 9 "name": "BREDES", 10 "primaryFilter": "undef", 11 "processType": "BREDES", 12 "secondaryFilter": "undef", 13 "uniqueIdentifier": "f89eff41-94ed-4fe7-9b72-f6df2bb5f4aa" 14}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| actionContextCode | String | Record ID within the context of the associated application action that's used to retrieve the action log. | Small, 62.0 | 62.0 |
| actionLog | String | Contents of the explainability action log as a JSON string. | Small, 62.0 | 62.0 |
| additionalFilter | String | Additional filter that's used to retrieve the results. | Small, 62.0 | 62.0 |
| applicationLogDate | String | Date and time at which the explainability action log was generated by the application's action. | Small, 62.0 | 62.0 |
| applicationSubtype | String | Subtype of the associated application for which the explainability log is generated. It matches one of the valid values for Explainability Action Specification table's ApplicationSubtype field. | Small, 62.0 | 62.0 |
| applicationType | String | Name of the application for which the explainability service is run. It must match one of the valid values in the applicationType field of the Explainability Action Specification table. | Small, 62.0 | 62.0 |
| explainabilitySpecName | String | Name of the explainability specification associated with the action log. | Small, 62.0 | 62.0 |
| name | String | Name to identify the explainability action log record to be created. | Small, 62.0 | 62.0 |
| primaryFilter | String | Primary filter that's used to retrieve the results. | Small, 62.0 | 62.0 |
| processType | String | Type of business process associated with the application for which the explainability action log is generated. It must match with one of the valid values in the processType field of the Explainability Action Specification table. | Small, 62.0 | 62.0 |
| secondaryFilter | String | Secondary filter that's used to retrieve the results. | Small, 62.0 | 62.0 |
| uniqueIdentifier | String | Unique ID associated with the specific Explainability action log. | Small, 62.0 | 62.0 |