在CRM中刷新IFame: /// <summary>刷新Iframe的内容,用于表单上刷新iframe里的内容</summary>
var iframe = Xrm.Page.getControl(name).getObject();
iframe.contentWindow.location.reload();
在CRM中刷新IFame: /// <summary>刷新Iframe的内容,用于表单上刷新iframe里的内容</summary>
var iframe = Xrm.Page.getControl(name).getObject();
iframe.contentWindow.location.reload();