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
- _relationshipTypeId
Type: DirRelationshipTypeId Extended Data Type
A DirRelationshipTypeId value for which the record is to be created.
- _parentParty
Type: DirPartyRecId Extended Data Type
- _childParty
Type: DirPartyRecId Extended Data Type
Return Value
Type: boolean
true if the record exists; otherwise, false.