How to hide modules for admin

Pravallika9
Tera Expert

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.

 

 

 

1 REPLY 1

DrewW
Mega Sage
Mega Sage

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.