Dashboard sharing notification

Nithya_G
Kilo Contributor

Hello Experts,

Recently we faced the issue was Notification sharing on dashboard was sent to 5K users by mistake.

Can you give some suggestions regarding this issue to prevent this to happen again.

Regards,

Nithya.

2 REPLIES 2

jonsan09
Giga Sage
Giga Sage

Per https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0869400 there is not way to disable the share option. Your best bet would be to create a 'Before' business rule for record inserts on the 'sys_email' table, filter for the subject of the email and abort the action/record.

2023-09-12 10_07_56-Window.png2023-09-12 10_07_04-Window.png

iDNS
Tera Expert

We had the same issue & here is what we found. The business rule suggested could also act as a fail-safe. 

 

  • Dashboard Sharing uses an OOB notification ‘Dashboard Sharing Notification
    • Set the notification to Active=False
    • This will disable emails from being sent & also the send an email invitation was no longer appearing. 

iDNS_0-1722912757105.png