getPriorityIdByName
Syntax | getPriorityIdByName(priorityName) | Package |
|
Alias |
| Pkg Usage |
|
Description
Gets the priority id by the priority name.
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
priorityName | String | Yes | Name of the priority. |
Return Type
String
Returns the priority id for the priority name provided.
Example
return getPriorityIdByName("High");