AnalyticsFileMarketMaps
Maps incoming analytics files to specific market definitions, enabling accurate association of file contents with predefined markets during processing and analysis workflows.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
Unique identifier for the current record in the AnalyticsFileMarketMap table, typically used as the primary key. |
| Global ID | String | True |
System-generated global identifier (__sys) that ensures uniqueness across all Veeva Vault environments and records. |
| Link | String | False |
System-managed hyperlink (__sys) to the Vault UI location of the current record, used for internal navigation or integration references. |
| Id2 | String | True |
Business-specific secondary identifier sourced from the 'name__v' field, often used for human-readable identification of records. |
| Status | String | False |
Indicates the current lifecycle state or workflow status of the record, as defined in the 'status__v' field of the Vault configuration. |
| Created By | String | True |
Username or identifier of the user who initially created the record, as captured in the 'created_by__v' audit field. |
| Created Date | Datetime | True |
Timestamp indicating when the record was first created, sourced from the 'created_date__v' system-managed field. |
| Last Modified By | String | True |
Username or identifier of the user who most recently modified the record, stored in the 'modified_by__v' audit field. |
| Last Modified Date | Datetime | True |
Date and time of the most recent update to the record, sourced from 'modified_date__v'. |
| Analytics Files | String | False |
Reference to one or more analytics file entries (analytics_files__v) that are associated with this market mapping instance. |
| Market | String | False |
Name or identifier of the commercial or geographic market (market__v) to which the analytics file is mapped. |
| Legacy CRM Id | String | False |
Identifier from the legacy Customer Relationship Management (CRM) system, used to maintain traceability and linkage during historical data migration or integration. |