Search Community
- Force.com Discussion Boards
- :
- Salesforce User Discussions
- :
- Best Practices Discussion
- :
- Re: Report on what reports a field is tied to.
turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Report on what reports a field is tied to.
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-02-2009 09:36 AM
We need to make a change to a heavily used field in our Salesforce org. We are projecting that 100's of reports will not work when we make this change. Is there a way to run a report that lists all reports that are tied to a specific field? We need to repair the reports after the change is made before the end of the week and are trying to estimate the effort needed, but that is difficult without a solid list of which reports are effected. Please advise if you have any ideas.
Thanks!
Re: Report on what reports a field is tied to.
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-02-2009 11:39 AM
If you know how to use Eclipse, you can download all of the report metadata including field information. Each report will be in a separate file in XML format. You can then simply write a script (i find a vbscript to be easiest) to loop through all of the folders and files to search for the string - <field>YOURFIELDNAME</field> and increment a counter for each file found.

