23/07/2014

How to Debug CRM 2011 Post Rollup 15 Javascript

How to Debug CRM 2011 Post Rollup 15 Javascript


Post Rollup 15 Microsoft CRM Dynamics is loading the web resources in a different way,
The Javascripts are now downloaded into the client browser as a dynamic block, hence the traditional ways of debugging CRM would not work.

How to Debug in IE:

(1) Open the form and press F12
(2) Select Script from the top and Select FromScript.js.aspx?...



(3) Find “function crmFormOnLoadHandler(){” and find you "Onload" (for instance) method few lines below it, add a break point to your on load function

(4) Click on “Start debugging” and refresh the CRM form


No comments:

Post a Comment