How to find the how many workgroups Available in ticketing tool
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2025 08:38 AM
Hi Everyone
Can you please help me How to find the how many workgroups Available in ticketing tool
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2025 11:34 AM
I assume we talk about ServiceNow. Then groups are stores in Groups table [sys_user_group]. In there you can search for active Groups of particular Type. Depends which process we talk about, ITSM, HRSD, CSM? To properly filter only groups relevant for that process, you might need info from system admins on how the groups are managed (e.g. which type is used and if it is properly maintained).
If you cannot access any menu item (module) with Groups, then you can type "sys_user_group.list" into app navigator "All" and press tab. That will open Groups list for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2025 12:35 PM
Hi @naveencheem
You can get the details of all group from sys_user_group table.
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]
****************************************************************************************************************