LoggerFieldMapping__mdt
Used to configure custom field mappings in Nebula Logger to map data between LogEntryEvente and the custom objects Logc, LogEntryc, and LoggerScenarioc
| Attribute | Value |
|---|---|
| Object Type | Custom Metadata Type |
| Label | Logger Field Mapping |
| Plural Label | Logger Field Mappings |
| Fields | 5 |
Fields (5 of 5)
Search
IsEnabled__c
Section titled “IsEnabled__c”| Attribute | Value |
|---|---|
| Label | Is Enabled |
| Type | Checkbox |
| Required | No |
| Default Value | true |
| Field Manageability | SubscriberControlled |
SourceField__c
Section titled “SourceField__c”The source field containing the value to map to the target field. Any custom fields that you create on the source SObject type must by populated by your own code/customizations.
| Attribute | Value |
|---|---|
| Label | Source Field |
| Type | MetadataRelationship |
| Required | Yes |
| References | FieldDefinition |
| Relationship Name | LoggerSourceFieldMappings |
| Relationship Label | Logger Source Field Mappings |
| Field Manageability | SubscriberControlled |
SourceSObjectType__c
Section titled “SourceSObjectType__c”Only LogEntryEvent__e is supported as the Source SObject Type
| Attribute | Value |
|---|---|
| Label | Source SObject Type |
| Type | MetadataRelationship |
| Required | Yes |
| References | EntityDefinition |
| Relationship Name | LoggerSourceFieldMappings |
| Relationship Label | Logger Source Field Mappings |
| Field Manageability | SubscriberControlled |
TargetField__c
Section titled “TargetField__c”The target field to populate with the value of the source field. The data type of this field must match the data type of the source field - mappings that use different/incompatible data types will be ignored, resulting in lost logging data.
| Attribute | Value |
|---|---|
| Label | Target Field |
| Type | MetadataRelationship |
| Required | Yes |
| Unique | Yes |
| References | FieldDefinition |
| Relationship Name | LoggerTargetFieldMappings |
| Relationship Label | Logger Target Field Mappings |
| Field Manageability | SubscriberControlled |
TargetSObjectType__c
Section titled “TargetSObjectType__c”Only Logc, LogEntryc, and LoggerScenario__c are supported as the Target SObject Type
| Attribute | Value |
|---|---|
| Label | Target SObject Type |
| Type | MetadataRelationship |
| Required | Yes |
| References | EntityDefinition |
| Relationship Name | LoggerTargetFieldMappings |
| Relationship Label | Logger Target Field Mappings |
| Field Manageability | SubscriberControlled |