- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-17-2018 03:00 AM
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!
Solved! Go to Solution.
- Labels:
-
Customer Service Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-20-2018 11:38 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-17-2018 03:08 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-17-2018 03:09 AM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-17-2018 11:49 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-17-2018 08:43 PM
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.