Hi,
is there a way to set permissions dynamically, eg per values of the data or … ?
basically I have tens of groups of users and in each group I have between 1 to 10 regular users and an administrator user.
now some data should be accessible by each user and his administrator only, and some should accessible by all of the users in the group.
how can I achieve this?
Honestly a one page document (which surely I have read before posting here) on the method is not the answer to my question.
a simple yes or no would be a better response to a customer’s question !
Hi Muhammad,
On first glance, it is not the obvious problem.
It will be great if you try to explain your problem more detail and clear.
Please, use concrete use cases for it.
Regards, Ilya
Hi Muhammad,
The way I would handle it is through custom roles. You could have predefined roles with the appropriate sets of permissions. Whenever you need to grant “dynamic permissions”, you would assign a corresponding role to a user. Does it help?
Regards,
Mark