Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago

RLS Hierarchy definition

I need to implement the following RLS, with following hierarchy Industry -> Regions - > Account

Senario 1: If a user is defined under Industry, they should have access to all rows of Industry/Regions/Account
Scenario 2 : If a user is defined under Region , they should have access to only the defined region of that Industry and all accounts in that region
Scenario 3 : If a user is defined to have access only to an accounts, they should have access to defined account for that Industry/Region


Industry and Regions can contain multiple value, so filtering needs to be work as per the hierarchy

1 Reply