Once you scan the SKU, you can enter quantity for a pick task in terms of the standard alternate UOM quantities. On entering the quantity breakup, the system automatically displays the total SKU quantity that you picked.
A task may be associated with a suggested LPN, if:
To pick inventory from the source location:
When you scan a barcode that translates to SKU quantity greater than the demand or task quantity, the Info window appears based on barcode translation source and TaskType of the task. Choose OK. You are returned to the SKU Quantity Entry window. Table 3 details the barcode translation source rules.
If the system detects that the location is empty after picking, the Confirmation window appears. Choose Yes if the location is empty after pick. Choose No if the location is not empty after pick.
If picking is not done using an equipment, the inventory move from the pick location is not recorded. Hence, the location's fill code is "not empty" and the Confirmation window does not appear.
Choosing No in the Confirmation window triggers an event that creates a count request.
When the picked quantity is less than the quantity scanned from the barcode, an event "QTY_TRANSLATION_OVERRIDE" associated with the "BARCODE_SCAN" transaction is raised.
The XML published by the "QTY_TRANSLATION_OVERRIDE" event is:
<BarCode BarCodeData="" BarCodeType="" BarCodeTranslationSource="" TranslatedQuantity="" QuantityUsed="" EquipmentId="" LocationId="" />.
Fields | |
---|---|
SKU | Enter or scan a SKU, pallet, or case. If you implement the YCMGetDisplayItemAttributesUE user exit, the user defined item identifier of the item to retrieve displays. Otherwise, the item identifier of the item to retrieve displays. For more information on the user exit, refer to the Sterling Selling and Fulfillment Foundation: Javadocs. |
Operational UOM | An operational UOM corresponding to the item is displayed. The quantity corresponding to the operation UOM is populated. The operational UOM is not visible if the task quantity is less than the alternate UOM's conversion quantity or when the alternate UOM is not specified for the SKU. |
Inventory UOM | The inventory UOM for the item is displayed. The quantity corresponding to the inventory UOM is populated. |
Field | |
---|---|
SKU | ItemOrInventoryContainer |
Barcode Translation Source | TaskType Allows Overpick | Is Info window Displayed | Total quantity displayed in Alternate UOM and Inventory UOM fields |
---|---|---|---|
Pallet | N | N | Demand |
Pallet | Y | N | Demand |
Case | N | Y | Demand |
Case | Y | N | Scanned |
Others | N | Y | Demand |
Others | Y | N | Scanned |