After upgrading from dynamic-crm 2011 to dynamic-crm 2013, I had problems updating the iframe.
Earlier in sdk, Microsoft should get the / iframe control using "Xrm.Page.getControl ()" or other messages to say "Xrm.page.ui.controls.get ()" below, these are the errors I get. 
I found a job, but I am worried that it is not supported. I use Jquery for the first time to get an iframe, which is a post, since it is no longer its own window. Then I search for the name / id of my web resource / iframe.
$("#contentIFrame0").contents().find("#WebResource_PowerTools")[0].contentWindow.location.reload(true);
It works and now I am using. My question is: does anyone know what happened to Xrm.Page.getControl()or Xrm.page.ui.controls?
source
share