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.
Controller class for the LWC logEntryMetadataViewer
getMetadata(Id recordId, String sourceMetadata) → LogEntryMetadataReturns an instance of the inner class LogEntryMetadataViewerController.LogEntryMetadata, which contains information about the log entry's origin and exception Apex classes
| Param | Description |
|---|---|
recordId |
The ID of the LogEntry__c record |
sourceMetadata |
Either the value Origin or Exception |
Type
LogEntryMetadata
Description
An instance of LogEntryMetadataViewerController.LogEntryMetadata
Code → StringHasCodeBeenModified → Boolean