FieldMapping__c
Label: Field Mapping Describes how to map a field from a source object to target object.
FieldMappingDefinition__c |
Field Mapping Definition |
Pre-Spring 2018 |
The field mapping definition that this field mapping belongs to.
Looks up to: FieldMappingDefinition__c
|
MasterDetail |
|
FixedValue__c |
Fixed Value |
Pre-Spring 2018 |
The fixed value to be used for this field mapping.
|
Text(255) |
|
InvertBooleanResult__c |
Invert Boolean Result |
Pre-Spring 2018 |
Indicates that you want the boolean value being mapped to the target field to be inverted. For example, a source value of true would become false.
|
Checkbox |
false |
SourceField__c |
Source Field |
Pre-Spring 2018 |
The source field for this field mapping.
|
Text(255) |
|
TargetField__c |
Target Field |
Pre-Spring 2018 |
The target field for this field mapping.
|
Text(255) |
|
ValueForTrue__c |
Value for True |
Pre-Spring 2018 |
The text value that represents true.
|
Text(255) |
|
|