DirPartyTable::exist Method
Checks whether a record exists in the DirECommunicaionTypeTable table based on a DirPartyPartyNumber value.
Syntax
client server public static boolean exist(DirPartyNumber _partyPartyNumber, [DirPartyType _partyType])
Run On
Called
Parameters
- _partyPartyNumber
Type: DirPartyNumber Extended Data Type
A DirPartyPartyNumber value.
- _partyType
Type: DirPartyType Enumeration
The party type.
Return Value
Type: boolean
true if the record exists; otherwise false.