TaxWithholdConcessionCertTable_IN::existDataWithoutDate Method
Checks whether TaxWithholdConcessionCertTable_IN record exists or not for specified parameters.
Syntax
server private static boolean existDataWithoutDate(
RefRecId _refRecId,
VendAccount _vendAccount,
CustAccount _custAccount,
RecId _recId)
Run On
Server
Parameters
- _refRecId
Type: RefRecId Extended Data Type
RecId of TaxWithholdConcessionTable_IN used to find the record.
- _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.
- _recId
Type: RecId Extended Data Type
RecId used to find the record.
Return Value
Type: boolean
true if record exists otherwise false.