ShipmentLinesserials
Tracks serial numbers for items within shipment lines, ensuring precise inventory records.
Columns
| Name | Type | Description |
| ShipmentLinesShipmentLine [KEY] | Long | The unique identifier for the shipment line that the serial numbers are associated with. This links the serials to a specific shipment line, ensuring proper tracking of the serialized items within the shipment. |
| FromSerialNumber [KEY] | String | The serial number of the first item in the range being tracked. This represents the starting serial number for a group of serialized items within the shipment line. |
| ToSerialNumber | String | The serial number of the last item in the range being tracked. This represents the ending serial number for a group of serialized items within the shipment line. |
| UniqueLineNumber [KEY] | Long | A unique number assigned to the specific line in the serial tracking process. This helps identify and track the individual serial line for management and reference. |
| TransactionTempId | Decimal | A temporary identifier used during transaction processing. This ID is used to track serial numbers within a specific transaction context before the transaction is finalized. |
| DeliveryDetailId | Decimal | The unique identifier for the delivery detail related to the serial numbers. This connects the serial tracking to the delivery details for specific shipment lines. |
| SupplierSerialNumber | String | The serial number provided by the supplier for the item. This helps track the serialized item back to the original supplier's identification number. |
| Finder | String | A search identifier used to locate serial numbers related to a specific shipment line. This field is used for filtering and finding serial records more easily. |
| ShipmentLine | Long | The unique identifier for the shipment line associated with the serial numbers. This ensures that each serial number is properly linked to its respective shipment line, allowing for accurate tracking and management. |