how to show the current member of the groups
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2023 09:30 PM
I have created a service catalog where requester can select the group and it should only show the member of that groups.
When I select Group A the list collector only shows 2 member or more member only
Scenario 1
Group = Group A (reference field and table is sys_user_group)
Member = Member A and Member B (list collector and table is sys_user)
When I select Group B the list collector only shows 2 member or more memberonly
Scenario 2
Group = Group B (reference field and table is sys_user_group)
Member = Member C and Member D (list collector and table is sys_user)
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2023 10:22 PM
so if user selects Group A in 1st reference variable then all the group A members should be allowed to select in the list collector variable which refers sys_user?
If yes then you can use advanced ref qualifier with script include and achieve this.
what's the challenge?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2023 10:25 PM
Hi ankur
the challenges are i don't know how to create the advanced ref qualifier with script include and achieve this.
if you have, please share it with me....
thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2023 03:41 PM
Hi @TMKAM ,
Just checking, if your issue resolved or not.
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2023 05:37 PM
Hi ashishkmishra,
if you would be so kind to provide the solution of advanced ref qualifier with script include that will help me a lot.
thank you