Quantcast
Channel: Microsoft Dynamics 365 Community
Viewing all articles
Browse latest Browse all 17314

Dynamics AX 2012 - X++ code to create & post General Journal

$
0
0
static void Raj_Demo_CreateGLJournalPost(Args _args) { AxLedgerJournalTable journalTable; AxLedgerJournalTrans journalTrans; container acctPattern; container offSetAcctPattern; LedgerJournalTable ledgerJournalTable; ledgerJournalCheckPost ledgerJournalCheckPost; ; journalTable = new AxLedgerJournalTable(); journalTrans = new AxLedgerJournalTrans(); //Journal Name journalTable.parmJournalName( "GenJrn" ); journalTable.save(); journalTrans.parmJournalNum(journalTable.ledgerJournalTable()...(read more)

Viewing all articles
Browse latest Browse all 17314

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>