Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Checks that the requirements with the specified requirement type do not exist in the requirement set.
Syntax
client server public static boolean checkExistingRequirementType(
WrkCtrActivityRequirementType _requirementType,
RefRecId _activityRequirementSet,
RefRecId _activityRequirement)
Run On
Called
Parameters
- _requirementType
Type: WrkCtrActivityRequirementType Enumeration
The requirement type for which to check.
- _activityRequirementSet
Type: RefRecId Extended Data Type
The activity requirement set for which to perform the check.
- _activityRequirement
Type: RefRecId Extended Data Type
The activity requirement for which to perform the check.
Return Value
Type: boolean
true if no other requirements with the specified requirement type exist in the set; otherwise, false.