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 HcmCoveredBeneficiaryRelationship table that is based on the record ID of the HcmWorkerEnrolledBenefit and DirPartyRelationship tables.
Syntax
client server public static HcmCoveredBeneficiaryRelationship findByBenefitAndRelationship(
    HcmWorkerEnrolledBenefitRecId _workerEnrolledBenefit, 
    RefRecId _partyRelationship, 
   [boolean _forUpdate, 
    ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _workerEnrolledBenefit
Type: HcmWorkerEnrolledBenefitRecId Extended Data Type
The record ID of the HcmWorkerEnrolledBenefit table. 
- _partyRelationship
Type: RefRecId Extended Data Type
The record ID of the DirPartyRelationship table. 
- _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 be used when reading the record; optional. 
Return Value
Type: HcmCoveredBeneficiaryRelationship Table
A record in the HcmCoveredBeneficiaryRelationship table; otherwise, and empty record.