Notify task owner when a task is deleted

Notify task owner when a task is deleted

Requirement:
Send Email notification to task owner when a task is deleted from a       request.

Steps to follow:
  1. Goto Admin > Developer Space >  Task Custom Functions. Create a new function.
    1. Refer to the attached script. (NotifyTaskOwner.txt.)
    2. Update the mail server settings as per your instance.
  2. Configure Task custom trigger to get executed on every task being deleted with "Module" as "Request".






                  New to ADManager Plus?

                    New to ADSelfService Plus?

                      • Related Articles

                      • Task Comments and Description

                        This report is used to find the task comments and Description. To make any changes to a query, refer to the KB article below. https://pitstop.manageengine.com/support/manageengine/ShowHomePage.do#Solutions/dv/24000633501275 SELECT taskdet.TASKID AS ...
                      • Closed request with pending task

                        This report is used to get all completed request with the pending task.     To make any changes to a query, refer to the KB article below. https://pitstop.manageengine.com/support/manageengine/ShowHomePage.do#Solutions/dv/24000633501275 SELECT ...
                      • Update Task Owner when a task is added for a request.

                        Requirement: When a task is created for a request, assign the the requester as the task owner, if that the requester is a technician Steps to follow: Goto Admin > Developer Space > Task Custom Functions. Create a new function. Refer to the attached ...
                      • Set Task Owner depending on the request site

                        Requirement: Set Task Owner depending on the request site. Usecase: When a task is triggered from a request, it should be assigned to a technician depending on the request site. Steps to follow: Goto Admin > Task Custom Functions > Global function > ...
                      • Set Task Owner depending on the request field values

                        Requirement: Set Task Owner depending on the request field values. Usecase: When a task is triggered from a request, it should be assigned to a technician depending on the request field values. Steps to follow: Goto Admin > Task Custom Functions > ...