Share via


HcmCoveredBeneficiaryRelationship::findByBenefitAndRelationship Method

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

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

Return Value

Type: HcmCoveredBeneficiaryRelationship Table
A record in the HcmCoveredBeneficiaryRelationship table; otherwise, and empty record.

See Also

Reference

HcmCoveredBeneficiaryRelationship Table