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

X++ code to create & post General Journal

$
0
0
X++ code to create & post General Journal Some time we need to generate a General Journal through X++ code rather than go to GL module. For eg. WE are creating a journal after completion of some particular condition. Try following code to create a General Journal and than post in in the same code through X++. static void theaxapta_CreateGLJournalPost(Args _args) { AxLedgerJournalTable journalTable; // class AxLedgerJournalTrans journalTrans; // class container acctPattern; container offSetAcctPattern;...(read more)

Viewing all articles
Browse latest Browse all 17314

Trending Articles