ConnectionFieldMappings
Stores the mapping between external system fields and Vault fields for connection configurations. This enables seamless data transformation and integration across systems by defining how individual data fields correspond between platforms.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
Unique identifier for the connection field mapping record within the Veeva Vault database. |
| Connection Field Mapping Type | String | True |
Specifies the object type of the connection field mapping; used to distinguish this record from other object types in the system. |
| Global ID | String | True |
System-generated globally unique identifier for the record, primarily used for integrations and cross-system references. |
| Link | String | False |
System-level link or reference used to navigate directly to the connection field mapping record in the Vault interface. |
| Name | String | True |
Descriptive name of the connection field mapping, typically used for user reference and reporting. |
| Status | String | False |
Current lifecycle status of the connection field mapping, indicating whether it is active, inactive, or in another defined state. |
| Created By | String | True |
Username or system process that created the record; helpful for auditing and data ownership tracking. |
| Created Date | Datetime | True |
Timestamp of when the connection field mapping record was initially created in the Vault system. |
| Last Modified By | String | True |
Username or system process that last modified the record, used for audit and traceability purposes. |
| Last Modified Date | Datetime | True |
Timestamp of the most recent update to the record, reflecting its latest state. |
| CRM Field | String | False |
Name of the field in the external Customer Relationship Management (CRM) system (such as Salesforce) that is mapped to the Vault connection field. |
| CRM Object | String | False |
Name of the CRM object (such as Account or Contact) that contains the field being mapped to Vault. |
| Connection Field | String | False |
Name of the corresponding field in Vault that is linked to the external CRM field for data synchronization. |
| External ID | String | False |
Unique identifier used by external systems to reference the connection field mapping. This can be used for syncing or external lookups. |
| Connection Field Mapping Status | String | False |
Custom field indicating the operational status of the mapping, such as Enabled, Disabled, or Deprecated. |
| System Mapping | Bool | False |
Boolean flag indicating whether this mapping is system-defined (true) or user-defined (false). |
| Legacy CRM Id | String | False |
Optional identifier from a legacy CRM system used for backward compatibility or data migration. |
| Connection | String | False |
Refers to the connection configuration it belongs to, linking mappings to specific integration connections. |