HcmBenefitEligibilityBenefit::findByBenefitEligibilityBenefit Method
Finds a record in the HcmBenefitEligibilityBenefit table that is based on the specified BenefitEligibility and Benefit values.
Syntax
client server public static HcmBenefitEligibilityBenefit findByBenefitEligibilityBenefit(
HcmBenefitEligibilityRecId _benefitEligibility,
HcmBenefitRecId _benefit,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _benefitEligibility
Type: HcmBenefitEligibilityRecId Extended Data Type
The value of a BenefitEligibility field.
- _benefit
Type: HcmBenefitRecId Extended Data Type
The value of a Benefit field.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
An enumeration value that indicates the concurrency settings to use on the table; optional.
Return Value
Type: HcmBenefitEligibilityBenefit Table
A HcmBenefitEligibilityBenefit record.