- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2018 07:02 PM
Hi All,
I have a requirement that a single assignment group should be hidden in Problem and Change form and it should be visible in Incident form alone. How can i achieve this?. Please advice
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2018 08:37 PM
Hi,
All you need to do is add the ‘type’ related list to the group form (sys_user_group) - so you can see to populate it.
Add a suitable ‘type’ name IE ‘Incident’ here.... /nav_to.do?uri=%2Fsys_user_group_type_list.do
Populate this new type into the type list for the assignment group(s) you don’t want to see (from the group form).
Then update the assignment group reference qualifiers for change and problem
something like Reference qual condition = ‘Type’ DOESNOTCONTAIN ‘your’ exclusion name’ IE ‘Incident’
Regards Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2018 07:05 PM
Look into leveraging group types - https://docs.servicenow.com/bundle/london-platform-administration/page/administer/users-and-groups/c...
Will require you to make a few small adjustments to Assignment Group field, but nothing too difficult
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2018 08:54 PM
Thanks Matthew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2018 08:37 PM
Hi,
All you need to do is add the ‘type’ related list to the group form (sys_user_group) - so you can see to populate it.
Add a suitable ‘type’ name IE ‘Incident’ here.... /nav_to.do?uri=%2Fsys_user_group_type_list.do
Populate this new type into the type list for the assignment group(s) you don’t want to see (from the group form).
Then update the assignment group reference qualifiers for change and problem
something like Reference qual condition = ‘Type’ DOESNOTCONTAIN ‘your’ exclusion name’ IE ‘Incident’
Regards Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-17-2023 03:56 AM
@Tony Chatfield1 @Matthew Glenn
How to make few Assignment groups hidden(not to show up) for certain HR users while reassigning a HR case in HR Agent Work Space but the same groups should be made visible(pop up on screen while reassigning a HR case) for other users(who have more Access control).
Please advise!