Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

need to populate assignment group members in list collector field

lata1
Tera Contributor

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...

 

27 REPLIES 27

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

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 10x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

Yes, Please take sys_user_grmember table instead of sys_user maybe this helps you.

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

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 10x ServiceNow MVP  ||  ✨ ServiceNow Community Leader