A Field Mapping(pushtopics__FieldMapping__c) defines the field level metadata for the target fields and the associated mapping which DSP runtime engine will use to calculate values and assign to the target field. Field Mapping has a master-detal relationship with the Executable. User should not be creating/editing the Field Mapping from the page layout directly. Instead, use the Fields Mapper, where DSP auto-generates the Field Mapping records based on your mapping configurations.
Name | Developer Name | Required | Description |
---|---|---|---|
Createable | pushtopics__Createable__c | N | Indicates whether this field is insertable. |
External Id Field | pushtopics__ExternalIdField__c | N | Defines the External Id Field of the "Reference To" object. |
External Id Field List | pushtopics__ExternalIdFieldList__c | N | The available External Id Fields of the "Reference To" object. |
Field Mapping API Name | pushtopics__ApiName__c | Y | The unique API name of the Field Mapping record. |
Is Default Mapping Field? | pushtopics__IsDefaultMappingField__c | N | Indicate whether this target field is a default mapping field. |
Length | pushtopics__Length__c | N | Max length of the target field. |
Mapping | pushtopics__Mapping__c | Y | The transformation logic to generate the target field's value. |
Nillable | pushtopics__Nillable__c | N | Indicate whether this target field can be set to null. |
Object Mapping | pushtopics__ObjectMapping__c | Y | Master-Detail relationship with the Mapping object. |
Reference To | pushtopics__ReferenceTo__c | N | When the target field is a reference type of field, either a lookup or master-detail, this field defines which object it references to. It is only required when the reference field is populated with the External IDs. |
Reference To Options | pushtopics__Reference_To_Options__c | N | The Object list if the target field is a reference type of field. |
Relationship Name | pushtopics__RelationshipName__c | N | The relationship name if the target field is a reference type of field. |
Show in Data Viewer | pushtopics__ShowInDataViewer__c | N | Indicate whether the source fields in the "Mapping" field will be displayed in the "Source Data Viewer" component. |
Target Field Name | Name | Y | The target field name. |
Type | pushtopics__Type__c | N | The type of the target field. |
Updateable | pushtopics__Updateable__c | N | Indicates whether this field is updateable. |