Control what your users can access and save time, money, and frustrations. Lock down sensitive data in SugarCRM or SuiteCRM to specific groups or teams. Supports unlimited assigned users, unlimited group assignments to records, custom layouts for each group, login/sudo capabilities and much more.
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?
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.
11 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
11 years ago
Okay, thank you.