In R2 there are several steps and places that picking routes/Picking lines are created, depending if you have an order-based picking or consolidated picking.
The fundamental element for a picking route is output orders, that acts as the basis.
And Output orders are created through the class\WMSOrderCreate:
As soon as the WMSOrder is created, it can try to attach itself to a shipment (consolidated scenario)(Also WMSOrderCreate)
If you follow the trace in the wmsOrder.autoAddShipment() you will get to the code where the WMSOrderTrans is created.
WMSOrderTrans is created here
And here :
The final step is the creation of the WMSPickingRoute, that happens in the shipment reservation. And inside this method you will also find the creation process for the picking route.
So the sequence and steps for creating a picking route is the following :
1. WMSOrder is created
2. WMSShipment is created
3. WMSOrderTrans is created
4. WMSPickingroute is created
Also remember that the structure of shipmentId, PickingrouteID’s is very loose entities, and is not strongly anchored to inventTrans. So it is possible to move wmsorderTrans transactions between pickingroute and shipments quite easily by using X++.
Happy DAX’ing
Hi Kurt,
I have a question regarding TRAX and WAX modules in AX 2012 R3.
Can we use Transport management without new warehouse management module?
Thanks,
Shweta K
LikeLike
Yes. http://blogs.msdn.com/b/dynamicsaxscm/archive/2014/09/04/using-transportation-management-without-the-new-warehouse-management-module.aspx
LikeLiked by 1 person
Hi Kurt, I followed the same process as mentioned in the above link, but if ‘Use warehouse management process’ is unchecked, then the sales/purchase lines are not created in Load planning workbench. Is this a bug?
LikeLike
hi
what about AX 2012 R3 – Where is the picking lines created ?
LikeLike
It is depending if you use warehouse management processes or not. If not, then it happens just like in R2. In WAX, I have not checked yet.
LikeLike
Hello Kurt,
I stumbled upon your post (I know it is a bit old) but was hoping you could either talk about or point me to a link that would explain how picking lines are created in 2012 R3 if I am using the warehouse management. Thanks.
-Tyler
LikeLike
Hi Tyler. Are you referring to the new WMS introduced in R3 ?
LikeLike