TaxReport.postVat Method [AX 2012]
Syntax
protected void postVat(
TaxDirection _taxDirection,
LedgerDimensionAccount _taxledgerDimension,
LedgerDimensionAccount _useTaxPayableLedgerDimension,
LedgerDimensionAccount _clearingLedgerDimension,
CurrencyCode _currencyCode,
TaxAmount _taxAmount,
TaxAmount _taxInCostPrice,
TaxAmount _taxAmountMST,
TaxAmount _taxInCostPriceMST,
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
- _taxInCostPriceMST
Type: TaxAmount Extended Data Type
- _currencyHelper
Type: CurrencyExchangeHelper Class
- _taxTransRecId
Type: RefRecId Extended Data Type