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