function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Book_GuyBook_Guy 

Using Eclipse To Delete Reports

Hi All,

 

I imported our reports from production to eclipse. Within a specific folder I would like to see created date next to the report name.  Ideally would like to be able to sort on created date as well in order to do a mass delete.  (this is a temporary folder and we just keep reports that were created in the last 30 days)

 

Any guidance on how to do this would be appreciated.

 

--David

415Admin415Admin

Same issue really; we need to delete based on Last Run date.  I didn't see any obvious way to do so via Eclipse.

Ideally, query in eclipse based on last run date > last 30 days and then move to a quarantine folder, then delete basedon create date from the quarantine folder.

sfdcfoxsfdcfox

If I find a way to do this, I'll let you know, but I'm pretty sure it's not that easy to do in Eclipse. I think a lot of manual XML editing will be required.