Hi,
I need to reference an html webresource inside a javascript that is related to an entity.
-I created a HTML web resource named AccountsDropDowntoCheckbox.html
-I didnt add the web resource to my form..(I am not sure if I have to add the html webresource to the form when referencing to another javascript)
parent.Xrm.Page.getControl("WebResource_AccountsDropDowntoCheckbox.html").getObject().contentWindow.window.ConvertDropDownToRadiobuttonList();
But i am getting an error in the below line ..showing the Xrm.Page.getcontrol is null.
*This post is locked for comments
I have the same question (0)