Within an entity detail page, is there a supported way to hide items in the related drop down using JavaScript?
I have tried using:
Xrm.Page.ui.navigation.items.get("xxxx").setVisible(false);
But this doesn't seem to work.
Thanks.
Within an entity detail page, is there a supported way to hide items in the related drop down using JavaScript?
I have tried using:
Xrm.Page.ui.navigation.items.get("xxxx").setVisible(false);
But this doesn't seem to work.
Thanks.
Hi Lee, please see this post: community.dynamics.com/.../related-tab-options.
This is the dropdown menu I mean.
How do I hide items in this list?
Hello Lee,
What do you mean with 'entity detail page' ?
If it is still within a page record and you want to hide items from an optionset field you can use the following:
André Arnaud de Cal... 291,642 Super User 2024 Season 2
Martin Dráb 230,371 Most Valuable Professional
nmaenpaa 101,156