how to get the group names which are having group type as SME
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2025 07:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2025 08:03 AM
Like this we have so many groups with this type, wants to know all group names.Could you please check attached sreenshot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2025 08:09 AM
@sajampan then pelase refer to my reply, it's already answered above 😉
https://www.servicenow.com/community/developer-forum/how-to-get-the-group-names-which-are-having-gro...
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2025 08:33 AM
Hi @sajampan
Create a report on the Group table.
Add Type as a column in the report.
Then add a condition where Type = SME.
OR
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2025 08:10 AM
it's an easy requirement.
where are you stuck?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2025 08:44 AM
You can add field 'type' in list view and use 'show matching' to show list of groups mapped to it and export it in the format you want.
If you want in report, you can use filter conditions 'type' = 'SME'. Type field is a reference data type that refers table 'sys_user_group_type' and your requirement can be achieved in many ways.
If this helped to answer your query, please accept the solution and close the thread.
Thanks,
Bhuvan