Share via


LedgerTransFurtherPosting::createLedgerJournalTransFromGenJour Method

Creates an unposted journal account entry that is based on a posted general journal transaction that is entered as a check for bridging.

Syntax

client server public static void createLedgerJournalTransFromGenJour(
    GeneralJournalAccountEntry _generalJournalAccountEntry, 
    LedgerEntryJournal _ledgerEntryJournal, 
    GeneralJournalEntry _generalJournalEntry, 
    LedgerEntry _ledgerEntry, 
    LedgerJournalTable _ledgerJournalTable)

Run On

Called

Parameters

  • _ledgerEntry
    Type: LedgerEntry Table
    The ledger entry used to create the new record.

See Also

Reference

LedgerTransFurtherPosting Table