Share via


LedgerTransferOpening.addAccountSumPrimo Method [AX 2012]

Updates the temporary work table by using an opening transaction.

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
          protected void addAccountSumPrimo(
            GeneralJournalEntry _generalJournalEntry, 
            GeneralJournalAccountEntry _generalJournalAccountEntry, 
            LedgerDimensionAccount _ledgerDimension)

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected void addAccountSumPrimo(
            GeneralJournalEntry _generalJournalEntry, 
            GeneralJournalAccountEntry _generalJournalAccountEntry, 
            LedgerDimensionAccount _ledgerDimension)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          protected void addAccountSumPrimo(
            GeneralJournalEntry _generalJournalEntry, 
            GeneralJournalAccountEntry _generalJournalAccountEntry, 
            LedgerDimensionAccount _ledgerDimension)

  Microsoft Dynamics AX 2012 (FPK)
          protected void addAccountSumPrimo(
            GeneralJournalEntry _generalJournalEntry, 
            GeneralJournalAccountEntry _generalJournalAccountEntry, 
            LedgerDimensionAccount _currentLedgerDimension)

  Microsoft Dynamics AX 2012 (SYS)
          protected void addAccountSumPrimo(
            GeneralJournalEntry _generalJournalEntry, 
            GeneralJournalAccountEntry _generalJournalAccountEntry, 
            LedgerDimensionAccount _currentLedgerDimension)

Run On

Called

Parameters

See Also

Reference

LedgerTransferOpening Class