Share via


TaxReportDomesticFunctions_IT.applyThresholdByTransTypeAndPeriod Method [AX 2012]

Applies the threshold amounts to the tax transactions for the specified date range.

Syntax

protected void applyThresholdByTransTypeAndPeriod(
    StartDate _startDate, 
    EndDate _endDate, 
    AmountMST _thresholdAmount, 
    boolean _useNonInvoicedThreshold)

Run On

Called

Parameters

  • _useNonInvoicedThreshold
    Type: boolean
    Determines if the non-invoiced threshold should be used.

See Also

Reference

TaxReportDomesticFunctions_IT Class