Hi,
We have a solution where we have an Iframe with an HTML page in it. This page har some fields that are filled by JS and this was working in CRM 2011, however after the lift to CRM 2013 something has changed. We are using the following code:
var proxy = Xrm.Page.ui.controls.get("WebResource_WebProxy");
if(proxy.getObject().contentWindow.document.getElementById("recipient1"))
proxy.getObject().contentWindow.document.getElementById("recipient1").value = eMailAddress;
Somehow it seems that the Xrm.Page.ui.controls.get isn't returning the object we expect anymore. Has anyone seen anything similar?
Thanks
Rickard Norström Developer CRM-Konsulterna
http://www.crmkonsulterna.se
Swedish Dynamics CRM Forum: http://www.crmforum.se
My Blog: http://rickardnorstrom.blogspot.se