Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _reportTaxTrans
Type: TaxReportDomesticTaxTrans_IT Table
Report tax transaction.
- _reportTrans
Type: TaxReportDomesticTrans_IT Table
Report line.
- _thresholdBaseRecId
Type: RecId Extended Data Type
The RecId of a TaxReportDomesticThresholdBase_IT record.
- _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.