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 02:30 AM
Hi,
since you want users to be shown in the slush bucket why to refer to sys_user_grmember table; you need to refer to sys_user table for this variable
Any reason for using sys_user_grmember table?
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 02:55 AM
She wants to show the group members in the slush bucket of the selected group.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2020 03:54 AM
That's correct; but I think the variable should refer to sys_user table
I think pointing to sys_user_grmember will show record of Group Member and not user specific record;
Also sys_user_grmember doesn't have any field which is Display=True so it would always show sys_id in the slushbucket
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 03:03 AM
Hi Lata,
If you want to create in record producer or catalog Below are steps that I used to meet your requirement.
1. Created a record producer on Requested Item (you can change)
2. Add reference field for user.
3. Added ListCollecter.
Below are screen shots
Hope this will help you.
Please Hit ✅Correct, ⭐️Helpful depending on the impact of the response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2020 03:43 AM