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)
↧