The most robust observability solution for Salesforce experts. Built 100% natively on the platform, and designed to work seamlessly with Apex, Lightning Components, Flow, OmniStudio, and integrations.
Maps fields values from custom fields on LogEntryEvent__e to equivalent fields on Log__c, LogEntry__c, and LoggerScenario__c
mapFieldValues(SObject sourceRecord, SObject targetRecord) → voidCopies field values from the sourceRecord to the targetRecord, based on rules configured in LoggerFieldMapping_t
| Param | Description |
|---|---|
sourceRecord |
The source SObject record containing the data to copy |
targetRecord |
The target SObject record that should have fields & field values appended |