Dictionary override on assignment_group field and restrict those groups for Task table

Rajamouly
Tera Expert

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.

 

 

1 ACCEPTED SOLUTION

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

View solution in original post

13 REPLIES 13

RaghavSh
Kilo Patron

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

Rajamouly
Tera Expert

HI @RaghavSh 

I am unable to apply dictionary override on task table.

Rajamouly_0-1667579280097.png

 

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

Can you please elaborate more which reference qualifiers we need to apply here. 

 

Rajamouly_0-1667798662133.png