TaxWithholdTrans_IN::getWithholdTaxAmount Method
Calculates the total withhold tax amount for the specified voucher and transaction date.
Syntax
client server public static TaxWithholdAmountCur getWithholdTaxAmount(
Voucher _oldVoucher,
date _transDate,
AccountNum _accountNum)
Run On
Called
Parameters
- _oldVoucher
Type: Voucher Extended Data Type
A voucher to select the record.
- _transDate
Type: date
The transaction date to calculate.
- _accountNum
Type: AccountNum Extended Data Type
The account number to calculate.
Return Value
Type: TaxWithholdAmountCur Extended Data Type
The total tax amount.