I am trying to perform some cleanup around our custom report types, and in order to do so I want to compile a list of all reports in our org with the corresponding report type (whether a standard or custom one).
This does not seem possible through the reporting features of Salesforce itself (using both standard and custom reports based on the report object). However I have been playing around with the Eclipse IDE and have discovered that each report does display the report type it is (see screenshot below).
Is there a method to extract all report names and the corresponding report type through Eclipse in some way? We have almost 4,000 reports, and clicking each one to make a note of the report type is not feasible.
Thanks,
Marco
1 件の回答
Try to create a Custom Report Type for Reports, I believe you have access to the Report Type field by going that route. Setup > Create > Report Types.