Following job will create the link purchase order for sales order. I have created this job in AX 2009 and I am assuming that it will also work with AX 2012 //Create the Purchase order from Sales order static void createLinkPurchaseOrder_Demo(Args _args) { PurchAutoCreate purchAutoCreate; TmpPurchLinePrice tplP; VendAccount prevVendAccount; SalesTable salesTableLocal; SalesLine salesLineLocal; InventTable … Continued...(read more)
↧