- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2022 01:10 AM
We would like to know if there is any other way that scheduled reports are logged or tracked if they are executed or not aside from sys_email logs.
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-18-2022 03:50 PM
Is there any indication that scheduled reports are not being sent? I know that some scheduled reports are not sent if there are no records in the condition.
I would just say unless you are tracking an issue you may not have much utility in finding the answer to this question. I am still curious regarding any other answers you'll get to the question. There may be indications in some system logs but that would be even more complicated then tracking the emails.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-18-2022 03:50 PM
Is there any indication that scheduled reports are not being sent? I know that some scheduled reports are not sent if there are no records in the condition.
I would just say unless you are tracking an issue you may not have much utility in finding the answer to this question. I am still curious regarding any other answers you'll get to the question. There may be indications in some system logs but that would be even more complicated then tracking the emails.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-21-2022 04:57 AM
We found that sys_trigger table have the info of the latest execution of the scheduled report. But that's pretty much what we can get from the table: run count, error count and last execution date. There is no record of previous executions. ServiceNow says that sys_email is our best bet to track it.