- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2015 07:59 PM
Hi All,
As we know we create a group and using "Group Members" related list we add members to a particular group.
Now I want to display all the group members of a particular group. How can I query with a related list?
Assuming I have a group "XYZ" and group members are added using related list and the members are "a,b,c,d and e". How can I list the members of "XYZ" group?
Thanks,
Sowmya.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2015 08:13 PM
Hi Sowmya,
type sys_user_grmember.list in left navigation bar.
sys_user_grmember is mtom table in servicenow which stores a record of single user and single group
You will have to build reporty / query this table to get list of users in it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2015 08:13 PM
Hi Sowmya,
type sys_user_grmember.list in left navigation bar.
sys_user_grmember is mtom table in servicenow which stores a record of single user and single group
You will have to build reporty / query this table to get list of users in it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2015 08:15 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2015 09:39 PM
Hi Deepak,
Thank you
Thanks,
Sowmya.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2023 01:47 PM - edited 07-24-2023 01:52 PM
I have a similar issue and I'm hoping that you have the answer. I'm trying to create a Question in a catalog item where people can select the name of a person already helping them. However I need it to be filtered by specific groups so I tried what you suggested however when I select user as the field to display it displays their sysID and not their name. I even tried to dot walk but it wont let me. I would also want it so that names did not show up multiple times if possible.