Creating groups, departments.

0
Hi friends, Other than using User roles, can we create a set of users as a group and how to call this groups in a data grid drop down.
asked
1 answers
1

Depending on what you're looking for, you can extend your model with entities and business logic to achieve an extra layer of authorization. Associate users to groups and groups to objects which the groups should be able to access. Subsequently when executing business logic, validate if the group should be able to edit the objects.

Can you explain what you exactly want to achieve?

answered