Tax.useSalesTaxAdjustments Method [AX 2012]

Returns a Boolean value that indicates whether the current transaction being calculated supports sales tax adjustments.

Syntax

public boolean useSalesTaxAdjustments()

Run On

Server

Return Value

Type: boolean
true if the current transaction supports sales tax adjustment; otherwise, false.

Remarks

By default, the current transaction does not supports sales tax adjustments.

See Also

Reference

Tax Class