The Zurich release has arrived! Interested in new features and functionalities? Click here for more

Is there a way to remove groups from "Assignment Group" for Incident

Wendy Peterson
Giga Guru

I need a way to remove certain assignment groups so they can't be picked from incident but they should still be available everywhere else. Any ideas? We use the Task Assignment group on all our forms.

Our helpdesk manager wants it so certain groups can't be picked but they still should be able to be picked from everywhere but incident like tasks etc.

Thanks

1 ACCEPTED SOLUTION

ryan_dinwiddie
Kilo Expert

Wendy Hoff We use the assignment group type combined with a reference qualifier to filter the assignment group list.



http://wiki.servicenow.com/index.php?title=Configuring_Group_Types_for_Assignment_Groups


View solution in original post

10 REPLIES 10

jordanr
Tera Contributor

Hi Wendy,



I was curious if you were how you were able to accomplish this task. I also have a group that I do not want to be assigned incidents, but not removed from tasks. By adding filtering by type it seems like this would remove it from the task filters as well. Is there a way to filter by assignment group name or did you have to alter several reference qualifiers to achieve your goal. if you used type and altered reference qualifiers, could you provide an example?



Thanks,


you can use a dictionary over ride to modify it on each table...


click on the personalize all then dictionary entry   over rides and set the ref qualifier just for that table.


In our instance, I created types called incident, problem, change, and request. Most assignment groups then get all of these types. For the few that we want to only appear in one place, we just give it one, like change, for instance. Or if you want it to appear everywhere but change, you can just remove change.



Then after all the groups that we want to be assignment groups have at least one type associated, we can use the dictionary override for each table. For incident the reference qualifier is


active=true^type=30fd5ec2a816110047cdf26c8f167fec



Similarly, we have the same reference qualifier for both change and change task, so they have the same groups in both places:


active=true^type=da2e5ec2a816110047cdf26c8f167fee



As you can see, you have to use the sys_id of the type you want to filter for. It works really well for us.


Thank you very much for the explanation and examples. This was very helpful. I was able to get it working by using the sys_id.


postwick
Giga Expert

That solution is major overkill.   Add a field to your Group form as a true/false.   Name it "Allow Assignment"



Now right-click the Assignment Group field, select Configure->Dictionary, and add a simple filter for "Allow Assignment is true"