I am using advance security settings to restrict users to view or edit records in a table, but instead using user ID, I have added one column, column project id as reference as owners id, consist several project id (can be one or more)
The scenario is:
One user assigned several project and I want to make the user be able to access one or more projects that assigned.
for example: the project id column in users table will have data like (1,2,6) and the reference table (project table) have data like 1 or 2 or 3 etc. the user that have record 1,2,6 can access the project record
that have id 1, id 2 and id 6.
Any idea how to use the advance security settings to implement this case?
Thank you for any ideas or suggestions.
The scenario is:
One user assigned several project and I want to make the user be able to access one or more projects that assigned.
for example: the project id column in users table will have data like (1,2,6) and the reference table (project table) have data like 1 or 2 or 3 etc. the user that have record 1,2,6 can access the project record
that have id 1, id 2 and id 6.
Any idea how to use the advance security settings to implement this case?
Thank you for any ideas or suggestions.