Share via


LedgerExchAdj.postAdjustment Method [AX 2012]

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
          private void postAdjustment(
            LedgerVoucher _ledgerVoucher, 
            Voucher _voucher, 
            CurrentOperationsTax _postingLayer, 
            MainAccount _mainAccount, 
            LedgerDimensionAccount _ledgerDimension, 
            CurrencyCode _transactionCurrencyCode, 
            AmountMST _adjustmentAmount, 
            CurrencyCode _adjustmentGainLossCurrencyCode, 
            boolean _isAccountingCurrencyAdjustment, 
            boolean _isBalanceSheet)

  Microsoft Dynamics AX 2012 R2 (SYS)
          private void postAdjustment(
            LedgerVoucher _ledgerVoucher, 
            Voucher _voucher, 
            CurrentOperationsTax _postingLayer, 
            MainAccount _mainAccount, 
            LedgerDimensionAccount _ledgerDimension, 
            CurrencyCode _transactionCurrencyCode, 
            AmountMST _adjustmentAmount, 
            CurrencyCode _adjustmentGainLossCurrencyCode, 
            boolean _isAccountingCurrencyAdjustment)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          private void postAdjustment(
            LedgerVoucher _ledgerVoucher, 
            MainAccount _mainAccount, 
            LedgerDimensionAccount _ledgerDimension, 
            CurrencyCode _transactionCurrencyCode, 
            AmountMST _adjustmentAmount, 
            CurrencyCode _adjustmentGainLossCurrencyCode, 
            boolean _isAccountingCurrencyAdjustment)

  Microsoft Dynamics AX 2012 (FPK)
          private void postAdjustment(
            LedgerVoucher _ledgerVoucher, 
            MainAccount _mainAccount, 
            LedgerDimensionAccount _ledgerDimension, 
            CurrencyCode _transactionCurrencyCode, 
            AmountMST _adjustmentAmount, 
            CurrencyCode _adjustmentGainLossCurrencyCode, 
            boolean _isAccountingCurrencyAdjustment)

  Microsoft Dynamics AX 2012 (SYS)
          private void postAdjustment(
            LedgerVoucher _ledgerVoucher, 
            MainAccount _mainAccount, 
            LedgerDimensionAccount _ledgerDimension, 
            CurrencyCode _transactionCurrencyCode, 
            AmountMST _adjustmentAmount, 
            CurrencyCode _adjustmentGainLossCurrencyCode, 
            boolean _isAccountingCurrencyAdjustment)

Run On

Called

Parameters

  • _isAccountingCurrencyAdjustment
    Type: boolean

See Also

Reference

LedgerExchAdj Class