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

validate offsetLedgerDimension in d365 FO

 /// <summary> /// This class is used to validate offsetLedgerDimension /// </summary> class PNG_InventMovValidateOffsetLedgerDi...