LedgerExchAdj.postAdjustment Method [AX 2012]

NoteNote

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

_ledgerVoucher
Type: LedgerVoucher Class
_voucher
Type: Voucher Extended Data Type
_postingLayer
Type: CurrentOperationsTax Enumeration
_mainAccount
Type: MainAccount Table
_ledgerDimension
Type: LedgerDimensionAccount Extended Data Type
_transactionCurrencyCode
Type: CurrencyCode Extended Data Type
_adjustmentAmount
Type: AmountMST Extended Data Type
_adjustmentGainLossCurrencyCode
Type: CurrencyCode Extended Data Type
_isAccountingCurrencyAdjustment
Type: boolean
_isBalanceSheet
Type: boolean

Community Additions

ADD
Show: