Hello, I am working on building an asset management system using PHPR 5.3 and need to be able to restrict users to seeing only projects that they are assigned to. Normally I would use the "Users can see and edit their own data only" option in the Advanced Security Options. however in this case it's not a single owner but a group of owners that might be as few as 2 or as many as 100. Does anyone have an idea on how to structure this many to many relationship as far as record "ownership" is concerned?
Do I create an intermediary table that manages ownership and read that? Or rather than using the "Advanced Security Options" should I do a basic SQL statement when building the LIST pages?
Thoughts? Sample Code?
Dean