LedgerVoucherObject.addToGeneralJournal 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 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

  • _crossCompanyTaxLinkCollections
    Type: Map Class
    A collection of cross company tax link collections.

Remarks

This method is for ledger posting framework internal use only.

See Also

Reference

LedgerVoucherObject Class