Table plus |
---|
applyColStyleToCell | true |
---|
heading | 0 |
---|
columnTypes | s,s,s,s |
---|
multiple | false |
---|
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
---|
enableSorting | false |
---|
|
Syntax | getRequestTypeByIdForServiceDesk(serviceDeskId, requestTypeId) | Package | | Alias | | Pkg Usage | | |
Description
Excerpt |
---|
|
Returns a JSMRequestType structure. |
Returns a JSMRequestType structure for the provided request type id, from the service desk mentioned.
Parameters
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
serviceDeskId | Integer | Yes | The service desk id. | requestTypeId | Integer | Yes | The request type id | |
Return Type
JSMRequestType
Returns a JSMRequestType structure containing information about the request type.
Example
Code Block |
---|
|
JSMRequestType requestType = getRequestTypeByIdForServiceDesk(1, 25);
return requestType; |
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "jsd_routine" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|