Bulk Create Incidents
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-30-2017 02:41 AM
Hi All,
How to create bulk incidents using service catalog in ServiceNow?
Please share your thoughts.
Thanks & Regards,
Ram Prakash
- Labels:
-
Incident Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-30-2017 03:01 AM
Hi Ram,
You can write code in workflow itself, by using create task activity and select table as incident..
Mark Correct or helpful if it helps.
Please appreciate the efforts of community contributors by marking the appropriate response as the correct answer and helpful. This may help other community users to follow the correct solution in the future.
********************************************************************************************************
Cheers,
Prashant Kumar
ServiceNow Technical Architect
Community Profile LinkedIn YouTube Medium TopMate
********************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-30-2017 03:02 AM
Hello Ram,
You can try to develop a customised script using SOAP or REST and insert records in bulk using the insertMultiple function. You can read more about it on the following link: http://wiki.servicenow.com/index.php?title=SOAP_Direct_Web_Service_API#insertMultiple
Also another similar article can be found at :Bulk Incident Creation Advice
Thanks,
Dravvy
Please Hit like, Helpful or Correct depending on the impact of the response

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-30-2017 03:10 AM
Hey Ram,
Create a Catalog with required fields and ask for how many times you want to create (capture in a field).
Then in workflow use RUN SCRIPT -
Create the INC using the form fields.
Doubt what is the use of creating bulk INC from Service Catalog?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-30-2017 03:17 AM
Hi Nayan / All,
In form, few fields are there. Also they will attach a excel file containing the details of the incident (which will be more than some number , say, 15).
How to create these incidents once they submit the form?
Ideas?
Thanks & Regards,
Ram Prakash