DataMapTemplateFields
Lists individual fields included in data map templates. These fields define the source-to-target mapping structure used in integrations and transformation workflows.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
Unique identifier for the data map template field record within the system. |
| Global ID | String | True |
System-generated global identifier used to uniquely identify the record across all environments and Vaults. |
| Link | String | False |
Hyperlink reference to the data map template field record, enabling navigation or API access. |
| Data Map Template Field Name | String | True |
The display name assigned to the data map template field, typically used in user interfaces and exports. |
| Status | String | False |
Indicates the current lifecycle state of the data map template field, such as Active, Inactive, or Archived. |
| Created By | String | True |
Username or system account that initially created the data map template field record. |
| Created Date | Datetime | True |
Timestamp recording when the data map template field record was first created. |
| Last Modified By | String | True |
Username or system account that most recently updated the data map template field record. |
| Last Modified Date | Datetime | True |
Timestamp recording when the data map template field record was last modified. |
| Column Number | String | False |
Specifies the position or index of the field within the data map template, often used for ordering purposes. |
| Vod Field | String | False |
Reference to the associated Veeva Object Data (VOD) field that the template field maps to, enabling data alignment. |
| Data Map Template | String | False |
Identifier or reference to the parent data map template that this field belongs to. |
| Legacy CRM Id | String | False |
Identifier used to map the field back to its original Customer Relationship Management (CRM) system field, typically for migration or integration purposes. |