ProjResource::findByProjIdWrkCtrId Method
Determines whether a resource exists for the project.
Syntax
client server public static ProjResource findByProjIdWrkCtrId(
ProjId _projId,
HcmPersonnelNumberId _resource,
[boolean _selectForUpdate])
Run On
Called
Parameters
- _projId
Type: ProjId Extended Data Type
The ID of the project.
- _resource
Type: HcmPersonnelNumberId Extended Data Type
The ID of the resource.
- _selectForUpdate
Type: boolean
A Boolean value that indicates whether to select for update.
Return Value
Type: ProjResource Table
true if it exists; otherwise, false.