Question : Search onLoad events in entire organization

We are running CRM 4.0 and SQL Server 2008.  I need to review all the onload events in each org for certain hard-coded values and replace them with variables.  My question is: Is there a method or tool that can be used to browse all the onload events in an organization (instead of opening each entity, selecting a form and then opening Form Properties/OnLoad to find the hard coded value).

I want to avoid opening each onLoad event if possible - is there a way to view the contents of all onLoad events at once??

Thanks

Answer : Search onLoad events in entire organization

You could find all the code by exporting all the customizations then analysing the resulting XML file. you could even edit the codes there although I wouldn't recommend that unless you are very confident about what you are doing.

There is also a tool that analyses the Customizations file and exports all the codes which could be useful: http://crm4documentation.codeplex.com/
Random Solutions  
 
programming4us programming4us