Hi
I have a Model which it’s entities can be accessed by different groups of people defined in “User and Group Permissions”.
I need to apply the security to member-level which means “Group A” can only see members which their code attribute is set to “A” and so on.
How can we filter members (rows) based on the groups that user belongs to?
Thanks.