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.
Handles trigger events for the LogEntryTag__c
object
generateUniqueId(LogEntryTag__c logEntryTag)
→ String
Generates a unique composite key for the LogEntryTag__c
record, which is used to set the field LogEntryTag__c.UniqueId__c
Param | Description |
---|---|
logEntryTag |
The LogEntryTag__c record to use for generating a unique ID |
Type
String
Description
The unique composite key for the record
getSObjectType()
→ Schema.SObjectType
Returns SObject Type that the handler is responsible for processing
Type
Schema.SObjectType
Description
The instance of SObjectType