#914 - show security groups on each record
Is it possible to show the security group name at the record level? So if the record is showing up in User A's list view because it is assigned to the primary security group for User A is assigned to then it shows User A security group in the list view. If the record is showing up in User A's list view because it was inherited through another security group, then it shows that security group name it was inherited through.
10 years ago
That isn't included in SecuritySuite because records can be related to multiple groups, but SugarCRM's framework lets you do customizations like that. What others have done is to create a read only, non-db field in SugarCRM and then set the value in a logic hook (after_retrieve for Detail View and process_record for List View). Then you can add the field in Studio to your views.
Hope that helps! -Jason
8 years ago
This is now available in the latest SugarCRM CE 6.5.24, SuiteCRM 7.6.6, and SuiteCRM 7.7.0 releases.