Notifications
Announcements
No record found.
function hideRelatedTabBasedOnSecurityRole(executionContext) { var formContext = executionContext.getFormContext(); var userRoles = Xrm.Utility.getGlobalContext().userSettings.roles; var requiredRoles = ["d365_business user", "d365_businesssupport"]; var hasRequiredRole = userRoles.some(function (role) { return requiredRoles.includes(role.name); }); if (!hasRequiredRole) { formContext.ui.tabs.get("tab_name").setVisible(false); } }
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Siv Sagar 93 Super User 2025 Season 2
#ManoVerse 76
Martin Dráb 64 Most Valuable Professional