Share via


TaxReverse.adjustByPercentage Method [AX 2012]

Adjusts the amounts on the temporary sales tax window by a percentage.

Syntax

protected void adjustByPercentage([boolean _flipSign, CurrencyCode _originalCurrency])

Run On

Server

Parameters

  • _flipSign
    Type: boolean
    A Boolean value that indicates whether to flip the sign on the amounts.

Remarks

This method is typically used in reversal scenarios to reverse a part of a TaxTrans record.

See Also

Reference

TaxReverse Class