courtesy: http://www.andesoft.net/creating-bom-journal-using-x-code-ax-2009-ax-2012/ https://community.dynamics.com/ax/f/33/t/96262.aspx http://learnax.blogspot.com/2010/01/x-code-to-create-and-post-inventory.html static void createBomJournal_working(Args _args) { InventJournalTable journalTable; InventJournalTrans journalTrans; InventJournalTableData journalTableData; InventJournalTransData journalTransData; InventTable inventTable; InventDim inventDim; Counter cnt; InventJournalCheckPost journalCheckPost = new InventJournalCheckPost(); InventTransId inventTransId, inventTransIdFather; InventBat...
Technical web log for Microsoft Dynamics AX, 365 !!