smmActivityParentLinkTable::existsParentLink Method
Checks whether a link exists for a particular parent type.
Syntax
client server public static boolean existsParentLink(
smmActivityNumber _activityNumber,
smmActivityParentType _parentType,
[RefRecId _refAssociation])
Run On
Called
Parameters
- _activityNumber
Type: smmActivityNumber Extended Data Type
The activitynumber of the activity for which to find the link.
- _parentType
Type: smmActivityParentType Enumeration
The parent type link for which to search.
- _refAssociation
Type: RefRecId Extended Data Type
The record ID of the associated record for which to search.
Return Value
Type: boolean
true if the link exists; otherwise, false.