Read access for users without roles
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2023 05:59 AM
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...
Thanks,
Sahar
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2023 06:10 AM
You need to create a field level ACL too like the one below.
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
Anvesh