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

  • _selectForUpdate
    Type: boolean
    A Boolean value that indicates whether to select for update.

Return Value

Type: ProjResource Table
true if it exists; otherwise, false.

See Also

Reference

ProjResource Table