How do you suppress email notifications for business rules
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2024 10:52 AM
In the Washington DC upgrade a business rule was added for MID servers about the Login name. I want to suppress the emails so that we do not get the notifications. Does anyone know how to do this? Besides updating the Business rule script, is there another way to stop the email notifications from generating?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2024 11:01 AM
I don't see any notification being fired from this business rule or the script include that it calls. Are you sure it is this BR that is causing the notification? Can you check the BR in the list layout adding updated by to see if someone has updated it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2024 11:35 AM
My apologies, it is not a notification, but it is an email alert with an error message that we receive. In the script includes on line 16 the error message is created. On line 22 the error message is passed into the createOrUpdateIssue function. We are trying to find a way to stop the emails from generating.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2024 07:02 AM
Found a KB that states there is a fix for this issue in Washington DC patch 8 or in Xanadu release. So issue will be resolved. Thank you for your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2024 07:03 AM
did you try adding some condition to that notification using Advanced conditions?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2024 07:11 AM
Hi Ankur,
No, we have not tried that option.