Hello, I wanted to Show Tab based on Their Option Set Value. How to do it? What tools do we use?
this is the case :
if we choose A, tab 1 will Appear.
If we choose B, tab 2 will Appear,
same case with
C = 3
D = 4
E = 5
thankyou
Hello, I wanted to Show Tab based on Their Option Set Value. How to do it? What tools do we use?
this is the case :
if we choose A, tab 1 will Appear.
If we choose B, tab 2 will Appear,
same case with
C = 3
D = 4
E = 5
thankyou
Hello,
Basically you can hide or show the tab using java script .
Means for any option set value ,you can show one tab and hide other tab.
if (option == "12345" || option == null || option == undefined) {
Xrm.Page.ui.tabs.get("Work").setVisible(false);
Xrm.Page.ui.tabs.get("Study").setVisible(true);
}
Hi,
You need JavaScript for this scenario.
Please refer to this thread: https://community.dynamics.com/crm/f/microsoft-dynamics-crm-forum/225192/javascript-for-show-hide-tab/609294
Let me know if you need more guidance.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,269 Super User 2024 Season 2
Martin Dráb 230,198 Most Valuable Professional
nmaenpaa 101,156