Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Posts a TaxTrans record.
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 postToTaxTrans(
LedgerPostingController _ledgerPostingController,
TaxTrans _taxTrans,
CurrencyExchangeHelper _exchangeRateHelper,
Voucher _voucher,
[LedgerDimensionAccount _ledgerDimension,
LedgerDimensionAccount _operationLedgerDimension,
LedgerDimensionAccount _taxOffsetUseTaxLedgerDimension])
Microsoft Dynamics AX 2012 R2 (SYS)
protected void postToTaxTrans(
LedgerPostingController _ledgerPostingController,
TaxTrans _taxTrans,
CurrencyExchangeHelper _exchangeRateHelper,
[LedgerDimensionAccount _ledgerDimension,
LedgerDimensionAccount _operationLedgerDimension,
LedgerDimensionAccount _taxOffsetUseTaxLedgerDimension])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
protected void postToTaxTrans(
LedgerPostingController _ledgerPostingController,
TaxTrans _taxTrans,
CurrencyExchangeHelper _exchangeRateHelper)
Microsoft Dynamics AX 2012 (FPK)
protected void postToTaxTrans(
LedgerPostingController _ledgerPostingController,
TaxTrans _taxTrans,
CurrencyExchangeHelper _exchangeRateHelper)
Microsoft Dynamics AX 2012 (SYS)
protected void postToTaxTrans(
LedgerPostingController _ledgerPostingController,
TaxTrans _taxTrans,
CurrencyExchangeHelper _exchangeRateHelper)
Run On
Server
Parameters
- _ledgerPostingController
Type: LedgerPostingController Class
The ledger posting controller to use for ledger posting.
- _taxTrans
Type: TaxTrans Table
The transaction line being posted.
- _exchangeRateHelper
Type: CurrencyExchangeHelper Class
An instance of the CurrencyExchangeHelper class that contains the set currency, exchange rates, and triangulation values.
- _voucher
Type: Voucher Extended Data Type
- _ledgerDimension
Type: LedgerDimensionAccount Extended Data Type
- _operationLedgerDimension
Type: LedgerDimensionAccount Extended Data Type
- _taxOffsetUseTaxLedgerDimension
Type: LedgerDimensionAccount Extended Data Type