The Item Picking frame is used to assign order items to warehouse containers.
Item Picking can address many scenarios, such as:
- Packaging hardware into boxes for shipment purposes.
- Taking cut panels off warehouse container pallet, sorting, and staging them for other operations like assembly.
- Packaging MTO panels for shipping into flat packs.
- Picking assembled cabinets and palletizing those for shipping.
- Staging components, for example styles, rails and center panels for door assembly clamp.
Fields
| Field | Description |
| Scan Scope | Defines the picking scope/bucket |
| Warehouse container | Warehouse container number. |
| Warehouse container description | A brief description of the container. |
| Warehouse container type | The type of warehouse container. |
| Warehouse container type description | Brief description of the warehouse container type. |
| Warehouse container dimensions | Dimesons (L x W x H). |
| Target location path | Where the items will be placed. |
| Item number | Assigned item number. |
| Item description | Brief description of the item. |
| Lot number | Assigned lot number. |
| Lot description | Brief description of the lot. |
| Source location path | Where to pick an item from. |
| Source location description | Brief description of the location path. |
Settings
| Setting | Description |
| Mode | 0 = Branch roots. Shows the top-level items. 2 = All components. Shows all components. |
| UseBOMprocessor | When set to 1, enables parametric BOM processing with criteria properties. |
| ComponentIpcCodeFilter | This can be a JSON array ["MTS","PTS","PTO","MTO"] or pipeline delimited list of procurement codes, for example, MTS|PTS|PTO|MTO. Note: that pipe delimited list is converted to JSON array so it’s slightly more performant to use array. |
Stored procedure settings
| Name | Parameter | Description |
| Process Item Picking Completion | UseBOMProcessor bit | 0 = Disable 1 = Enable. Use BOM Processor when adding target structure item to Order Item BOM. |
| Get Item Picking Unit of Measure | UOMPriority tinyint | 0 = Primary 1 = Stocking 2 = Purchasing (Primary Vendor) |
Functions
| Function | Description |
| F3 - Clear | Cancels current container picking session. |
| F4 - Complete | Completes picking transaction, will execute the Process Item Picking Completing Procedure. |
| F7 - Reset | Resets scan values. |
How to pick items.
- Manually enter or scan the scope entity.
Note: Supported scan scope prefixes are PRD, ORD, ICN, CON, WHC, SHP, ORI, and PRJ. - Manually enter or scan a warehouse container or type to create a new container. Prefixes are WHC or WCT. This is where the item will be placed.
- Scan the item or lot. Prefix is ITM or LOT.
Note: Theicon will remove selected item.
- Scan the location where the item is coming from. Prefix is LOC.
- Select the unit of measure and choose the quantity.
- Click OK.
Note: The picked quantity and remaining quantity values will be updated to reflect the current status. - Repeat steps 3-6 for the remaining items.
- When finished, select the
icon to execute the process item picking completion procedure.