Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CallableLogger Enhancements #790

Merged
merged 2 commits into from
Oct 31, 2024
Merged

Commits on Oct 31, 2024

  1. 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.
    jongpie committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    091fbbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f7d31d View commit details
    Browse the repository at this point in the history