Metadata security condition for multiple organizations Helical Insight 5.0

Hello Team,

I have a requirement like IF loggein user has organization as NULL or loggedin user has organization as let us say “HelicalInsight”, then for those users metadata security condition should not get applied and those users should able to see full data. But i am not able to achieve this.

Can you please help me with the condition in order to achieve this?

Thank you,
Netta.

Hello Netta,

We can achieve this. Use below condition :

In condition : ${org.name} !='Null ’ && ${org.name} !=‘HelicalInsight’

In Filter : TABLENAME.COLUMNAME = ${org.name}

Above condition will allow Null and HelicalInsight org users full data access and other org users a restricted access.

image

Thank you,
Helical Insight