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

Bulk Create Incidents

kutvaram
Tera Expert

Hi All,

How to create bulk incidents using service catalog in ServiceNow?

Please share your thoughts.

Thanks & Regards,

Ram Prakash

5 REPLIES 5

PrashantLearnIT
Giga Sage

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
********************************************************************************************************

dravvyramlochun
ServiceNow Employee
ServiceNow Employee

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


nayanawadhiya1
Kilo Sage

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?


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