Adding multiple assignment groups in one go

Sandeep Deswal1
Kilo Expert

Hi

While implementing CSM for my client. We realised the customer has lot of assignment rules (say approx. 400-500) based on various combinations. One way is to create them all one-by-one in Servicenow. I wanted to check if there is a way to directly import them from an excel file or something. Please share if you've come across such a requirement and the best option selected to deal with it. I'm inclined to think there should be a way to build them outside of servicenow and import them all together (be it in an excel file or something else).

Thanks!

1 ACCEPTED SOLUTION

Sandeep Deswal1
Kilo Expert

Thanks Brunda (SN Developer). The excel file you provided was useful. It seems like it may have been used for incidents etc. In my case of creating the assignment rule for CSM cases. We need to add condition as well and since it is saved in the backend as a query, I had to modify my excel file to have the condition listed in that query format. Please find the sample attached file.

 

Thanks everyone again for your responses.

View solution in original post

10 REPLIES 10

Ct111
Tera Sage

Hi ,

 

Go through the below link it has ways and steps to import multiple groups simulatenously

 

https://community.servicenow.com/community?id=community_question&sys_id=d87cc7a5db9cdbc01dcaf3231f961945

 

check response of  eashwar

 

 

Mark my ANSWER as CORRECT and HELPFUL if it helped without fail

Sanjeev Kumar1
Kilo Sage

Hi,

 

You need to create a Data source and then create a tansform map.

and impotr it.

 

For more detail See @ https://docs.servicenow.com/bundle/london-platform-administration/page/administer/import-sets/concept/c_ImportDataUsingImportSets.html

Udom
ServiceNow Employee
ServiceNow Employee

Hi Sandeep, 

You can import data from Excel using import set, see link below for details: 

https://docs.servicenow.com/bundle/london-platform-administration/page/administer/import-sets/concept/c_ImportDataUsingImportSets.html

 

Thanks. 

Sandeep Deswal1
Kilo Expert

Thanks everyone for your responses.

The suggested links from docs would be helpful for importing groups. My ask here is little different. I want to import multiple assignment rules (mentioned in the description)as part of implementing CSM. Challenge is, when an assignment rule is created in Servicenow, the conditions we add are saved in the table in form of SQL I believe. So, having the rules imported directly from Excel is becoming a challenge.

If someone has done it firsthand somehow and can share, that'll be  super helpful.