This topic is locked

Multipal User with different table permission

4/2/2009 9:57:30 AM
PHPRunner General questions
T
thakur author

Hello i am new to Phprunner ,My problem is that
I have to create three group of User ,say
Group A , Group B ,Group C
All Three group Has many User Say,Under Group A i have user A1,A2,A3,A4..... and under Group B i have user B1,B2,B3,B4..and so on..for Group C
Now the problem start....

All the Group A user Have there own Data and Cant see each other Data
All the Group B user Also have There own DATA but cant see Each other Data,

But User B1 can View Data Of Selected A group user say B1 can View Data (Selected Table ) of A1,and A2 user ,,and again B2 user can view A3 and A4 user .
All the Group C also have Their own DATA and Cant See each other Data..

But they Can view selected B group user and A group user ....
I hope you got my point ..Its is hierarchy based permission ...

i.e Group C user are Big Boss

Group B user works under Big boss as Team Leader

Group A user works Under Team Leader
Please Let me know how to Do it with Phprunner.. Any Comments will be greatly appreciated..

J
Jane 4/3/2009

Hi,
unfortunately PHPRunner do not support this type of permissions.

You can apply it manually using Before SQL query event on the Eventstab. Select permissions for current user and add custom where clause to the main SQL query in this event.

T
thakur author 4/3/2009

Hi,

unfortunately PHPRunner do not support this type of permissions.

You can apply it manually using Before SQL query event on the Eventstab. Select permissions for current user and add custom where clause to the main SQL query in this event.


Thanks Jane....

Do you Think PHPrunner team will ever come up with this type of issues...Any way.I had also Try using Code charge Studio .. But this Software seems to be Very Tough to Understand Plus it creates so many error ..Finally I gave up....

J
Jane 4/6/2009

Hi,
just a trick: try to use Dynamic permissions on the Security tab. In this case you can assign two or more groups for each user at the same time.

Also you can publish your project on Demo Account and open a ticket at http://support.xlinesoft.com sending a URL to your pages and I'll try to find a workaround.

T
thakur author 4/6/2009

Hi,

just a trick: try to use Dynamic permissions on the Security tab. In this case you can assign two or more groups for each user at the same time.

Also you can publish your project on Demo Account and open a ticket at http://support.xlinesoft.com sending a URL to your pages and I'll try to find a workaround.


Hello Jane

Thanks for Wonderful Support.. I think Dynamic Permission Will work out.. Ill Surely put my project online once it get ready..

Thanks Once again