Tuesday, May 17, 2011

Posting a Ledger Journal through Code

void postJournal(LedgerJournalTable _ledgerJournalTable)
{
    Args                    lArgs = new Args();
    ;

    lArgs.record(_ledgerJournalTable);
    LedgerJournalPost::main(lArgs);
}

No comments:

Post a Comment