PackingUnits
Facilitates management of packing units, supporting inventory packaging operations.
Columns
| Name | Type | Description |
| PackingUnitId [KEY] | Long | Unique identifier for each packing unit in the system. |
| PackingUnit | String | The name or label assigned to the packing unit, used for identification. |
| ParentPackingUnitId | Long | Identifier for the parent packing unit, if the current packing unit is part of a hierarchy. |
| ParentPackingUnit | String | The name or label of the parent packing unit, if applicable, in a hierarchical packing structure. |
| OutermostPackingUnitId | Long | Identifier for the outermost packing unit in a packing hierarchy, used for identifying the topmost unit in a nested structure. |
| OutermostPackingUnit | String | The name or label of the outermost packing unit, representing the topmost level in a packing hierarchy. |
| PackingUnitContextMeaning | String | A detailed description of the specific context or purpose for which the packing unit is used within the system. |
| PackingUnitContext | String | Abbreviation or code that identifies the specific context or category of the packing unit within the system. |
| OrganizationCode | String | Abbreviation or code that represents the organization responsible for the packing unit. |
| OrganizationId | Long | Unique identifier for the organization to which the packing unit belongs. |
| ContainerItemNumber | String | The name or number of the item that is placed inside the container, representing the packed contents. |
| ContainerItemId | Long | Unique identifier for the container item, used to reference the specific item placed inside the packing unit. |
| GrossWeight | Decimal | The total weight of the packing unit, including both the packing material and its contents. |
| GrossWeightUOMCode | String | Abbreviation that identifies the unit of measurement used for the gross weight of the packing unit and its contents. |
| GrossWeightUOMName | String | Full name of the unit of measurement used for the gross weight, providing clarity on the measurement scale. |
| TareWeight | Decimal | The weight of the empty packing unit, excluding any contents. |
| TareWeightUOMCode | String | Abbreviation for the unit of measurement used to express the tare weight of the packing unit. |
| TareWeightUOMName | String | Full name of the unit of measurement used for the tare weight, providing context for the weight scale. |
| NetWeight | Decimal | The weight of the packing unit’s contents, excluding the tare weight of the container itself. |
| NetWeightUOMCode | String | Abbreviation identifying the unit of measurement used for the net weight of the packing unit's contents. |
| NetWeightUOMName | String | Full name of the unit of measurement for the net weight, providing clarity on the weight scale. |
| ContainerVolume | Decimal | The total volume of the packing unit container, used to measure the space the container occupies. |
| ContainerVolumeUOM | String | Abbreviation identifying the unit of measurement for the container volume. |
| ContainerVolumeUOMName | String | Full name of the unit of measurement used for the container volume, ensuring clarity on the measurement scale. |
| ContentVolume | Decimal | The total volume of the contents inside the packing unit. |
| ContentVolumeUOMCode | String | Abbreviation for the unit of measurement used to express the content volume of the packing unit. |
| ContentVolumeUOMName | String | Full name of the unit of measurement used for content volume, providing context for the measurement scale. |
| SourceName | String | The name of the source or origin from which the packing unit is derived, such as the supplier or production source. |
| SealCode | String | Abbreviation or code used to identify the seal applied to the packing unit, often used for security or verification. |
| TrackingNumber | String | Unique tracking number assigned to the packing unit for tracking its movement or status during transportation. |
| AllowAutoGeneration | String | A flag indicating whether the packing unit is automatically generated based on organizational setup (true) or user-defined (false). |
| Finder | String | The identifier or label used to search for packing units within the system. |
| PPackingUnit | String | Label or name associated with a packing unit in a specific context, possibly referring to a pre-defined packing unit in a packing setup. |