This topic is locked
[SOLVED]

 How to implement "User can see data of group members"

12/4/2014 5:37:51 AM
PHPRunner General questions
U
uli author

With the standard advanced security settings you can define permission on user level.

How can I use the group to control access to data sets using dynamic permission assignment?
Thanks for help

Ulrich

Sergey Kornilov admin 12/4/2014

Advanced Security and Dynamic permissions are two different and independent things.
Advanced Security works on data level, protecting access to certain records. Dynamic permissions restrict access to certain tables and actions.

romaldus 12/4/2014



With the standard advanced security settings you can define permission on user level.

How can I use the group to control access to data sets using dynamic permission assignment?
Thanks for help

Ulrich


Check this one for inspiration :

http://www.asprunner.com/forums/topic/22788-how-to-show-user-data-based-on-its-branch-location-only

D
DealerModulesDevClub member 12/4/2014

I have used the post as above in the past from romaldus, worked perfectly!

U
uli author 12/9/2014

Thank you so much for you suggestions.