ShipmentLinesserialsserialNumbers
Provides management of individual serial numbers for shipment line items.
Columns
| Name | Type | Description |
| ShipmentLinesShipmentLine [KEY] | Long | The unique identifier for the shipment line to which serialized items are assigned. This connects each serial number to its respective shipment line, ensuring proper tracking during shipment processing. |
| SerialsFromSerialNumber [KEY] | String | The serial number that marks the beginning of a range of serialized items within a shipment line. It serves as a reference for all serialized items that fall under this specific shipment line. |
| SerialsUniqueLineNumber [KEY] | Long | A unique identifier for each line entry within the serialized items data. This line number is used to track individual serialized items and helps manage their status within the shipment. |
| SerialNumber [KEY] | String | The unique serial number assigned to an individual item in the shipment. This is used to track and identify each item within the shipment for inventory and shipment purposes. |
| Finder | String | A search identifier used to locate records of serial numbers within the shipment line. This allows users to quickly search and retrieve data related to specific serialized items within the system. |
| ShipmentLine | Long | The unique identifier associated with the shipment line that this serial number belongs to. This ensures that serialized items are properly linked to the correct shipment line during processing and tracking. |