LedgerVoucher.addToGeneralJournalEntry Method [AX 2012]
Adds the specified information to the general journal.
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
public void addToGeneralJournalEntry(
DetailSummary _adjustedTransferLevel,
GeneralJournalEntry _generalJournalEntry,
GeneralJournalAccountEntry _generalJournalAccountEntry,
LedgerEntry _ledgerEntry,
LedgerPostingOneToManyCollection _taxTransactionRelationshipCollection,
Map _crossCompanyTaxLinkCollections,
[GeneralJournalEntry_W _generalJournalEntryW,
GeneralJournalAccountEntry_W _generalJournalAccountEntryW])
Microsoft Dynamics AX 2012 R2 (SYS)
public void addToGeneralJournalEntry(
DetailSummary _adjustedTransferLevel,
GeneralJournalEntry _generalJournalEntry,
GeneralJournalAccountEntry _generalJournalAccountEntry,
LedgerEntry _ledgerEntry,
LedgerPostingOneToManyCollection _taxTransactionRelationshipCollection,
[GeneralJournalEntry_W _generalJournalEntryW,
GeneralJournalAccountEntry_W _generalJournalAccountEntryW])
Run On
Server
Parameters
- _adjustedTransferLevel
Type: DetailSummary Enumeration
The adjusted transfer level of the transaction.
- _generalJournalEntry
Type: GeneralJournalEntry Table
The general journal account entry record.
- _generalJournalAccountEntry
Type: GeneralJournalAccountEntry Table
The general account account entry record
- _ledgerEntry
Type: LedgerEntry Table
The LedgerEntry record.
- _taxTransactionRelationshipCollection
Type: LedgerPostingOneToManyCollection Class
A collection of the tax transaction relationship information.
- _crossCompanyTaxLinkCollections
Type: Map Class
- _generalJournalEntryW
Type: GeneralJournalEntry_W Table
The country specific general journal entry record.
- _generalJournalAccountEntryW
Type: GeneralJournalAccountEntry_W Table
The country specific general journal account entry record.
Remarks
This method is for ledger posting framework internal use only.