User's can't see users in an assignment group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-14-2017 12:23 PM
We have a custom application with a custom role (does not use ITIL). The users have read and write access to both the Assignment Group and Assigned To fields.
They can select the assignment group just fine. However, when clicking the Assigned To, the list is empty. No security flags - just empty.
When the assignment group is empty, they see all users in the sys_user table. It's just when the assignment group has a value they can't see anyone.
Has anyone experienced this before?
The Assigned To field is dependent on Assignment Group. It also has "roles is ITIL" and "active is true".

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-14-2017 12:45 PM
have you checked is there any reference qualifier has set on assigned to field?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-14-2017 01:05 PM
can the user read in the table: sys_user_grmember? if the user tests sys_user_grmember.list, does he/she see all the records there?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-14-2017 11:57 PM
Hi Eric,
I guess the reason as suggested by Goran is sys_user_grmember table which has an out of box ACL visibility for Users with user_admin, itil role as below.
If so you need to create a custom role add it to the ACL's requires role condition & then associate that role to a group & that group to the Users.
Thanks,
Jaspal Singh
Hit Like or Correct on the impact of response.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-26-2020 11:43 PM
I am also facing same issue, did you find the solution...?