This topic is locked

One user to filter N

11/19/2008 8:17:50 PM
PHPRunner General questions
S
sandrotab author

Hi,

I have this need:

I have a user tables for each user I gave several Zone (cod_zona) that he should be able to see. Thus Utenti table and Table Master Detail Zone.

I have a Customers table and each customer has combined in a record field of its cod_zona.

Should ensure that the user can see and then access only to customers with the Zone (cod_zona) assigned to him. Currently able to associate in (Advanced security settings, User can see and edit their own data only) one area at a time, but this association is one to one and not one to "n"

Example:

User1 should see the Customer Zone 1, Zone 2, Zone 3, Zone 4

User2 should see the Customer Zone 2 and Zone 4

Someone has any suggestions?

J
Jane 11/20/2008

Hi,
I recommend you to have a look the Dynamic permissions on the User group permissions dialog on the Security tab.

Create security group for each zone and assign each user to one or more groups.