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