HcmBenefitEligibilityOverride::findByBenefitWorker Method
Finds a record in the HcmBenefitEligibilityOverride table that has the specified benefit and worker for the specified date range.
Syntax
client server public static HcmBenefitEligibilityOverride findByBenefitWorker(
HcmBenefitRecId _benefitRecId,
HcmWorkerRecId _workerRecId,
date _validFrom,
[date _validTo,
boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _benefitRecId
Type: HcmBenefitRecId Extended Data Type
The record ID of a HcmBenefit record.
- _workerRecId
Type: HcmWorkerRecId Extended Data Type
The record ID of a HcmWorker record.
- _validFrom
Type: date
A ValidFrom field value; optional.
- _validTo
Type: date
A ValidTo field value; optional.
- _forUpdate
Type: boolean
A Boolean value that specifies whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use on the table; optional.
Return Value
Type: HcmBenefitEligibilityOverride Table
A record from the HcmBenefitEligibilityOverride table.