
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2025 05:44 AM
Hi All,
I have created Read ACL (snap) but its not working. User with no role also can see it editable on related tab.
Don't know what may be the issue ?
Regards,
Virendra
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-05-2025 03:59 AM
Ok in that case just remove the role as admin condition. So that system will allow IOP SRE group members to edit that field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-05-2025 04:06 AM
ok then do one thing, replace the admin role with ITIL. It'll work. Because user must have ITIL role to access ITSM modules. To verify this, lookup roles linked to that group. If ITIL is there, then simply update the role with ITIL.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-05-2025 03:59 AM
Ok in that case just remove the role as admin condition. So that system will allow IOP SRE group members to edit that field.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-05-2025 04:03 AM
But its not allowing to save the ACL without allowing/assigning role.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-05-2025 04:10 AM
you can simply use advanced script with this
answer = gs.getUser().isMemberOf('IOP SRE');
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-05-2025 04:06 AM
ok then do one thing, replace the admin role with ITIL. It'll work. Because user must have ITIL role to access ITSM modules. To verify this, lookup roles linked to that group. If ITIL is there, then simply update the role with ITIL.