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
- _generalJournalAccountEntry
Type: GeneralJournalAccountEntry Table
The general journal account entry used to create the new record.
- _ledgerEntryJournal
Type: LedgerEntryJournal Table
The ledger entry journal used to create the new record.
- _generalJournalEntry
Type: GeneralJournalEntry Table
The general journal entry used to create the new record.
- _ledgerEntry
Type: LedgerEntry Table
The ledger entry used to create the new record.
- _ledgerJournalTable
Type: LedgerJournalTable Table
The journal header to which to assign the new record.