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 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.