TaxWithholdTrans_IN::exist Method
Checks if there is an occurrence of the TaxWithholdTrans_IN record for the specified voucher and transaction date.
Syntax
client server public static boolean exist(Voucher _voucher, TransDate _transDate)
Run On
Called
Parameters
- _voucher
Type: Voucher Extended Data Type
The voucher of the transaction.
- _transDate
Type: TransDate Extended Data Type
The transaction date.
Return Value
Type: boolean
true if there is an occurrence of the TaxWithholdTrans_IN record for the specified voucher and transaction date; otherwise, false.