Group types
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hi Community
can you help please, what is the function of the field Group.type, and is it a big deal for a group to not have a group type?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Thank you all,
do you know if there are any OOB functionality that may break, if I change the type from say itil to a custom type?
thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Yes, out of the box, the assignment group on the Incident table is part of ITIL functionality. If you change it, it may break existing processes or expected behavior.
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/dratulgrover [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hi @AnthonyMull,
The group type field is a categorization / tagging mechanism for groups, and it is not a show‑stopper if a group has no type at all, but it becomes important as soon as you start using types for filtering, routing, or reporting.
What group type is for
- Type is a multi‑value reference to sys_user_group_type, so you can assign one or more group‑type labels (e.g., incident, problem, change, approval, IT, security, business) to a group.
- Those types are used primarily to filter or qualify where a group can appear, for example:
- Limiting the assignment_group lookup on Incident / Problem / Change forms to only groups with a relevant type (e.g., “Incident‑related groups only”).
- Custom reference qualifiers, business rules, or scripts that behave differently if the group is approval, support, or IT.
Source: Configure assignment group types
Hope this helps!
