
Hello,
I am new on CRM 2011. I got problem when I open contract form and try to make renewal for that contract I got error. I find out that it calls my javascript file from wrong url (get error for file 404 Not Found) and it calls in my opinion from strange location "http://localhost/userdefined/my_Common.js?ver=908560018" other javascript comes from http://localhost/%7B635327474260003417%7D/WebResources/msdyn_/InstalledLocales.js?ver=908560018 and etc. if I replace manualy userdefined to %7B635327474260003417%7D/WebResources/ I can load my JS file. My question: how to find where is it defined that file location or how to fix that issue?
Thanks
*This post is locked for comments
I have the same question (0)Hi,
How are you loading your web resource? If you add it to the form web resources or the ribbon web resources it should load fine - are you loading the js from a custom html webresource - if so you'll need to make sure you use a relative path - see my post on this subject - www.develop1.net/.../CRM-Developer-e28098Must-Knowe28099-2-Web-Resource-Caching.aspx
Hope this helps,
Scott