You need to sign in to do that
Don't have an account?

List of scheduled reports
As an administrator, how do I get a list of all the reports that are scheduled to be run and emailed to diff users?
I need, report name, schedule time and user being emailed to.
Please help. Thank you
-Vj
You can do some of this via Scheduled Jobs.
Go to Setup>Adminitstration Setup>Monitoring>Sceduled Jobs
Here you can see what reports are scheduled to run with info like when the Report Started to run (Scheduled) when it is due to run next and who submitted the Report to run.
The only thing it will not tell you are the Users the report is to be emailed to. The only way that you can do this is to look at the Report Schedule itself and determinewho the report is to beemailed to.
All Answers
You can do some of this via Scheduled Jobs.
Go to Setup>Adminitstration Setup>Monitoring>Sceduled Jobs
Here you can see what reports are scheduled to run with info like when the Report Started to run (Scheduled) when it is due to run next and who submitted the Report to run.
The only thing it will not tell you are the Users the report is to be emailed to. The only way that you can do this is to look at the Report Schedule itself and determinewho the report is to beemailed to.
Thank you.
I wish there was a way to run reports on reports!!!!!
One more thought: Is there a way to tell that ascheduled report actually ran and sent out the email? Maybe in the debug logs?
It would also be nice to be able to see who the report is scheduled to run as, not just who submitted it. We recently had a SF admin leave the company. They submitted 100+ jobs to be run in the future. Currently the only way to see what id this is running as is to go into each scheduled report, across each instance, and change it. What we need is something along the lines of a column that shows the running user as well so we can quickly see which ones need updating.
You can extract reports using eclipse. The format is similar to xml, with open and close tags. I've recently written a small python program to take a csv input with 4 columns (name of file | start string | end string | change to). Put the dashboards or reports you want in the same folder as the program and create folder 'out' in the same location. Run the program and it'll put all the reports, modified into that folder.
Not fool proof as it'll respond to the first iteration of string, but should be enough to get you started: