Notify task owner when a task is deleted using Deluge
Send Email notification to task owner when a task is deleted from a request.
Steps to follow:
- Go to Admin > Developer Space > Task Custom Functions. Create a new function.
- Refer to the attached script. (NotifyTaskOwner.txt.)
- Update the mail server settings as per your instance.
- Configure Task custom trigger to get executed on every task being deleted with "Module" as "Request".

New to ADSelfService Plus?
Related Articles
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: Goto Admin > Developer Space > Task Custom Functions. Create a new function. Refer to the attached script. (NotifyTaskOwner.txt.) Update the ...
Script to send custom reminder notification to notify task owner based on scheduled start and end time.
Prerequisites: 1. Python Installation Steps : https://pitstop.manageengine.com/portal/kb/articles/how-to-setup-python-on-the-server 2. functions.py : This package consists of all the functions that are used to handle the standard requirements of the ...
Script to auto-populate the task owner field with the technician who created the request
REQUIREMENT: When a technician creates a request and a task is added under the request, the task owner should be the same technician. TESTED IN: Builds 14503 (Postgres) STEPS: 1) Under "Admin" > "Task Custom Functions," create a new custom function ...
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 ...