Notify previous technician, when a request is reassigned

Notify previous technician, when a request is reassigned

UseCase:
We get default notification when a request is assigned, but there is no default notification when a request is reassigned to a different technician.

Requirement:
Assume a request is assigned to Technician A, and later reassigned to Technician B.  Technician A should get a notification that the request is reassigned.

Steps to Configure:
1.  Goto Admin > Developer's Space > Request Custom Function.
2.  Copy paste the attached script to Request Custom function.
3.  Configure this custom function to get executed every time a technician is modified.



                  New to ADSelfService Plus?

                    • Related Articles

                    • Notify previous technician, when a request is reassigned

                      UseCase: We get default notification when a request is assigned, but there is no default notification when a request is reassigned to a different technician. Requirement: Assume a request is assigned to Technician A, and later reassigned to ...
                    • Request violated by technician

                      This report used to find the technician who violated the request. If the request/incident already has a violation and is reassigned to another technician the new technician assumes the violation instead of the technician that the violation occurred.  ...
                    • Technician change from history

                      This report is used to find who changed the Technician and how many technician handled the request.  To make any changes to a query, refer to the KB article below. ...
                    • How to email pending requests list to technician periodically

                      This post describes the use of a python script to email pending requests to each technician in a periodic interval using Custom Schedules.This showcases the use of a feature called 'Custom Schedules' that was released in the build 9300 of ServiceDesk ...
                    • Query to know the technician changes in a ticket

                      This will show the output only if the technician is assigned/updated in a ticket 1. Login to SDP MSP as administrator 2. Execute this from SDP MSP application -> Reports -> New Query report SELECT wo.WORKORDERID AS "Request ID",  wo.TITLE AS ...