Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added 3 enhancements to the CallableLogger class (used for OmniStudio…
… logging & loosely-coupled dependencies) 1. It now automatically appends OmniStudio's input data for OmniScript steps as JSON to the Message__c fields on LogEntryEvent__e and LogEntry__c. 2. The 'newEntry' action now also supports setting the parent log transaction ID, using the argument 'parentLogTransactionId'. 3. Transaction details are now returned in the output for all actions, including the current transaction ID, the parent log transaction ID, and the Salesforce-generated request ID.
- Loading branch information