AccountExternalIDMap
Maintains a mapping between Veeva Vault account records and external system identifiers, enabling synchronization and data integration across platforms. This is based on the 'account_external_id_map__v' object.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
Unique identifier for the Account External ID Map record, used as the primary key in the table. |
| Account External ID Map Type | String | True |
Specifies the type of external ID mapping record, allowing categorization by integration type or system origin. |
| Global ID | String | True |
System-generated global identifier used to uniquely track this record across different Vaults or environments. |
| Link | String | False |
Hyperlink reference to the Account External ID Map record within the Vault system for direct navigation or integration access. |
| Account External ID Map Name | String | True |
Human-readable name for the mapping record, typically aligned with a business naming convention for easier identification. |
| Status | String | False |
Indicates the current state of the external ID map record such as active, inactive, or archived, supporting workflow or integration logic. |
| Created By | String | True |
Username or system user that originally created the external ID map record in the Vault system. |
| Created Date | Datetime | True |
Timestamp representing when the record was first created, which helps track when external ID mappings were initiated. |
| Last Modified By | String | True |
Username or system user who last updated this mapping record, useful for audit trails and tracking responsibility. |
| Last Modified Date | Datetime | True |
Date and time of the most recent update to the mapping record, used for versioning and synchronization checks. |
| Domain | String | False |
Domain in which the mapping was created, which can represent a specific tenant, region, or organizational boundary within Veeva Vault. |
| Third Party External ID | String | False |
The external identifier assigned by a third-party system such as Salesforce, SAP, or an external Customer Relationship Management (CRM), used for integration mapping. |
| User Cookie | String | False |
User-specific token or session cookie associated with the record creation or last update, typically used in client-side tracking scenarios. |
| VExternal Id | String | False |
Veeva-specific external identifier used in cross-system references or synchronization jobs with Vault applications. |
| Account | String | False |
Reference to the internal Account object this mapping record is associated with, creating a link between internal and external identifiers. |
| Owner | String | False |
Identifier of the user or system owner responsible for managing this record, often used for permissions or routing logic. |
| Legacy CRM Id | String | False |
External identifier from a legacy CRM system used for historical mapping or data migration purposes into Veeva Vault. |