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)
→ SObjectSchema
Provides 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)
→ SObjectSchema
Provides 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
→ String
inlineHelpText
→ String
label
→ String
localApiName
→ String
type
→ String
Inner class for SObject
details to LWCs, using @AuraEnabled
properties
apiName
→ String
fields
→ Map<String, FieldSchema>
label
→ String
labelPlural
→ String
localApiName
→ String
namespacePrefix
→ String