Microsoft Dynamics CRM 2011 Running javascript on IE F12 developer tool
This way it is possible to check javascript in run time on the form.
1) Open some form in the crm.
2) Press F12 -> Open the IE F12 developer tools
3) Open script tab
3) type
Xrm = document.frames["contentIFrame"].Xrm;
Or
Xrm = frames[0].Xrm
4) Run your code
No comments:
Post a Comment