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.
Provides details to LWCs about Logger's SObjects, using @AuraEnabled properties
getSchema(Schema.SObjectType sobjectType) → SObjectSchemaProvides schema details about the specified SObjectType
| Param | Description |
|---|---|
sobjectType |
The instance of SObjectType to convert to an instance of LoggerSObjectMetadata.SObjectSchema |
Type
SObjectSchema
Description
An instance of LoggerSObjectMetadata.SObjectSchema for the specified SObjectType
getSchemaForName(String sobjectApiName) → SObjectSchemaProvides schema details about the specified SObjectType
| Param | Description |
|---|---|
sobjectApiName |
The API name of the SObjectType to convert to an instance of LoggerSObjectMetadata.SObjectSchema |
Type
SObjectSchema
Description
An instance of LoggerSObjectMetadata.SObjectSchema for the specified SObjectType
Inner class for SObjectField details to LWCs, using @AuraEnabled properties
apiName → StringinlineHelpText → Stringlabel → StringlocalApiName → Stringtype → StringInner class for SObject details to LWCs, using @AuraEnabled properties
apiName → Stringfields → Map<String, FieldSchema>label → StringlabelPlural → StringlocalApiName → StringnamespacePrefix → String