HcmPersonalContactRelationship::findByWorkerPartyContactParty Method
Finds a record in the HcmPersonalContactRelationship table that is based on a specified worker party and a contact party.
Syntax
client server public static HcmPersonalContactRelationship findByWorkerPartyContactParty(
DirPartyRecId _workerPartyRecId,
DirPartyRecId _contactPartyRecId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _workerPartyRecId
Type: DirPartyRecId Extended Data Type
The DirPartyTable record ID of the worker party record to find.
- _contactPartyRecId
Type: DirPartyRecId Extended Data Type
The DirPartyTable record ID of the contact party record to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to select the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
A ConcurrencyModel enumeration value that indicates which concurrency setting will be used on the table; optional.
Return Value
Type: HcmPersonalContactRelationship Table
A record from the HcmPersonalContactRelationship table.