#1109 - Security Group as Column in ListView doesnt the value
we added the security group to basic search, that works fine. but we also added the security group as column to the list-view of contacts, but the column seems empty (<td class="" valign="top" align="left"> </td>)
how can we get it?
9 years ago
Sorry! The list view isn't supported as you can associate many groups to a records and a list view only supports 1 related group.
-Jason
9 years ago
maybe there is a workaround? put all security groups in a custom_field (every 5 min per cron) ?
9 years ago
I've heard of some doing that. If you really need it that is one way to do it. You could do it as a logic hook and put it in a custom field whenever a group is added/removed from a record.
9 years ago
Closing this case out as adding list view support isn't possible for mass distribution due to the many-to-many relationship of groups. Feel free to follow up here though if you need any guidance on how to implement something like that for your case.