getStatusIdByName
Description
Gets the status id by the status name.
Syntax | getStatusIdByName(statusName) | Package |
|
Alias |
| Pkg Usage |
|
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
statusName | String | Yes | Name of the status. |
Return Type
String
Example
return getStatusIdByName("Done");