//要获取相应的关联关系名称 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";
}
}