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
LinThawLinThaw 

how to retrieve all reports meta data using eclipse?

Hi there,

How to retrieve all reports meta data using eclipse?
Is it possible?

Regards,
LinThaw
Subham Agarwal 18Subham Agarwal 18
Hi,

Yes It is possible to retrieve reports meta data using eclipse. 

Download Force.com Plugins

Link :- https://developer.salesforce.com/page/Force.com_IDE_Installation
Then:-
  • Create new project and select Force.com
  • Enter username, password,security Token
  • Select Environment in which you have to take backup e.g Sandbox
After that It will Show a list pf all meta data components that You want to retrieve on your local system . Now you can choose reports to retrieve Metadata of reports.
User-added image
LinThawLinThaw
Hi Subham

Thanks for your reply.

I also do that way, 
but not all reports show,
it only shows unfiled$public reports.

User-added image

how do you think?
Regards
LinThaw
Subham Agarwal 18Subham Agarwal 18
HI,
You can't retrieve personal folder reports from salesforce.To do that you have to move personal reports to public folders After that You can retrieve all reports.
personal folders, for reports are not retrieved in the Metadata API.To retrieve reports  you will need to move them to a public folder.