getProjectRoleIdByName
Description
Retrieves the id for the project role with the given name.
Parameters
Return Type
Number
The return value is a number representing the project role id.
Example
Project role with id "10200" has the name "programmers".
return getProjectRoleIdByName("programmers");
Result: 10200
See also
Peacock