AssortmentLinks
Contains relational data linking various product assortments with other related entities, such as territories, marketing strategies, or sales campaigns. This table helps establish many-to-many relationships between assortments and their associated structures.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
Unique identifier for the assortment link record within the Veeva Vault system. This value is auto-generated and immutable. |
| Assortment Link Type | String | True |
Specifies the object subtype or classification for the assortment link, based on the Veeva Vault object type framework (object_type__v). |
| Global ID | String | True |
System-generated global identifier used to uniquely identify the assortment link record across multiple Vaults or integrated systems. |
| Link | String | False |
Internal system link reference pointing to the associated document, product, or record that the assortment link targets. |
| Name | String | True |
Human-readable name or label assigned to the assortment link, typically used for display and search purposes. |
| Status | String | False |
Indicates the current workflow or lifecycle status of the assortment link, such as Active, Inactive, or Archived. |
| Created By | String | True |
Username or system identifier of the user who originally created the assortment link record. |
| Created Date | Datetime | True |
Timestamp capturing the exact date and time when the assortment link record was initially created in the system. |
| Last Modified By | String | True |
Username or system identifier of the user who last updated the assortment link record. |
| Last Modified Date | Datetime | True |
Timestamp capturing the most recent date and time when the record was modified. |
| External ID | String | False |
Custom external reference ID that can be used by third-party systems or integrations to identify this record. |
| Assortment | String | False |
Reference to the related Assortment record to which this link belongs, establishing a parent-child relationship in the data model. |
| Order Campaign | String | False |
Specifies the associated marketing or sales campaign for the assortment link, enabling campaign-level reporting and tracking. |
| Legacy CRM Id | String | False |
Identifier from a legacy Customer Relationship Management (CRM) system used to support historical migration or cross-system traceability. |
| Veeva External ID | String | False |
Alternate external identifier specifically generated for integration scenarios across Veeva platforms or with external tools (vexternal_id__v). |