- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2023 11:27 AM
I'm having an issue where only ITIL users can see a specific service that i need all users to be able to see. How can i make it so all users can see it?
What ITIL users see...
What non ITIL users see..
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2023 06:31 AM - edited 04-21-2023 06:32 AM
I found the Solution! I was entering the wrong table. I was entering cmdb_ci_service_business and needed cmdb_ci_service. Thanks, everyone!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2023 11:46 AM
@AdamRich Looks like a reference qualifier is filtering the choices within the Service field based on current user's role. On the backend you need to open the create incident record producer.
Open the Create incident record producer and scroll to the variable related list in the bottom.
On the variable detail, navigate to the type specification and check if any Advanced or Dynamic reference qualifier is defined for ITIL role
Either remove the qualifier string or remove ITIL role check from it gs.hasRole('itil') , save the changes and check, after removing the qualifier, all the services should be available to all the users.
In oder to know more about qualifiers please refer to the this reference https://docs.servicenow.com/en-US/bundle/utah-platform-administration/page/script/server-scripting/c...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2023 07:37 AM - edited 04-19-2023 07:37 AM
unfortunately, that didn't do the trick.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2023 11:50 AM
Did you review the ACLs on the table users don't have read access too? Thinking an ACL is blocking them from reading the data.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2023 07:41 AM
I tried this and it still didn't work the following is my ACL if you don't mind checking for an error that I missed.