Share via


TaxReport.post Method [AX 2012]

Posts the four ledger transactions.

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 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

See Also

Reference

TaxReport Class