PlanogramLines
Represents individual rows or product placements within a planogram layout.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
Unique identifier for each record in the planogram line type. |
| Planogram Line Type | String | True |
The type or category of the planogram line, used to classify the line item. |
| Global ID | String | True |
A globally unique identifier for the planogram line, used for external references. |
| Link | String | False |
The hyperlink or URI associated with the planogram line for referencing or accessing related data. |
| Planogram Line Name | String | True |
The name of the planogram line, typically representing its specific designation or title. |
| Status | String | False |
Current operational status of the planogram line, for example, active, inactive. |
| Created By | String | True |
The identifier or name of the person or system that created the planogram line. |
| Created Date | Datetime | True |
The date and time when the planogram line was initially created. |
| Last Modified By | String | True |
The identifier or name of the person or system who last modified the planogram line. |
| Last Modified Date | Datetime | True |
The date and time when the planogram line was last modified. |
| Horizontal | Decimal | False |
The number of horizontal facings or the width occupancy for the product on the planogram line. |
| Vertical | Decimal | False |
The number of vertical facings or the height occupancy for the product on the planogram line. |
| Fixture Type | String | False |
The type of fixture used to hold or display the products on the planogram line. |
| Height | Double | False |
The height of the planogram line or fixture as measured vertically. |
| Orientation | String | False |
The orientation of the planogram line, such as landscape or portrait. |
| Position From Base | Double | False |
The vertical distance from the base of the display to the planogram line. |
| Position From Left | Double | False |
The horizontal distance from the left side of the display to the planogram line. |
| Width | Double | False |
The width of the planogram line or fixture, typically measured horizontally. |
| Planogram | String | False |
The planogram associated with the product display, representing the entire display layout. |
| Product | String | False |
The product associated with the planogram line, specifying what is being displayed. |
| Legacy CRM Id | String | False |
The identifier used in the legacy CRM system to track the planogram line. |