Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Updates the optimizedPicking, autoDecreaseQty, and expeditionStatus fields on the WMSPickingRoute table.
Syntax
public void updateWMSPickingRoute()
Run On
Server
Remarks
If an upgraded route contains wmsOrdertrans that have optimizedpicking = NoYes::No and some with optimizedPicking= NoYes::Yes the route is set to use optimizedPick. On all picking routes where handlingType = 'online', the route is set to auto decrease quantity The WMSEpeditioinStatus enumeration has had three values added: picked (7), staged (8) and loaded (9).To retain the logical order, completed (5) and canceled (6) have to be moved to new enumeration values completed (10) and canceled (20).