To schedule a status change from 'On hold' to 'Open'

To schedule a status change from 'On hold' to 'Open'

* Go to Self service portal settings (Admin - > General - > Self service portal settings) - > " Do you wish to enable On Hold scheduler when your requests are put on hold? " select the radio button as 'Yes', and save the setting.

* Go to a request, and when you change the status from 'Open' to a custom status with stop timer or 'On hold'  , you will see a pop up as below, where you can schedule the status change from 'On hold' to 'Open'. Select the date when the status had to be changed as 'open' and click on Update.





As for the notification to be sent to the technician, you may create a custom trigger to send the notification. Go to Admin - > Helpdesk - > Custom triggers - > Add new action, as shown below. So, when the request is edited, i.e changed from custom status (with stop timer) to 'Open', a notification would be sent to the assigned technician.








                  New to ADSelfService Plus?

                    • Related Articles

                    • Script to bulk close change using deluge script based on the status

                      The following script will help you bulk close changes based on the status of change using custom schedules 1. Go to Reports tab --> New query report --> copy the query to the query editor and run the report. Save the report in the folder. The query ...
                    • Change Risk Assessment Questionnaire using Custom module - Implementation steps

                      We’re excited to share a step-by-step guide( Attached) on implementing a Change Risk Assessment Questionnaire in ServiceDesk Plus using the Custom Module feature. This solution leverages Custom Modules, Change Additional Fields, and Field & Form ...
                    • Change Status history

                      SELECT chdt.changeid                       "Change ID",         chdt.title                          "Title",         orgaaa.first_name                   "Requested by",         ownaaa.first_name                   "Technician",  ...
                    • Status Change on new reply.

                      The status do not automatically switch from "OnHold" to "Open" when a response from the Requester arrives. Enable below configuration to automate the same. Go to Admin >> Self Service Portal >> Enable the below option   Also, it does not switch from ...
                    • Script to automatically close change that have passed their scheduled time.

                      Please follow the below steps. 1. Go to Reports tab --> New query report --> copy the query to the query editor and run the report. Save the report in the folder. The query is available in the attachment (query.txt). Modify the status in the query. ...