Forum Discussion
How to set up a bulk and dynamic RLS permissions list?
- 1 year ago
Maybe. Dynamic RLS requires the presence of an email address that you can then compare against USERPRINCIPALNAME(). If your SFDC Objects data source can provide that list of email addresses then you can use that to control the dynamic RLS.
NOTE: SFDC management chain changes are notoriously sluggish. Make sure you don't accidentally expose data to users that have recently changed managers.
Maybe. Dynamic RLS requires the presence of an email address that you can then compare against USERPRINCIPALNAME(). If your SFDC Objects data source can provide that list of email addresses then you can use that to control the dynamic RLS.
NOTE: SFDC management chain changes are notoriously sluggish. Make sure you don't accidentally expose data to users that have recently changed managers.