Field Mapping

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.

Field Mapping

Fields

NameDeveloper NameRequiredDescription
Createablepushtopics__Createable__cNIndicates whether this field is insertable.
External Id Fieldpushtopics__ExternalIdField__cNDefines the External Id Field of the "Reference To" object.
External Id Field Listpushtopics__ExternalIdFieldList__cNThe available External Id Fields of the "Reference To" object.
Field Mapping API Namepushtopics__ApiName__cYThe unique API name of the Field Mapping record.
Is Default Mapping Field?pushtopics__IsDefaultMappingField__cNIndicate whether this target field is a default mapping field.
Lengthpushtopics__Length__cNMax length of the target field.
Mappingpushtopics__Mapping__cYThe transformation logic to generate the target field's value.
Nillablepushtopics__Nillable__cNIndicate whether this target field can be set to null.
Object Mappingpushtopics__ObjectMapping__cYMaster-Detail relationship with the Mapping object.
Reference Topushtopics__ReferenceTo__cNWhen 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 Optionspushtopics__Reference_To_Options__cNThe Object list if the target field is a reference type of field.
Relationship Namepushtopics__RelationshipName__cNThe relationship name if the target field is a reference type of field.
Show in Data Viewerpushtopics__ShowInDataViewer__cNIndicate whether the source fields in the "Mapping" field will be displayed in the "Source Data Viewer" component.
Target Field NameNameYThe target field name.
Typepushtopics__Type__cNThe type of the target field.
Updateablepushtopics__Updateable__cNIndicates whether this field is updateable.