TaxWithholdTrans_IN::hasTaxWHTTransByVoucher Method
Checks the record of the TaxWithholdTrans_IN table for the specified Voucher.
Syntax
client server public static boolean hasTaxWHTTransByVoucher(Voucher _voucher, TransDate _transDate)
Run On
Called
Parameters
- _voucher
Type: Voucher Extended Data Type
The voucher used to find the specific record.
- _transDate
Type: TransDate Extended Data Type
The transaction date that is used to find the specific record.
Return Value
Type: boolean
true if the record is found; otherwise, false.