LedgerTransferOpeningDP.insertLedgerTransferOpeningTmp Method [AX 2012]

Inserts records into the LedgerTransferOpeningTmp temporary table.

Syntax

private void insertLedgerTransferOpeningTmp(FiscalCalendarPeriod _fiscalCalendarPeriod, SubledgerVoucherGeneralJournalEntry _subledgerVoucherGenJourEntry)

Run On

Server

Parameters

  • _fiscalCalendarPeriod
    Type: FiscalCalendarPeriod Table
    A FiscalCalendarPeriod table buffer to set the required field in the LedgerTransferOpeningTmp temporary table.
  • _subledgerVoucherGenJourEntry
    Type: SubledgerVoucherGeneralJournalEntry Table
    A SubledgerVoucherGeneralJournalEntry table buffer to set the required field in the LedgerTransferOpeningTmp temporary table.

See Also

Reference

LedgerTransferOpeningDP Class