(NetSuite WMS Mobile) We are testing out multi-or...
# inventory
j
(NetSuite WMS Mobile) We are testing out multi-order picking, how can we have the waves include all items in the orders rather than just the items within a selected item family? We want to group orders that share XYZ item family items. We create a wave based on the Item family filter of XYZ, it displays all the orders with XYZ items in them. When the wave is created, it only selects the line items that are XYZ items, not all items in the orders.
a
It would probably be best to make a custom body field (like a checkbox) called “order contains XYZ items”. Then use a WF or script to check that box on orders that contain XYZ items Then create your waves based on that checkbox instead of the XYZ filter
j
Alright, thank you.