- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2015 01:03 AM
Hi all,
I have the following problem. I made a table which extends the 'task' table. Every time when work notes are added to the table, ServiceNow sends emails to the assignment group. I want to stop this process of sending emails. I've search in the business rules of the task table but with no success so far to see how the email are sent. I will be glad if someone can help me on this issue.
Regards,
Alex
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2015 05:11 AM
I think there will be an OOB notification based on the event,please disable that..

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2015 01:20 AM
Is it comments field or work notes ? There is a business rule called 'global events' responsible for comments notification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2015 01:26 AM
Yes, it is on the 'work_notes' field. I've found the business rule that you mentioned but not sure what exactly to change.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2015 02:56 AM
I checked in my personal instance and I don't seem to be getting any mail when updating the work notes on my extended table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2015 05:11 AM
I think there will be an OOB notification based on the event,please disable that..