- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2022 09:00 AM
I was trying to restrict 5 groups from the Assignment group field. I am unable to achieve for Task table but able to restrict to other ITSM groups (Incident, Problem, Problem task, Change, Change task).
But it should be restricted to the Assignment group where ever we are using in ServiceNow.
Anyone can help here or any guidance.
Solved! Go to Solution.
- Labels:
-
Incident Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2022 09:37 PM
The one highlighted in your screenshot will work for task table and all its child tables. So you can apply your conditions here.
Raghav
MVP 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2022 09:21 AM
All the tables you mentioned are child tables of task table, if you are able to achieve this then you must have used dictionary override?
If yes, you can directly restrict those 5 groups at dictionary level and it will work on task and all its child tables.
Raghav
MVP 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2022 09:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2022 09:42 AM
You cannot apply dictionary level at task level as it is parent ( and assignment group field is on task table).
Dictionary override func is for child tables. For task you will have to apply qualifiers on assignment group field dictionary (sys_dictionary) for task table.
Raghav
MVP 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2022 09:24 PM
Can you please elaborate more which reference qualifiers we need to apply here.