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. ...
                      • Close the request upon adding a note.

                        Kindly follow the steps mentioned below: 1) Go to Admin >> Developer Space >> Custom Function >> Global Functions >> Copy & Paste the attached GF_Content.txt and save it with a name. Update the URL and technician key as per your instance. Refer to ...
                      • 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", ...