How to hide modules for admin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2022 08:07 AM
Hi,
They are few custom modules which needs to be restricted visibility even for the admin. Only for the xyz role user can view it.
I have tried writing before business rule. but still it is not working.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2022 08:29 AM
There are only two ways I know of OOB. First is set active to false, which does not work for you. The second is if its a scoped app that has "Application administration" set to true.
I have not tried it in a while but you could see if a query business rule can be used to filter out the one you do not want the admin to see. The only issue with this is then you will not be able to see it any were so you will not know its there and will not be able to update it. So if it does work I still would not do this.