Forum Discussion
Anonymous
6 years agoNot applicable
Dynamic RLS
Hi, Say like 2 tables. 1 is fact with unique accounts and its transactions. 2 is accountid and email ids. an account can be shared with multiple users, so table 2 will have many records. F...
- 6 years ago
Let the data model do the work. Link the tables, make sure the filter direction is pointing from accounts to transactions, and put the RLS on the accounts table with a simple formula:
[Emailid]=USERPRINCIPALNAME()
- 6 years ago
mwegener
6 years agoMost Valuable Professional
Anonymous
6 years agoNot applicable
Thank you Marcus, well in my scenario, i have already used apply security check box to another, so i cant use it here. Give me sometime, i will test again and i will post my data model picture.