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
DannyK88DannyK88 

Mass Update Reports

Hi All,

 

I am working on a project to mass update all reports. I was able to get a list of reports from the Apex Data Loader but when I try to update the reports using the Apex Data Loader it doesn't give me the selection for reports. Is there a way to mass update the Name of reports? This is not a pressing project but would be appreciated if I can get a quick response.

 

Thanks,

DannyK88

Best Answer chosen by Admin (Salesforce Developers) 
Satish_SFDCSatish_SFDC
Hi Danny,
Reports are metadata, so if you have to update reports you would have to use the metadata tools (Force.com IDE / Force.com Migration tool).
Using any of the tools you can retrieve all (or some) of your reports and then change the names. You then simply save it back on the server.

Hope this helps!
Regards,
Satish Kumar
Please mark my answer as a solution if it was helpful so it is available to others as a proper solution.
If you felt I went above and beyond, please give me Kudos by clicking on the star icon.