How to do it...
- 1. Open AOT and create a new class called JournalPost with the following code (replace 000152_010 with your journal number):
class JournalPost
{
}
public static void main(Args _args)
{
LedgerJournalCheckPost jourPost;
LedgerJournalTable jourTable;
;
jourTable = LedgerJournalTable::find('000152_010');
jourPost = LedgerJournalCheckPost::newLedgerJournalTable(
jourTable,
NoYes::Yes);
jourPost.run();
}
- 1. Open AOT and create a new class called JournalPost with the following code (replace 000152_010 with your journal number):
class JournalPost { } public static void main(Args _args) { LedgerJournalCheckPost jourPost; LedgerJournalTable jourTable; ; jourTable = LedgerJournalTable::find('000152_010'); jourPost = LedgerJournalCheckPost::newLedgerJournalTable( jourTable, NoYes::Yes); jourPost.run(); }