TaxReport.post Method [AX 2012]

Posts the four ledger transactions.

NoteNote

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 post(
            TaxDirection _taxDirection, 
            LedgerDimensionAccount _taxledgerDimension, 
            LedgerDimensionAccount _useTaxPayableLedgerDimension, 
            LedgerDimensionAccount _clearingLedgerDimension, 
            CurrencyCode _currencyCode, 
            TaxAmount _taxAmount, 
            TaxAmount _taxInCostPrice, 
            TaxAmount _taxAmountMST, 
            CurrencyExchangeHelper _currencyHelper, 
            RefRecId _taxTransRecId, 
           [TaxAmount _taxInCostPriceMST])

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected void post(
            TaxDirection _taxDirection, 
            LedgerDimensionAccount _taxledgerDimension, 
            LedgerDimensionAccount _useTaxPayableLedgerDimension, 
            LedgerDimensionAccount _clearingLedgerDimension, 
            CurrencyCode _currencyCode, 
            TaxAmount _taxAmount, 
            TaxAmount _taxInCostPrice, 
            TaxAmount _taxAmountMST, 
            CurrencyExchangeHelper _currencyHelper, 
            RefRecId _taxTransRecId)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          protected void post(
            TaxDirection _taxDirection, 
            LedgerDimensionAccount _taxledgerDimension, 
            LedgerDimensionAccount _useTaxPayableLedgerDimension, 
            LedgerDimensionAccount _clearingLedgerDimension, 
            CurrencyCode _currencyCode, 
            TaxAmount _taxAmount, 
            TaxAmount _taxInCostPrice, 
            TaxAmount _taxAmountMST, 
            CurrencyExchangeHelper _currencyHelper, 
            RefRecId _taxTransRecId)

  Microsoft Dynamics AX 2012 (FPK)
          protected void post(
            TaxDirection _taxDirection, 
            LedgerDimensionAccount _taxledgerDimension, 
            LedgerDimensionAccount _useTaxPayableLedgerDimension, 
            LedgerDimensionAccount _clearingLedgerDimension, 
            CurrencyCode _currencyCode, 
            TaxAmount _taxAmount, 
            TaxAmount _taxInCostPrice, 
            TaxAmount _taxAmountMST, 
            CurrencyExchangeHelper _currencyHelper, 
            RefRecId _taxTransRecId)

  Microsoft Dynamics AX 2012 (SYS)
          protected void post(
            TaxDirection _taxDirection, 
            LedgerDimensionAccount _taxledgerDimension, 
            LedgerDimensionAccount _useTaxPayableLedgerDimension, 
            LedgerDimensionAccount _clearingLedgerDimension, 
            CurrencyCode _currencyCode, 
            TaxAmount _taxAmount, 
            TaxAmount _taxInCostPrice, 
            TaxAmount _taxAmountMST, 
            CurrencyExchangeHelper _currencyHelper, 
            RefRecId _taxTransRecId)

Run On

Called

Parameters

_taxDirection
Type: TaxDirection Enumeration
_taxledgerDimension
Type: LedgerDimensionAccount Extended Data Type
_useTaxPayableLedgerDimension
Type: LedgerDimensionAccount Extended Data Type
_clearingLedgerDimension
Type: LedgerDimensionAccount Extended Data Type
_currencyCode
Type: CurrencyCode Extended Data Type
_taxAmount
Type: TaxAmount Extended Data Type
_taxInCostPrice
Type: TaxAmount Extended Data Type
_taxAmountMST
Type: TaxAmount Extended Data Type
_currencyHelper
Type: CurrencyExchangeHelper Class
_taxTransRecId
Type: RefRecId Extended Data Type
_taxInCostPriceMST
Type: TaxAmount Extended Data Type

Community Additions

ADD
Show: