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.
Calculates incentive tax amount.
Syntax
server public static TaxAmount calcIncentiveTaxAmount(
TmpTaxWorkTrans _tmpTaxWorkTrans,
TaxQty _taxQty,
[PurchParmLine _purchParmLine])
Run On
Server
Parameters
- _tmpTaxWorkTrans
Type: TmpTaxWorkTrans Table
The temporary tax work transaction.
- _taxQty
Type: TaxQty Extended Data Type
The tax quantity.
- _purchParmLine
Type: PurchParmLine Table
The purch parm line.
Return Value
Type: TaxAmount Extended Data Type
The instance of the TaxAmount class.