Tax.mcrFindReturnTax Method [AX 2012]

Finds the return tax for the return line or markup trans record attached to a return line.

Syntax

public TaxAmountCur mcrFindReturnTax(TmpTaxWorkTrans _taxWorkTrans, boolean _sourceRegulateAmountCur)

Run On

Server

Parameters

  • _sourceRegulateAmountCur
    Type: boolean
    A boolean value that indicates whether or not to source tax amount.

Return Value

Type: TaxAmountCur Extended Data Type
The return tax amount.

See Also

Reference

Tax Class