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
- _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 use when reading the record; optional.
Return Value
Type: HcmCoveredDependentRelationship Table
A record in the HcmCoveredDependentRelationship table; otherwise, an empty record.