Read access for users without roles

Sahar_Kaizer
Tera Contributor

Hi,

How can I create an ACL that grants read access to cmdb_ci_service table for users without roles.

I have tried to do it this way but it wont work...

Sahar_Kaizer_1-1701266224013.png

Thanks,

Sahar

1 REPLY 1

AnveshKumar M
Tera Sage
Tera Sage

Hi @Sahar_Kaizer 

You need to create a field level ACL too like the one below.

 

AnveshKumarM_0-1701266867379.png

 

AnveshKumarM_1-1701266890552.png

 

Make sure the Script condition contains gs.getSession().isLoggedIn(); so that only logged in user has access.

 

Please mark my answer helpful and accept as a solution if it helped 👍✔️

Thanks,
Anvesh