Is it normal for scheduled report to not be sent to inactive users even if the direct email is used?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-07-2024 05:10 PM
Hello experts,
We have a scheduled report in which for its settings, we have directly added email addresses of the recipients of the scheduled report. Some of the users did not receive the said scheduled report because it says that the user is inactive in the emails logs.
Do any of you have any idea on what should be the expected behavior of scheduled report for this one? Is it normal that the scheduled report is not sent to inactive user? If so, do any you any of what does restrict the report to be sent to inactive user?
Regards,
Vaine

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-07-2024 07:59 PM
@Rain Vaine I found this community post helpful when I faced the similar issue on my instance https://www.servicenow.com/community/developer-forum/is-it-possible-to-send-outbound-email-notificat...
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-07-2024 11:17 PM
Hello,
Yes I also found that thread but it was still not able to give any information on how does the ServiceNow restrict the sending of the scheduled report emails to inactive users.
Regards,
Vaine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-07-2024 07:55 PM
Hi @Rain Vaine
Description
Is it Normal that Locked Out users cannot receive notifications?
Resolution
Yes this is expected behaviour.
The logic is that a locked user may no longer work for the company and therefore should not be able to receive emails from the instance for data protection reasons.
It is possible to configure that inbound actions will process emails from locked out users. see: KB0744324
However you should consider the security implications of this carefully prior to implementing.