Is there other way to track scheduled reports if they are executed or not aside from sys_email logs?

Eliseo Jr Noble
Tera Expert

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!

1 ACCEPTED SOLUTION

bammar
Kilo Sage
Kilo Sage

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. 

View solution in original post

2 REPLIES 2

bammar
Kilo Sage
Kilo Sage

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. 

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.