
In D365 Finance & Operations, modules/pages can be hidden from specific users by controlling their security roles.
D365 F&O uses role-based security:
So, if a user should not access a module, you normally remove the security role/duty/privilege that gives access to that module’s menu items. Then the related menu entries, workspaces, and pages should no longer be available to that user.
Important note: you usually do not “hide the module” directly as a personalization setting. You secure the underlying menu items/pages. The UI then shows only what the user has permission to access.
Typical approach:
Microsoft docs confirm that access to workspaces/modules depends on assigned roles, and permissions are tied to entry points such as menu items:
Role-based security - Finance & Operations | Dynamics 365 | Microsoft Learn
Thanks!
If you found it helpful, please consider marking it as verified — it may be useful for others in the future!