How to update a request's status with the scheduler in ServiceDesk Plus.
How to update a request's status with the scheduler in ServiceDesk Plus.
Stalled requests sometimes fall through the cracks because of the busy work schedules of the technicians. But with ServiceDesk Plus, technicians can schedule these requests to be automatically queued at a later point in time.
Follow these steps to schedule your requests:
Select a request from the request list view.
Click the value in the Status field and select On Hold.
In the displayed Request Status Scheduler dialog box, add your reason, select the Schedule status change checkbox, select the date and time in the Calendar icon, and click Update.
The Request Schedule iconwill now appear next to the requestsStatusin the RequestDetails pageand in the Request List View as well.
This is a Sample Python Script which can be used to get Data from a Existing Request in a ServiceDesk Plus instance and create a New Request in a parallel ServiceDesk Plus installation. This script can be configured under Request Custom Menu if the ...
Note: Template can be modified directly using BR from build 11.3 This post describes the use of a python script to create a service request through email based on keywords in the subject. When a request is created with specific keywords in the ...
This post describes the use of a python script to create a service request through email , based on keywords in the subject.When a request is created with specific keywords in the subject of a incoming mail , the custom trigger will be invoked.The ...
Prerequisite - A python environment should be configured in the SDP-MSP Server. Instructions here. - Under Admin>Self Service Portal>Do you wish to enable On Hold scheduler when your requests are put on hold?>Should be set to 'NO' Instructions ...