Share via


HcmCoveredDependentRelationship::findByBenefitAndRelationship Method

Finds a record in the HcmCoveredDependentRelationship table that is based on a record ID of the HcmWorkerEnrolledBenefit and DirPartyRelationship tables.

Syntax

client server public static HcmCoveredDependentRelationship 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: HcmCoveredDependentRelationship Table
A record in the HcmCoveredDependentRelationship table; otherwise, an empty record.

See Also

Reference

HcmCoveredDependentRelationship Table