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.
Anything is possible, but this isn't possible with SecuritySuite. It can be done, but would require some core file changes in include/utils.php to filter the list of available users to just the current user depending on the current user's roles. Look for where "SECURITY GROUPS" is marked in that file and you will find both the functions that will need to be touched.
9 years ago
Anything is possible, but this isn't possible with SecuritySuite. It can be done, but would require some core file changes in include/utils.php to filter the list of available users to just the current user depending on the current user's roles. Look for where "SECURITY GROUPS" is marked in that file and you will find both the functions that will need to be touched.
Hope that helps! -Jason
9 years ago
Thank you very much
9 years ago
Will modifyinfg include/utils.php be useful to filter users also?
I mean when you have to select user to see in shared calendar
9 years ago
Yes, exactly.
9 years ago
Thanks again