Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 addToGeneralJournal(
LedgerVoucher _postingJournal,
DetailSummary _adjustedTransferLevel,
GeneralJournalAccountEntry _generalJournalAccountEntry,
LedgerEntry _ledgerEntry,
LedgerPostingOneToManyCollection _taxTransactionRelationshipCollection,
[GeneralJournalAccountEntry_W _generalJournalAccountEntryW,
Map _crossCompanyTaxLinkCollections])
Microsoft Dynamics AX 2012 R2 (SYS)
public void addToGeneralJournal(
LedgerVoucher _postingJournal,
DetailSummary _adjustedTransferLevel,
GeneralJournalAccountEntry _generalJournalAccountEntry,
LedgerEntry _ledgerEntry,
LedgerPostingOneToManyCollection _taxTransactionRelationshipCollection,
[GeneralJournalAccountEntry_W _generalJournalAccountEntryW])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public void addToGeneralJournal(
LedgerVoucher _postingJournal,
DetailSummary _adjustedTransferLevel,
GeneralJournalAccountEntry _generalJournalAccountEntry,
LedgerEntry _ledgerEntry,
LedgerPostingOneToManyCollection _taxTransactionRelationshipCollection)
Microsoft Dynamics AX 2012 (FPK)
public void addToGeneralJournal(
LedgerVoucher _postingJournal,
DetailSummary _adjustedTransferLevel,
GeneralJournalAccountEntry _generalJournalAccountEntry,
LedgerEntry _ledgerEntry,
LedgerPostingOneToManyCollection _taxTransactionRelationshipCollection)
Microsoft Dynamics AX 2012 (SYS)
public void addToGeneralJournal(
LedgerVoucher _postingJournal,
DetailSummary _adjustedTransferLevel,
GeneralJournalAccountEntry _generalJournalAccountEntry,
LedgerEntry _ledgerEntry,
LedgerPostingOneToManyCollection _taxTransactionRelationshipCollection)
Run On
Called
Parameters
- _postingJournal
Type: LedgerVoucher Class
The posting journal.
- _adjustedTransferLevel
Type: DetailSummary Enumeration
The adjusted transfer level of the transaction.
- _generalJournalAccountEntry
Type: GeneralJournalAccountEntry Table
The GeneralJournalAccountEntry record.
- _ledgerEntry
Type: LedgerEntry Table
The LedgerEntry record.
- _taxTransactionRelationshipCollection
Type: LedgerPostingOneToManyCollection Class
A collection of the TaxTrans table relationship information.
- _generalJournalAccountEntryW
Type: GeneralJournalAccountEntry_W Table
The country specific general journal account entry record; optional.
- _crossCompanyTaxLinkCollections
Type: Map Class
A collection of cross company tax link collections.
Remarks
This method is for ledger posting framework internal use only.