Control what your users can access and save time, money, and frustrations. Lock down sensitive data in 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.
#962 - view all groups in filter.
Hi, we are using groups to mark which account is known by which user. is it possible in the filter by all security groups even the ones you are not a a part of ?
6 years ago
I'm on the road right now, but will follow up with how to do that before Monday.
6 years ago
To do this edit /custom/Extension/application/Ext/Utils/SecurityGroupsUtils.php.
In the getUserSecurityGroups function locate the 2nd if condition and change to:
Save and then run a Quick Repair & Rebuild.
That should do it.
6 years ago
perfect Thank you.