AssortmentLines
Captures individual items within an assortment, such as grouped products or materials associated with promotional campaigns. Each line references a parent assortment and includes item-specific details like quantity and display order.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
Unique system-generated identifier for the assortment line record. |
| Assortment Line Type | String | True |
Specifies the type or classification of the assortment line, mapped from the Vault object type field object_type__v. |
| Global ID | String | True |
Globally unique system identifier for cross-environment or cross-application reference, stored in global_id__sys. |
| Link | String | False |
System-generated URL or reference link to directly access the record in the Vault UI, from link__sys. |
| Name | String | True |
Human-readable label for the assortment line, typically used for display purposes and stored in name__v. |
| Status | String | False |
Current state of the assortment line such as Active, Inactive, or Draft, stored in status__v. |
| Created By | String | True |
Username or system reference that indicates who created the record, sourced from created_by__v. |
| Created Date | Datetime | True |
Date and time when the assortment line was initially created, from created_date__v. |
| Last Modified By | String | True |
User or process that most recently updated the record, stored in modified_by__v. |
| Last Modified Date | Datetime | True |
Timestamp of the most recent modification made to the record, pulled from modified_date__v. |
| Collapse By Default? | Bool | False |
Boolean flag that determines whether the section associated with this line is collapsed by default in the UI, stored as collapse_by_default__v. |
| External ID | String | False |
Custom external system reference identifier used for integration or lookup purposes, stored in external_id__v. |
| Section Label | String | False |
Text label that groups or categorizes this line within a UI section, helping with visual layout and organization, from section_label__v. |
| Sorting | Decimal | False |
Numeric value that defines the order of appearance for the assortment line relative to other lines, sourced from sorting__v. |
| Assortment | String | False |
Reference to the parent assortment record that this line belongs to, stored as a foreign key in assortment__v. |
| Product | String | False |
Reference to the associated product that this assortment line represents, typically linking to a product object via product__v. |
| Parent Section | String | False |
Indicates the parent section this line belongs to, allowing for hierarchical grouping of lines, stored in parent_section__v. |
| Legacy CRM Id | String | False |
Identifier imported from a legacy Customer Relationship Management (CRM) system to ensure continuity during data migration, stored in legacy_crm_id__v. |
| Veeva External ID | String | False |
Unique identifier used externally within Veeva-integrated systems to reference this line, stored in vexternal_id__v. |