CRM 2016 执行IFrame 子页面中函数

CRM代码:
     var iframe = Xrm.Page.getControl("IFRAME_xxx").getObject();

     iframe.contentWindow.RefreshSelf();

IFrame 代码:

var RefreshSelf = function()
{
// do something
}
原文地址:https://www.cnblogs.com/BinBinGo/p/9887266.html