Notify task owner when a task is deleted
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 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?
Resources
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 ...
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 > ...
Script to set Request Technician as the Task Owner for all associated tasks - Deluge
Requirement: Request technician should be set as the task owner for all available tasks. Use case: When the request is updated with the technician, all the associated task needs to be assigned to the same technician. Python ...