HcmBenefitEnrollmentStatus::findByWorkerAndEnrollmentGroup Method
Finds a record in the HcmBenefitEnrollmentStatus table that is based on supplied HcmWorkerRecID, HcmBenefitEnrollmentGroupRecID field values.
Syntax
client server public static HcmBenefitEnrollmentStatus findByWorkerAndEnrollmentGroup(
HcmWorkerRecId _workerRecId,
HcmBenefitEnrollmentGroupRecId _benefitGroupRecId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _workerRecId
Type: HcmWorkerRecId Extended Data Type
A HcmWorkerRecID field value.
- _benefitGroupRecId
Type: HcmBenefitEnrollmentGroupRecId Extended Data Type
A HcmBenefitEnrollmentGroupRecID field value.
- _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 when reading the record; optional.
Return Value
Type: HcmBenefitEnrollmentStatus Table
A record from the HcmBenefitEnrollmentStatus table.