This topic is locked

Static permission issue

8/31/2010 10:13:18 AM
PHPRunner General questions
C
christoph30 author

Hello,
I have a field in the user table, which can contains different values.

For example:
User A has the value: CUSTOMER,VENDOR

User B has the value: VENDOR

User C has the value: CUSTOMER

User D has the value: CUSTOMER,MATERIAL,SHIPPING,VENDOR
Means. There can be a lot of different combinations.
If found this under Tips and Tricks:

http://www.asprunner.com/forums/topic/6459-handle-more-than-one-admission-group-to-the-same-user/
Unfortunatly this gave me an error of missing ENDIF ect. I guess this is not workking for PHPRunner 5.2, I am right?
I found this thread, where a "Forum Admin" promissed to make the Static User Group dialog resizable.

http://www.asprunner.com/forums/topic/2586-re-sizable-define-user-group-window-please/pagehlpermissionfromsearch1
The window in PHPRunner is resizable now, but because of my long user group, I see there only round about 19 signs.

So I cannot really say which user group can do what, because for my example of User D, I see only "CUSTOMER,MATER..." but not the other values.
As a best solution, I need a possibility to say:
User Group: VENDOR -> Can see and edit table vendor

User Group: CUSTOMER -> Can see and edit table customer

.... etc.
But if there is a combination (CUSTOMER,VENDOR see my example, User A) the user should see both.

I cannot really work with the dynamic user permission, since there are a lot of users to administrate.
Thanks for a hint in advance.
Regards,

Chris