Dynamics CRM 2011/2013 section的隐藏
代码如下
Xrm.Page.ui.tabs.get("TabName").sections.get("SectionName").setVisible(false);
TabName ![]()
SectionName ![]()
Xrm.Page.ui.tabs.get("TabName").sections.get("SectionName").setVisible(false);
TabName ![]()
SectionName ![]()