Forum Discussion
nimp_kp
4 years agoFrequent Visitor
RLS with no relationship
Hi I'm trying to implement RLS in a datamodel with no apparent relationship between the user table and the transaction table. I want all managers to be able to see all the data in the transactio...
- 4 years ago
nimp_kp , Create a new column in the transaction table and have value =1
user type =1
join this with IsManager (Many to many, Bi directional or use filter Fact)
Then create role with filter on user table
[Email] = userprincipalname()
amitchandak
4 years agoSuper User
nimp_kp , Create a new column in the transaction table and have value =1
user type =1
join this with IsManager (Many to many, Bi directional or use filter Fact)
Then create role with filter on user table
[Email] = userprincipalname()