Share via


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

  • _forUpdate
    Type: boolean
    A Boolean value that specifies whether to read the record for update; optional.

Return Value

Type: HcmBenefitEnrollmentStatus Table
A record from the HcmBenefitEnrollmentStatus table.

See Also

Reference

HcmBenefitEnrollmentStatus Table