Newer Version Available

This content describes an older version of this product. View Latest

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(), search(), 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
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
The display name for the field represented by this FieldMappingRow.
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
Read only. The comparison operation the data service applies when it compares the value of this FieldMappingRow to the mapped field in the object specified in SObjectType. The only supported value is Autofill. Overwrite is reserved for future use.
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.