Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds a record in the HcmBenefitEligibility table that has a specified HcmBenefitEligibilityId value.
Syntax
client server public static HcmBenefitEligibility findByBenefitEligibilityId(
    HcmBenefitEligibilityId _hcmBenefitEligibilityId, 
   [boolean _forUpdate, 
    ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _hcmBenefitEligibilityId
 Type: HcmBenefitEligibilityId Extended Data Type
 A HcmBenefitEligibilityId value.
- _forUpdate
 Type: boolean
 A Boolean value that indicates whether to read the record for update; optional.
- _concurrencyModel
 Type: ConcurrencyModel Enumeration
 The concurrency model option to when the record is read; optional.
Return Value
Type: HcmBenefitEligibility Table
A record from the HcmBenefitEligibility table.