PackingUnitsnestedPackingUnits
Handles nested packing units, allowing for the management of hierarchical packing structures.
Columns
| Name | Type | Description |
| PackingUnitsPackingUnitId [KEY] | Long | Unique identifier for a packing unit in the PackingUnitsnestedPackingUnits table. |
| PackingUnitId [KEY] | Long | Primary identifier for a packing unit within the nested packing units structure. |
| PackingUnit | String | The name or description of the packing unit, such as a box or crate, within the PackingUnitsnestedPackingUnits table. |
| ParentPackingUnitId | Long | Identifier for the parent packing unit in a hierarchical packing unit structure, indicating the unit that contains this one. |
| ParentPackingUnit | String | The name or description of the parent packing unit that contains the current packing unit. |
| OutermostPackingUnitId | Long | Identifier for the outermost packing unit in the packing unit hierarchy, representing the topmost container. |
| OutermostPackingUnit | String | The name or description of the outermost packing unit, which encapsulates the entire packing structure. |
| PackingUnitContextMeaning | String | Describes the context in which the packing unit is used, providing additional meaning or categorization of the packing unit. |
| PackingUnitContext | String | Specifies the context or environment in which the packing unit is defined or applied, such as 'shipping' or 'storage'. |
| OrganizationCode | String | Code representing the organization to which this packing unit belongs, often tied to a business unit or location. |
| OrganizationId | Long | Unique identifier for the organization associated with this packing unit, linking it to a specific organizational unit. |
| ContainerItemNumber | String | Unique identifier for the item contained in the packing unit, typically used for tracking or inventory purposes. |
| ContainerItemId | Long | The ID of the item within the packing unit, linking it to a specific product or container. |
| GrossWeight | Decimal | The total weight of the packing unit including the contents and the packing material, measured in the specified unit of measure. |
| GrossWeightUOMCode | String | Code representing the unit of measure for the gross weight, such as 'kg' or 'lbs'. |
| GrossWeightUOMName | String | The full name of the unit of measure used for gross weight, such as 'Kilograms' or 'Pounds'. |
| TareWeight | Decimal | The weight of the packing unit and its contents excluding the actual items, used to determine net weight. |
| TareWeightUOMCode | String | Code for the unit of measure of the tare weight, such as 'kg' or 'lbs'. |
| TareWeightUOMName | String | Full name of the unit of measure for tare weight, such as 'Kilograms' or 'Pounds'. |
| NetWeight | Decimal | The weight of the actual contents of the packing unit, excluding the packaging material. |
| NetWeightUOMCode | String | Code for the unit of measure of net weight, such as 'kg' or 'lbs'. |
| NetWeightUOMName | String | Full name of the unit of measure for net weight, such as 'Kilograms' or 'Pounds'. |
| ContainerVolume | Decimal | The total volume of the packing unit, including the container material and any contents. |
| ContainerVolumeUOM | String | Code representing the unit of measure for the container volume, such as 'm3' or 'ft3'. |
| ContainerVolumeUOMName | String | Full name of the unit of measure for the container volume, such as 'Cubic Meters' or 'Cubic Feet'. |
| ContentVolume | Decimal | The volume of the contents within the packing unit, excluding the volume of the container itself. |
| ContentVolumeUOMCode | String | Code for the unit of measure of content volume, such as 'm3' or 'ft3'. |
| ContentVolumeUOMName | String | Full name of the unit of measure for content volume, such as 'Cubic Meters' or 'Cubic Feet'. |
| SourceName | String | The name of the source or origin from which the packing unit or its contents were obtained or manufactured. |
| SealCode | String | Code that represents the seal or security measure applied to the packing unit to ensure integrity during transit or storage. |
| TrackingNumber | String | A unique number assigned to track the movement of the packing unit or its contents, typically used in logistics and shipping. |
| AllowAutoGeneration | String | Indicates whether automatic generation of packing units is allowed within the system for this packing unit. |
| Finder | String | The identifier or tool used to locate or search for a specific packing unit within the system. |
| PPackingUnit | String | The name or description of the parent packing unit in relation to the current packing unit. |