Security setup Question

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
mw4
User
Posts: 57

Security setup Question

Post by mw4 »

I have set up dynamic user level security, and I can't figure out what to do next.

I have a users table which has TEAM and DIVISION fields
So TESTUSER, has YANKEES for team and EAST for Division

I have a Players Table which has TEAM in it, plus other fields
I want TESTUSER when logged in to only see his team: all PLAYERS records with YANKEES for Team

I have a managers table which has DIVISION in it, plus other fields
I want TESTUSER when logged in to only see all PLAYERS records with EAST for Team.

I setup the dynamic user level security tables as described, but don't see how they apply to what I am wanting to do.

This rookie needs some good help :)


mobhar
User
Posts: 11745

Post by mobhar »

This is interesting.

  1. Could you please post your tables schema including some records in it by using .sql syntax in here for more discussion?
  2. In addition, please explain in more detail, how did you setup Dynamic User Level Security from the project side (for example; I have enabled this and that options from this and that, and bla bla bla), so that we are able to give you some feedback regarding it.

Post Reply