Setting a "Default" group for users...

smaxwell
Kilo Contributor

My organization is such that many support staff belong to multiple support groups.

 

I need to understand the following:

 

We have the system configured to auto assign a task (i.e. Incident) to the support person that creates the task... How does Service Now select which group to use for the assignment when creating the task?

 

In order to reduce the need to reassign the task to themselves under the preferred support group... Is there a way to configure the system to designate a "default" group for the support staff?

 

Thanks,

-Scott

2 REPLIES 2

Harish Murikina
Tera Guru

Hi Scott,



                                Please check this link for assignment rules.


Defining Assignment Rules - ServiceNow Wiki



Regards,


Harish.


Michael Ritchie
ServiceNow Employee
ServiceNow Employee

I have seen a few ways of doing this but the most common was creating a group reference field on the User table to store the users default group. Then a business rule or assignment rule can dot walk to get that value and set the task accordingly. Obviously you will have to have process automation to maintain this group, though could be set in an LDAP transform map.