Expand my Community achievements bar.

Don’t miss the Workfront AMA: System Smarts & Strategic Starts! Ask your questions about keeping Workfront running smoothly, planning enhancements, reporting, or adoption, and get practical insights from Adobe experts.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Pull a full list of Reports that are set up for auto-delivery?

Avatar

Level 2

I would like to pull a list of all reports that have an auto-delivery setup. This way I can see which reports are outdated and need to be deleted.

Thanks.

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 4

Hi Nathan!

You should be able to accomplish this by building a "Report" report and setting the filter to Scheduled Report >> Schedule = Is not blank. You can find Scheduled Report >> Schedule within Standard mode, but if you want to do it through Text mode, here's the code:

scheduledReportsOM:schedule_Mod=notblank

You can add whatever columns you need from there, including the recipients of the report, last sent date, recurrence rule, etc.

View solution in original post

2 Replies

Avatar

Correct answer by
Level 4

Hi Nathan!

You should be able to accomplish this by building a "Report" report and setting the filter to Scheduled Report >> Schedule = Is not blank. You can find Scheduled Report >> Schedule within Standard mode, but if you want to do it through Text mode, here's the code:

scheduledReportsOM:schedule_Mod=notblank

You can add whatever columns you need from there, including the recipients of the report, last sent date, recurrence rule, etc.

Avatar

Level 2

Thank you, Chole Rock, that works!