need to populate assignment group members in list collector field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2020 03:30 AM
Hi all,
I have group field(reference to group) when i select any group, that group members need to populate in list collector field(List collector reference to user ).
i want to show that particular group members in list collector field remaining group users i want to restrict...
Thanks in advance...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2020 03:55 AM
Hi,
That's because sys_user_grmember table doesn't have any field which is Marked as Display=True so it would show sys_id
I would encourage you to change the table to sys_user instead of sys_user_grmember
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2020 04:01 AM
Yes, Please take sys_user_grmember table instead of sys_user maybe this helps you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2020 09:06 PM
Hi Lata,
Let me know if that answered your question.
If so, please mark response as ✅ correct & 👍 helpful so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
