In the database that I design, I implemented object-level protection based on the profile.
Each user can view, edit, insert, update database tables in accordance with the profiles (roles) in which he is a member.
Now you need to implement “External Users”, which can only view the relevant records and edit some of them (but not the main part of the database).
I am working on a recording model.
Are there any ideas on how to restrict users belonging to the External Users profile to view and work with some records of each table, but not all.
source
share