Forum Discussion
Hussein_charif
1 year agoHelper V
tables relation issue
i have this db model : for the customers table, the salesteam column is a calculated column taken from the salesteam table by using lookup(). i have made a rls rule with the userprincipalname(...
Anonymous
1 year agoNot applicable
Hi Hussein_charif ,
If possible, I would recommend considering a modification to your data model by using Customers as a bridge table between SalesPerson and Sales, and applying RLS rules on AccessTeam.
Best Reagrds,
Bof