- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-18-2015 06:27 AM
Hello,
Can someone point me in the direction of how, when in an incident, I will be able to hide/remove certain assignment groups from the list - if the logged in user is not a member of certain groups?
Many thanks,
Dan
Solved! Go to Solution.
- Labels:
-
User Interface (UI)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-18-2015 06:58 AM
You should be able to do this with a reference qualifier on the assignment group field.
http://wiki.servicenow.com/index.php?title=Reference_Qualifiers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-18-2015 06:58 AM
Create a script include that queries that group table and checks against the current user. You may then reference that script include in the reference qualifier of the assignment group field.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-18-2015 06:58 AM
You should be able to do this with a reference qualifier on the assignment group field.
http://wiki.servicenow.com/index.php?title=Reference_Qualifiers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-18-2015 08:07 AM
Thanks guys, managed to create requirements.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-18-2015 09:06 AM
Close off the question if the query is answered .. Thanks!!!