How to populate the value of Group Managers in list collector in catalog item
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2024 05:35 AM
Hi Team,
We have a variable 'Remove Group Managers' which is a list collector and I want to populate the choices in this variable from the Groups table from Group Manager field.How we can achieve
Thanks in Advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2024 05:51 AM
Hi @Kaustubh k ,
I have answered to this i believe here https://www.servicenow.com/community/itsm-forum/how-to-remove-group-managers-from-group-automaticall...
Let me know if this having different requirement. I can help you if you have different use case.
-------------------------------------------------------------------------
If you found my response helpful, please consider selecting "Accept as Solution" and marking it as "Helpful." This not only supports me but also benefits the community.
Regards
Runjay Patel - ServiceNow Solution Architect
LinkedIn: https://www.linkedin.com/in/runjay
YouTube: https://www.youtube.com/@RunjayP
-------------------------------------------------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2024 05:56 AM
Hi Runjay,
Yes this is a different case.
Here I just need to populate the group managers from group table to the variable,so that they can select which managers to remove.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2024 06:47 AM
Hi @Kaustubh k ,
You can configure like below.
javascript:'sys_idIN'+current.variables.group.u_group_manager
replace with your field name for "u_group_manager" which is there on group table.
-------------------------------------------------------------------------
If you found my response helpful, please consider selecting "Accept as Solution" and marking it as "Helpful." This not only supports me but also benefits the community.
Regards
Runjay Patel - ServiceNow Solution Architect
LinkedIn: https://www.linkedin.com/in/runjay
YouTube: https://www.youtube.com/@RunjayP
-------------------------------------------------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2024 10:17 PM
Hi @Kaustubh k ,
let me know if still desire output is not coming.
Please accept the solution it helped you to achieve the desire output.