All Articles Related To CRM Blog
Monday, July 9, 2012
How to Hide / Show a Tab in CRM 2011 using Javascript OR Toggle visibility of Tab in CRM 2011
To show a tab:
Xrm.Page.ui.tabs.get(
"yourtabname"
).setVisible(
true
);
To hide a tab:
Xrm.Page.ui.tabs.get(
"yourtabname"
).setVisible(
false
);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment