Share via


TaxReportDomesticFunctions_IT::addReportTransToTotals Method [AX 2012]

Adds the amounts of the report line to the threshold base amounts and then adds the amounts of report tax transactions connected to different contracts to their threshold.

Syntax

client server public static void addReportTransToTotals(TaxReportDomesticTrans_IT _reportTrans, [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