#360 - restrict administrator's permissions
Hello, Is there an option to restrict administrator's permissions? Is it possible for example one of our administrators not to be able to see all accounts?
Hello, Is there an option to restrict administrator's permissions? Is it possible for example one of our administrators not to be able to see all accounts?
10 years ago
That is not possible within SugarCRM out of the box. The application treats all admins as super admins. You would probably need to customize the is_admin() util function or somewhere within SugarBean when it makes that is_admin check.
-Jason
10 years ago
Okay, thank you.