Forum Discussion
Anonymous
2 years agoNot applicable
undefined
I am trying to create a Static RLS where few should have access where column Phone has "Apple" and other should have access of all data no filter of column Phone
1 Reply
- erickeuAdvocate I
Hi,
create two RLS one with filter and another without any restricttion;
RLS_AppleOnly : TableName[Phone] = "Apple"
RLS_ALL : nothing,
and then you asign one role to some group of customers and the add the rest to the RLS_ALLif this helps please mark it as a solution 🙂