Share via


LedgerVoucher.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(
            DetailSummary _adjustedTransferLevel, 
            GeneralJournalEntry _generalJournalEntry, 
            GeneralJournalAccountEntry _generalJournalAccountEntry, 
            LedgerEntry _ledgerEntry, 
            LedgerPostingOneToManyCollection _taxTransactionRelationshipCollection, 
            Map _crossCompanyTaxLinkCollections)

  Microsoft Dynamics AX 2012 R2 (SYS)
          public void addToGeneralJournal(
            DetailSummary _adjustedTransferLevel, 
            GeneralJournalEntry _generalJournalEntry, 
            GeneralJournalAccountEntry _generalJournalAccountEntry, 
            LedgerEntry _ledgerEntry, 
            LedgerPostingOneToManyCollection _taxTransactionRelationshipCollection)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public void addToGeneralJournal(
            DetailSummary _adjustedTransferLevel, 
            GeneralJournalEntry _generalJournalEntry, 
            GeneralJournalAccountEntry _generalJournalAccountEntry, 
            LedgerEntry _ledgerEntry, 
            LedgerPostingOneToManyCollection _taxTransactionRelationshipCollection)

  Microsoft Dynamics AX 2012 (FPK)
          public void addToGeneralJournal(
            DetailSummary _adjustedTransferLevel, 
            GeneralJournalEntry _generalJournalEntry, 
            GeneralJournalAccountEntry _generalJournalAccountEntry, 
            LedgerEntry _ledgerEntry, 
            LedgerPostingOneToManyCollection _taxTransactionRelationshipCollection)

  Microsoft Dynamics AX 2012 (SYS)
          public void addToGeneralJournal(
            DetailSummary _adjustedTransferLevel, 
            GeneralJournalEntry _generalJournalEntry, 
            GeneralJournalAccountEntry _generalJournalAccountEntry, 
            LedgerEntry _ledgerEntry, 
            LedgerPostingOneToManyCollection _taxTransactionRelationshipCollection)

Run On

Server

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

LedgerVoucher Class