Product update - Multibin only
Disallow Bin in Receiving apps.Added to Receiving by Order and By item.
If bin is marked Y then do not allow entry and do not display in lookup.
Lookup: SELECT BinLocation FROM IM404_BinLocation WHERE WarehouseCode = '000' AND LocationType <> 'W' AND DisablePutAway <> 'Y' GROUP BY BinLocation ORDER BY BinLocation ASC
Validation: SELECT BinLocation FROM IM404_BinLocation WHERE WarehouseCode = '000' AND LocationType <> 'W' AND DisablePutAway <> 'Y' AND BinLocation = 'A10L' GROUP BY BinLocation ORDER BY BinLocation ASC
Comments
0 comments
Please sign in to leave a comment.