Share via


TaxReportDomesticFunctions_IT::addReportTransToThresholdBase Method [AX 2012]

Adds the amount of the report line to the threshold base.

Syntax

client server public static void addReportTransToThresholdBase(
    TaxReportDomesticTrans_IT _reportTrans, 
    TaxReportDomesticThresholdBase_IT _thresholdBase, 
   [int _multiplier])

Run On

Called

Parameters

  • _multiplier
    Type: int
    The multiplier of the the report tax transaction amounts.
    Specify 1 if you want to add the amounts.
    Specify -1 if you want to substract the amounts.

See Also

Reference

TaxReportDomesticFunctions_IT Class