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 the custom trigger to get executed every time a technician is modified.


Change the from address in the given script




                  New to ADSelfService Plus?

                    • Related Articles

                    • Notification script using Custom function in custom trigger

                      This is applicable from 10600 builds. From 10600 , Business rules dont have Email notification feature. The same use case be achieved through Custom triggers feature as mentioned below. Script to enable notification of request creation using custom ...
                    • Script to automatically assign a technician to an unassigned request based on the first response

                      When a technician responds to an unassigned request, the corresponding ticket will be automatically assigned to the specific technician. Tested in: Build 14306 (Postgres) Steps: Download the attached scripts. Under Admin > Developer Space > Global ...
                    • 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 ...
                    • Risk Matrix for Change using Custom Module

                      Overview: A risk matrix helps in identifying risks based on how likely they are to happen and how serious their impact could be. This makes it easier to decide which risks need urgent attention and which ones can be watched over time. It helps manage ...
                    • Update Request Status upon Receiving a New Reply from Technician

                      Use case: When a technician works on a request, there might be incidents where he might need additional information from the requester. In such cases, when the technician replies to the customer the ticket status should be changed to "On-Hold". Steps ...