FieldMappingRow

Represents a field in a data service record that maps to a field in an object record in the org.

Supported SOAP Calls

This object is available in API version 38.0 and later.

create(), delete(), describeSObjects(), query(), retrieve(), update(), upsert()

Supported REST HTTP Methods

GET

Fields

Field Details
FieldMappingID
Type
reference
Properties
Create, Filter, Group, Sort
Description
A foreign key reference to the parent FieldMapping for this FieldMappingRow.
FieldName
Type
picklist
Properties
Create, Filter, Group, Nillable, Restricted picklist, Sort, Update
Description
The set of picklist values includes all the standard and custom object types in your org.
Operation
Type
picklist
Properties
Create (reserved for future use), Defaulted on create (reserved for future use), Filter, Group, Nillable (reserved for future use), Restricted picklist (reserved for future use), Sort, Update (reserved for future use)
Description
The comparison operation that the data service applies when it compares the value of this FieldMappingRow to the mapped field in the object specified in SObjectType. The following values are supported.
  • Autofill fills empty fields and keeps values of fields that already contain data.
  • Overwrite fills empty fields and updates fields that already contain data. History tracking is required for fields set to Overwrite.
SobjectType
Type
picklist
Properties
CreateFilter, Group, Nillable, Restricted picklist, Sort
Description
The standard or custom object in your org that contains the field mapped by this FieldMappingRow. The set of picklist values includes all the standard and custom object types in your org. However, if you specify an object that the data service doesn’t support, the API call returns an error.