Skip to main content

Planogram Schema

  • File Name: planogram.parquet
  • Type: Full
  • Schema Version: 01.00
  • Last Updated: 2026-02-25

Description

Contains planogram master data including product facing configurations, shelf layouts, and replenishment models for assets.

Fields

📋 Includes Common Fields: Client Information, Audit Fields

Column NameData TypeNullableDescription
PlanogramIdintNOT NULLUnique identifier for the planogram
PlanogramNamenvarchar(500)NOT NULLName of the planogram
ExternalPlanogramCodenvarchar(250)NULLExternal system planogram code
ShelvestinyintNOT NULLNumber of shelves
FacingstinyintNOT NULLTotal number of facings
FacingsDistincttinyintNOT NULLNumber of distinct facings
FacingDetailsvarchar(max)NOT NULLDetailed facing information (JSON structure)
StartDatedatetimeNULLPlanogram start date
IsCategorybitNOT NULLCategory planogram flag
IsActivebitNOT NULLActive status flag
IsDeletedtinyintNOT NULLSoft delete flag
IsUseStockPercentagebitNOT NULLFlag to use stock percentage
AssetTypeIdintNOT NULLAsset type identifier
AssetTypenvarchar(50)NOT NULLAsset type name
CabinetHeightdecimal(9,3)NOT NULLHeight of the cabinet
CabinetWidthdecimal(9,3)NOT NULLWidth of the cabinet
IsChestCoolerbitNULLChest cooler flag
ReplenishModelvarchar(500)NULLReplenishment model name
ClientNamenvarchar(50)NOT NULLName of the client
CreatedOndatetimeNOT NULLRecord creation timestamp
ModifiedOndatetimeNOT NULLRecord modification timestamp
CreatedByvarchar(50)NOT NULLUsername of creator
ModifiedByvarchar(50)NOT NULLUsername of last modifier