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. ...
                    • Query to show Last Status Changed Time and Time spent in previous status ( PGSQL )

                      Tested in build PGSQL (14300) PGSQL: SELECT wo.WORKORDERID "Request ID", wo.TITLE "Subject", ti.FIRST_NAME "Technician", cd.CATEGORYNAME AS "Category", scd.NAME AS "Subcategory", qd.QUEUENAME AS "Group", std.STATUSNAME "Request Status", ...
                    • 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 ...