Share via


HcmPersonProjectRole::findByPersonProjectNameRole Method

Finds a record in the HcmPersonProjectRole table by using the specified values from the Person, ProjectName and Role fields.

Syntax

client server public static HcmPersonProjectRole findByPersonProjectNameRole(
    HcmPersonRecId _person, 
    ProjName _projectName, 
    HRMProjectRole _role, 
   [boolean _forUpdate, 
    ConcurrencyModel _concurrencyModel])

Run On

Called

Parameters

Return Value

Type: HcmPersonProjectRole Table
A record in the HcmPersonProjectRole table.

See Also

Reference

HcmPersonProjectRole Table