getStatusNameById
Description
Gets the status name by the status id.
Syntax | getStatusNameById(statusId) | Package |
|
Alias |
| Pkg Usage |
|
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
status id | String | Yes | Id of the status. |
Return Type
String
Returns the status name for the status id provided.
Example
return getStatusNameById("1");