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
- _person
Type: HcmPersonRecId Extended Data Type
- _projectName
Type: ProjName Extended Data Type
- _role
Type: HRMProjectRole Extended Data Type
- _forUpdate
Type: boolean
- _concurrencyModel
Type: ConcurrencyModel Enumeration
Return Value
Type: HcmPersonProjectRole Table
A record in the HcmPersonProjectRole table.