Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
We are managing access of application by passing roles. And we need to define OR condition for example SET Role = a or SET Role = b then the user should be able to get access on that app. What is the correct syntax and way to do it?
You may want to look into the AD groups and distributing the app to specific role based group.
Hi Rohan
you should create a similar expression to this
sum({<Role = {'a'} + Role = {'b'}>} otherfield)
best regards
HI,
I need to use this in SET variable so the expression mention will not work I feel.