PackingUnitsnestedPackingUnitscontentsserials
Facilitates the management of serials specifically associated with the contents of nested packing units.
Columns
| Name | Type | Description |
| PackingUnitsPackingUnitId [KEY] | Long | The unique identifier for a packing unit in the PackingUnitsnestedPackingUnitscontentsserials table. This ID is used to reference a specific packing unit in the nested structure. |
| NestedpackingunitsPackingUnitId [KEY] | Long | The identifier for a nested packing unit within the PackingUnitsnestedPackingUnitscontentsserials table. This field links the current packing unit to another packing unit, forming a hierarchical relationship. |
| ContentsPackingUnitContentId [KEY] | Long | The unique identifier for the content within a packing unit in the PackingUnitsnestedPackingUnitscontentsserials table. It represents a specific item or set of items included in a packing unit. |
| SerialNumber [KEY] | String | The serial number associated with the packing unit content in the PackingUnitsnestedPackingUnitscontentsserials table. This field helps to track individual items within the packing units. |
| CurrentStatus | String | The current status of the packing unit content in the PackingUnitsnestedPackingUnitscontentsserials table. This could represent various states such as 'In Transit,' 'Delivered,' or 'Pending Inspection.' |
| CurrentStatusMeaning | String | A description of what the current status of the packing unit content means. This field provides additional context to the value in the 'CurrentStatus' column. |
| Finder | String | The identifier or name of the person or system that found or identified the packing unit content in the PackingUnitsnestedPackingUnitscontentsserials table. |
| PackingUnitId | Long | The identifier for the packing unit in the PackingUnitsnestedPackingUnitscontentsserials table. It is used to reference the primary packing unit in the structure. |
| PPackingUnit | String | An additional identifier or reference for the packing unit, which could represent a parent packing unit or another relevant attribute for the packing unit in the PackingUnitsnestedPackingUnitscontentsserials table. |