getRequestTypeGroupsForServiceDesk
Syntax | getRequestTypeGroupsForServiceDesk(serviceDeskId) | Package |
|
Alias |
| Pkg Usage |
|
Description
Returns an array of indexed groups. You may use the group ids to navigate the array i.e. it is indexed by group ids
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
serviceDeskId | Integer | Yes | The service desk id. |
Return Type
String []
Example
return getRequestTypeGroupsForServiceDesk(1);