ConnectionValueMappings
Contains mappings of specific values between Vault and external systems for use in data transformations. This supports translation of enumerated values, such as statuses or codes, to ensure consistency across integrated platforms.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
Unique identifier for the value mapping record, used internally to reference the specific entry within the Veeva Vault system. |
| Connection Value Mapping Type | String | True |
Specifies the Vault object type of this record, typically used for system classification and metadata operations. |
| Global ID | String | True |
System-generated global identifier assigned to ensure cross-system uniqueness across Vault environments. |
| Link | String | False |
System-generated hyperlink or URI that provides a direct reference to the value mapping record within the Vault interface. |
| Name | String | True |
Human-readable name assigned to this value mapping for easier identification within integrations and configuration screens. |
| Status | String | False |
Current lifecycle status of the value mapping record, such as Active, Inactive, or Deprecated, used to determine its availability. |
| Created By | String | True |
Username or system account that originally created the value mapping entry within the Vault system. |
| Created Date | Datetime | True |
Timestamp representing the exact date and time when the value mapping record was first created. |
| Last Modified By | String | True |
Username or system account that most recently modified the value mapping record. |
| Last Modified Date | Datetime | True |
Timestamp representing the most recent update to this value mapping record, reflecting when its content or metadata changed. |
| CRM Value | String | False |
Original value from the Customer Relationship Management (CRM) system that is being mapped to a corresponding value in the Vault environment. |
| Connection Value | String | False |
Target value in the connection system (such as Vault or another integrated application) that the CRM value maps to. |
| External ID | String | False |
An external system's identifier for this mapping entry, used for reference during synchronization or data exchange. |
| Legacy CRM Id | String | False |
Identifier from a previous CRM system (now deprecated or replaced), maintained for historical compatibility or data migration. |
| Connection Field Mapping | String | False |
Reference to the specific field mapping configuration that governs how this CRM value is translated into the corresponding connection value. |