Forum Discussion

zanottiluca's avatar
zanottiluca
Helper II
6 years ago
Solved

RLS Not Working

Hi guys,    I am setting up a Dynamic Row Level Security on the Employee table and having a simple model . The table Employees contains userprincipalname and is linked 1->M with the table History v...
  • Greg_Deckler's avatar
    6 years ago

    zanottiluca Pretty sure you do not want Both. You want the relationship direction to be defined as:

     

    Employees 1 -> * History

     

    Thus, security enforced on Employees limits the rows and this then flows to the History table via the relationship.