PickSlipDetails
Manages transaction details related to pick slips, including item quantities, locators, and inventory control information like lot and serial numbers.
Columns
Name | Type | Description |
PickSlip [KEY] | Long | The unique identifier for a pick slip in the PickSlipDetails table, used to track the specific picking event within the system. |
PickWave | String | The identifier for the pick wave associated with the PickSlipDetails. A pick wave groups multiple orders for more efficient processing. |
Organization | String | The organization code or identifier that represents the business unit responsible for the picking operation within the system. |
NumberOfPicks | Long | The total count of picks associated with the pick slip, indicating how many items or orders are included in the picking operation. |
DueDate | Date | The date by which the pick slip is expected to be processed and the associated items are expected to be shipped or delivered. |
Order | String | The order number linked to the pick slip, representing a specific customer's order that is being processed. |
Customer | String | The name or identifier of the customer placing the order, used for tracking and associating pick slips with specific clients. |
ShippingMethod | String | The method of shipping selected for the order, such as ground, air, express, or other available shipping options. |
CreationDate | Datetime | The date and time when the pick slip was created, providing a timestamp for tracking the creation of the picking operation. |
Shipment | String | The identifier of the shipment associated with the pick slip, which may represent a grouping of multiple pick slips for shipping purposes. |
MovementRequest | String | The movement request identifier that links the pick slip to a specific inventory movement, used to track item transfers within the warehouse. |
ShipToLocation | String | The destination address or location where the order is to be shipped, typically including the address and other relevant shipping details. |
Finder | String | The identifier for the person or system responsible for locating or assigning the pick slip, usually used for audit and accountability purposes. |