Hello,
I needed some help regarding Interactive Service Hub. I need to hide tabs in interactive service hub. I am able to hide sections within the tab, but not able to hide tabs.
I tried using javascript as below.
Xrm.Page.ui.tabs.get("tab_name").setVisible(false);
Any help would be much appreciated.
Thank you.