Hi Friends,
I have an issue with code analysis in HTML code. I have below reference files in my script tags.
<script src="../WebResources/po_Json2.js"></script>
<script src="../WebResources/ctas_XrmUtilityCommon"></script>
Instead of this, i have to write with full URL of webresource file like below dynamically for all instances.
<script src="myorganization.crm.dynamics.com/.../po_Json2.js"></script>
<script src="myorganization.crm.dynamics.com/.../ctas_XrmUtilityCommon"></script>
Please help me how to do this?
Thanks,
Suresh.
*This post is locked for comments