getPriorityNameById
Syntax | getPriorityNameById(priorityId) | Package |
|
Alias |
| Pkg Usage |
|
Description
Gets the priority name by the priority id.
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
priorityId | String | Yes | Id of the priority. |
Return Type
String
Example
return getPriorityNameById(3); //where 3 is the priority id for Medium