//要获取相应的关联关系名称 crm_crm_gift_distribution_crm_material_accoun
//var iframe=Xrm.Page.ui.controls.get("IFRAME_accountFFMX");
//iframe.src = GetFrameSource("crm_crm_gift_distribution_crm_material_accoun");

crmForm.all.IFRAME_accountFFMX.src = GetFrameSource("crm_crm_gift_distribution_crm_material_accoun");

function GetFrameSource(tabSet) {
    if (Xrm.Page.data.entity.getId()!= null) {
        var oId = Xrm.Page.data.entity.getId();
      //var formid=document.getElementById("crmFormSelector").currentformid;
        var oType =Xrm.Page.context.getQueryStringParameters().etc;
        var security ="852023";     
     //  return  "areas.aspx?formid="+formid+"&oId="+oId+"&oType="+oType+"&pagemode=iframe&security=852023&tabSet="+ tabSet;
        return  "areas.aspx?oId="+oId+"&oType="+oType+"&pagemode=iframe&security=852023&tabSet="+ tabSet;
    }
    else {
        return "about:blank";
    }
}

 
 

 

posted on 2012-08-26 16:44  刘祖军  阅读(457)  评论(0编辑  收藏  举报