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
Admin 123Admin 123 

0 down vote favorite Is it possible within SFDC to identify which reports are using a specific object?

Is it possible within SFDC to identify which reports are using a specific object? I would like to obsolete the reports but don’t know how to identify short of looking up each individual report
NagendraNagendra (Salesforce Developers) 
Hi,

I don't think that there is any direct way to achieve this. You can check out the "Other Reports" Report Type option on the Custom Report Wizard.

If "Enable Reports" is checked on the Custom Object properties page and it has a Parent-Child relationship to the other Custom Object, SFDC will automatically create a Family of Standard Reports in support of the Object.  These are usually found in the "Other Reports" Report Type option on the Custom Report Wizard.

Also if you make a query on the report you won't find the objects, but if you have given a name and description properly you can get the idea about which report on which object. 
SELECT Description,FolderName,Id,Name FROM Report
User-added image
Hope this helps.

Please mark this as solved if it's resolved so that it gets removed from the unanswered queue which results in helping others who are encountering a similar issue.

Thanks,
Nagendra