Disable the email from Email client
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2020 09:10 AM
Hello,
My requirement is to disable all servicenow communications for few users.
I have disabled the Notifications for those users in the user table but they are receiving the Emails that are sent from the Email button on the Incident form.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2020 09:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2020 09:32 AM
Other option would be to define
a. System Property which will hold all the users email id (comma seperated)
b. Before Insert Business rule on Email table and remove the recipient from the email list, if any of them matches with the property list.
c. After the script run, if there are no recipient to send the email, set the email type as 'send-ignored'
**Mark this response as helpful/accepted answer, based on impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2020 09:46 AM
Check this out:
Please mark my response as correct and helpful if it helped solved your question.
-Thanks