Hello everyone,
is it possible to hide the HTML designer (or make it read only) from certain teams or user groups?
Thanks,
Nina
Hi, Nina
Another way to switch off the HTML tab is to create a new designer feature protection in the Settings of the Marketing application.
Select the Team or User whose HTML panel you' d like to block and tick the HTML in the drop list of Blocked features.
The HTML panel will not be shown for the user/ team after save it.
If this helped you, I'd appreciate it if you'd mark this as a Verified Answer, which may in turn help others as well.
Best Regards,
Nya
Hi Nina,
The HTML designer cannot be set as read only for the designer panel is modified in conjunction with the HTML panel.
You can try to make it invisible with JavaScript.
function HTMLinvisible(executionContext){
var formContext = executionContext.getFormContext();
formContext.getControl("msdyncrm_designerhtml").setVisible(false);
}
And here is the code for checking the role of the current user.
XrmServiceToolkit.Soap.IsCurrentUserRole("xxxx");
If this helped you, I'd appreciate it if you'd mark this as a Verified Answer, which may in turn help others as well.
Best Regards,
Nya
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,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156