Share via


TaxReverseTax.newTrans Method [AX 2012]

Creates local copies of the transactions in the TmpTaxWorkTrans table, based on the transaction in the TmpTaxWorkTrans table defined in the Tax class.

Syntax

protected AmountCur newTrans(
    LedgerDimensionAccount _operationLedgerDimension, 
    Factor _factor, 
    RefTableId _newTaxTransParentTableId, 
    RefRecId _newTaxTransParentRecId, 
   [DimensionDefault _defaultDimension])

Run On

Server

Parameters

Return Value

Type: AmountCur Extended Data Type
The TaxAmount calculated during the creation.

See Also

Reference

TaxReverseTax Class