Share via


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

  • _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.

See Also

Reference

HcmPersonalContactRelationship Table