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.
Compliance Procedure Evaluation Info Input
Input representation for evaluating a compliance procedure.
- JSON example
-
1{ 2 "businessContext": [ 3 { 4 "paramName": "accountId", 5 "paramValue": "00100000000AA1" 6 }, 7 { 8 "paramName": "clientKycContext", 9 "paramValue": "0000000n04dn09g002517551181966037068d70d64004d6d9f83d6629a3135ab" 10 } 11 ], 12 "transactionKey": "uuid-1234-5678-9012-eu", 13 "inContextOf": "abc" 14} - Properties
-
Name Type Description Required or Optional Available Version businessContext Compliance Procedure Business Context Input[] List of parameter names and parameter values that match the validation procedure parameters. You can specify up to 10 business context parameters in the businessContext array.
Required 65.0 inContextOf String User-provided key to store logs. Maximum length is 20 characters.
Required 64.0 transactionKey String User-provided transaction key for logging and tracking procedure evaluations originating from external systems. Maximum length is 45 characters.
Optional 64.0