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.
Indicates whether the specified record in the WrkCtrCapabilityResource table exists.
Syntax
client server public static boolean exist(
RefRecId _capability,
WrkCtrId _wrkCtrId,
DataAreaId _resourceDataAreaId,
[date _validFromDate,
date _validToDate])
Run On
Called
Parameters
- _capability
Type: RefRecId Extended Data Type
The ID of the capability.
- _wrkCtrId
Type: WrkCtrId Extended Data Type
The ID of the resource.
- _resourceDataAreaId
Type: DataAreaId Extended Data Type
The ID of company to which the resource belongs.
- _validFromDate
Type: date
The first date from which to search for a membership.
- _validToDate
Type: date
The last date to search for a membership.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.