OcrTargetObjFieldMapping

Represents the details of how information from a document field is mapped to fields in an object. This object is available in API version 50.0 and later.

Supported Calls

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

Fields

Field Details
IsActive
Type
boolean
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
Indicates whether the OCR target object field mapping is available for use (true) or not (false).
The default value is false.
OcrSampleDocFieldId
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
ID of the OCR sample document field associated with the field mapping.
This field is a relationship field.
Relationship Name
OcrSampleDocField
Relationship Type
Lookup
Refers To
OcrSampleDocumentField
OcrTargetObjectId
Type
reference
Properties
Create, Filter, Group, Sort
Description
ID of the OCR target object associated with the field mapping.
This field is a relationship field.
Relationship Name
OcrTargetObject
Relationship Type
Lookup
Refers To
OcrTargetObject
TargetField
Type
picklist
Properties
Create, Filter, Group, Restricted picklist, Sort, Update
Description
The field of a target object’s record, which is mapped to a document field to store the information extracted from that document field.
Type
Type
picklist
Properties
Create, Defaulted on create, Filter, Group, Restricted picklist, Sort, Update
Description
Specifies the type of field mapping. Available in API version 56.0 and later.
Possible values are:
  • FormField
  • TableColumn
The default value is FormField.