TaxWithholdConcessionTable_IN::existDateInterval Method
Checks whether TaxWithholdConcessionTable_IN record exists or not for specified parameters.
Syntax
server private static boolean existDateInterval(
TaxWithholdCode _taxWithholdCode,
TransDate _fromDate,
TransDate _toDate,
RecId _recId)
Run On
Server
Parameters
- _taxWithholdCode
Type: TaxWithholdCode Extended Data Type
Tax code used to check the record.
- _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.
- _recId
Type: RecId Extended Data Type
RecId used to check the record.
Return Value
Type: boolean
true if record exists otherwise false.