Share via


TaxReverseTax.reverseByFactor Method [AX 2012]

Applies the percentage factor to the tax records that were reversed.

Syntax

public AmountCur reverseByFactor(
    LedgerDimensionAccount _operationLedgerDimension, 
    Factor _factor, 
    RefTableId _newTaxTransParentTableId, 
    RefRecId _newTaxTransParentRecId)

Run On

Server

Parameters

Return Value

Type: AmountCur Extended Data Type
Total tax amount of the reversing tax records.

See Also

Reference

TaxReverseTax Class