TaxWithholdConcessionCertTable_IN::existDateInInterval Method
Checks whether TaxWithholdConcessionCertTable_IN record exists or not for specified parameters.
Syntax
server private static boolean existDateInInterval(
TransDate _fromDate,
TransDate _toDate,
RefRecId _refRecId,
RecId _recId,
VendAccount _vendAccount,
CustAccount _custAccount)
Run On
Server
Parameters
- _fromDate
Type: TransDate Extended Data Type
From Date used to check the record.
- _toDate
Type: TransDate Extended Data Type
To Date used to check the record.
- _refRecId
Type: RefRecId Extended Data Type
RecId of TaxWithholdConcessionTable_IN used to check the record.
- _recId
Type: RecId Extended Data Type
RecId used to check the record.
- _vendAccount
Type: VendAccount Extended Data Type
Vendor account used to check the record.
- _custAccount
Type: CustAccount Extended Data Type
Customer account used to check the record.
Return Value
Type: boolean
true if record exists otherwise false.