Share via


DirPartyRelationship::exist Method

Checks whether a record exists for the DirPartyRelationship table that is based on the parties involved in a particular relationship.

Syntax

client server public static boolean exist(
    DirRelationshipTypeId _relationshipTypeId, 
    DirPartyRecId _parentParty, 
    DirPartyRecId _childParty)

Run On

Called

Parameters

Return Value

Type: boolean
true if the record exists; otherwise, false.

See Also

Reference

DirPartyRelationship Table