Tuesday, 27 August 2024

General journals classes and Tables

Tables:

LedgerJournalTable - contains journal header related information

LedgerJournalName  - contains journal name related information

LedgerJournalTrans  - contains journal line related information

Class:

LedgerJournalCheckPost - is used to post the journal

ledgerJournalPost = ledgerJournalCheckPost::newLedgerJournalTable(
                        ledgerJournalTable,
                        NoYes::Yes);

No comments:

Post a Comment

Setting VendInvoiceInfoTable default values for custom fields - D365 FO

  When creating a vendor invoice and you are trying to populate custom fields on table VendInvoiceInfoTable you may find that the following ...