[ASK] How to set up Status and Move Order Type when creating move order using INV_MOVE_ORDER_PUB API
Hi,
I have successfully created move order (header and line) using INV_MOVE_ORDER_PUB.Create_Move_Order_Header and INV_MOVE_ORDER_PUB.Create_Move_Order_Lines API.
But I have several question :
1. I can't create the line immediately right after I have created the header in 1 script execution (I have used commit after I created the header), but I need to open the form first
(either that, or I need to wait for several minutes). Why is that?
2. The move orders that I have created is defaulted to 'pre-Approved Status' and 'Pick Wave' Move Order Type.
Is there anyway that I can set the status to 'Incomplete' or set the move order type to 'Requisition' ?
0