getRequestTypeByIdForServiceDesk
Syntax | getRequestTypeByIdForServiceDesk(serviceDeskId, requestTypeId) | Package |
|
Alias |
| Pkg Usage |
|
Description
Returns a JSMRequestType structure for the provided request type id, from the service desk mentioned.
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
serviceDeskId | Integer | Yes | The service desk id. |
requestTypeId | Integer | Yes | The request type id |
Return Type
Returns a JSMRequestType structure containing information about the request type.
Example
JSMRequestType requestType = getRequestTypeByIdForServiceDesk(1, 25);
return requestType;See also
Need support? Create a request with our support team.
Copyright © 2005 - 2026 Appfire | All rights reserved.