ReleaseUpdateDB41_Invent.updateWMSPickingRoute Method [AX 2012]

Updates the optimizedPicking, autoDecreaseQty, and expeditionStatus fields on the WMSPickingRoute table.

public void updateWMSPickingRoute()

Run On

Server

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).

Community Additions

ADD
Show: