Forum Discussion
Anonymous
8 years agoNot applicable
Row Level Security - FALSE() to restrict table data
Hello all, I have tables like Accounts, Opportunities, Leads primarily. I am working on a security model where few users are not supposed to see opportunities data but can see Accounts data. I h...
- Anonymous8 years ago
I got it working. the False() on a table worked and I think I tested incorrectly.
GilbertQ
8 years agoSuper User
Hi Anonymous
I would then suggest for your Roles you specify multiple conditions for each table to ensure that they only see the data that they need to see. Without specifying a filter for the other tables, it will show the data as you are currently experiencing.