Share via


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

  • _crossCompanyTaxLinkCollections
    Type: Map Class

Remarks

This method is for ledger posting framework internal use only.

See Also

Reference

LedgerVoucher Class