TaxWithholdConcessionCertTable_IN::exist Method
Checks whether TaxWithholdConcessionCertTable_IN record exists or not for specified parameter.
Syntax
client server public static boolean exist(
RefRecId _refRecId,
date _fromDate,
date _toDate,
VendAccount _vendAccount,
CustAccount _custAccount)
Run On
Called
Parameters
- _refRecId
Type: RefRecId Extended Data Type
RecId of TaxWithholdConcessionTable_IN used to find the record.
- _fromDate
Type: date
From date to check the records in given range.
- _toDate
Type: date
To date to check the records in given range.
- _vendAccount
Type: VendAccount Extended Data Type
Vendor account used to find the record.
- _custAccount
Type: CustAccount Extended Data Type
Customer account used to find the record.
Return Value
Type: boolean
Return true if record exists otherwise false.