TaxWithholdThresholdLimit_IN::existPeriodOverlap Method
Checks whether there is an occurrence of the TaxWithholdThresholdLimit_IN record for a specified parameter.
Syntax
server private static boolean existPeriodOverlap(
TaxWithholdComponentRecId_IN _component,
TransDate _fromDate,
TransDate _toDate,
RecId _recId)
Run On
Server
Parameters
- _component
Type: TaxWithholdComponentRecId_IN Extended Data Type
The tax withhold component for the IN tax withhold.
- _fromDate
Type: TransDate Extended Data Type
The ‘from date’ used to find the record.
- _toDate
Type: TransDate Extended Data Type
The ‘to date’ used to find the record.
- _recId
Type: RecId Extended Data Type
The record ID; the selected record should not equal to this record ID.
Return Value
Type: boolean
true if there is an occurrence of the record; otherwise, false.