Share via


TaxReportDomesticFunctions_IT::addReportTaxTransToThresholdBase Method [AX 2012]

Adds the amount of the report tax transaction to the threshold base.

Syntax

client server public static void addReportTaxTransToThresholdBase(
    TaxReportDomesticTaxTrans_IT _reportTaxTrans, 
    TaxReportDomesticTrans_IT _reportTrans, 
    RecId _thresholdBaseRecId, 
   [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