- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2023 11:43 PM - edited 01-09-2023 12:29 AM
Hi All,
In catalog we have sys_user_group reference variable, in prod SNC_internal role user try to raise a request they can't able to select the group in reference variable it shows "no group found" the Admin and ITIL role user able to see the group. Please help me to resolve this issue.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2023 12:48 AM
ACL issue. please check table level read ACL on sys_user_group table
Ensure the user you are using has correct access to the table
Also check any query business rule on sys_user_group table is restricting the records
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2023 12:48 AM
ACL issue. please check table level read ACL on sys_user_group table
Ensure the user you are using has correct access to the table
Also check any query business rule on sys_user_group table is restricting the records
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2023 03:26 AM
Thank you for marking my response as helpful.
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
12-11-2023 08:26 AM
I have similar issue, still not able find the cause.