1.

Can We Hide Tab In Ms Dynamic Crm Form Using Javascript? How?

Answer»

Yes we can hide PARTICULAR section USING following line of code.
Xrm.Page.ui.tabs.get("tab_name").sections.get("section_name").setVisible(FALSE);

Yes we can hide particular section using following line of code.
Xrm.Page.ui.tabs.get("tab_name").sections.get("section_name").setVisible(false);



Discussion

No Comment Found