Visibility on Group Names Catalog Item dropdown table reference field

sireland
Tera Contributor

We have created a dropdown reference field in a catalog item to pull from the sys_user_group table in ServiceNow and pull the name as the actual field in the dropdown. I have now checked the ACl's and attempted creating a new one, I also tried to do a client script with no luck. I am trying to figure out what else I can do to get the visibility to work correctly. I followed the instructions in the known error page to no avail. The filtered options are visible to users with the business stakeholder role and other elevated roles, but not snc_internal. Please let me know if you have any suggestions or tips to resolve this issue. Thank you! https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0825813

3 REPLIES 3

AndersBGS
Tera Patron
Tera Patron

Hi @sireland ,

 

 have you verified that the snc_internal can see the table data from backend? If they can’t, then it’s an ACL restriction where you need to give a read permission to snc_internal for the table./ field level

 

If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.

Best regards
Anders

Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/

Dear Anders,

 


Unfortunately, I have checked all ACL's on sys_user_group table and confirmed with the access analyzer.  That's why I don't know if I need to add another ACL as the documentation in the known errors article said, but it didn't work when I tried that previously.  Thank you!

Sincerely, 

sireland_0-1760894571166.png

 

ashleyharve
Tera Contributor

I’ve struggled with similar visibility issues when configuring catalog items in ServiceNow. The key was ensuring user criteria aligned with both the catalog and category access settings. Sometimes even minor mismatches between group names or duplicated conditions can hide the dropdown unexpectedly. Reviewing ACLs and refreshing the catalog client script solved it completely.