- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2020 09:19 PM
Hi Friends,
I have a service catalog item in which, an excel file will be uploaded and from that excel file, I need to create multiple RITMs .
I need to create multiple RITM's from each row of the Excel file.
How to do it.
Please help me..
Solved! Go to Solution.
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2020 09:31 PM
Hi Gopinath,
you would require an after insert business rule on sc_req_item table with condition as Catalog Item is yours and if it has attachments
you need ExcelParser script to parse the excel row by row and create RITM with all the variable info
https://developer.servicenow.com/app.do#!/api_doc?v=newyork&id=GEPS-GlideExcelParser
this link will help you as well
Script to create RITM with variable info
Mark ✅ Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2020 09:31 PM
Hi Gopinath,
you would require an after insert business rule on sc_req_item table with condition as Catalog Item is yours and if it has attachments
you need ExcelParser script to parse the excel row by row and create RITM with all the variable info
https://developer.servicenow.com/app.do#!/api_doc?v=newyork&id=GEPS-GlideExcelParser
this link will help you as well
Script to create RITM with variable info
Mark ✅ Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2020 10:49 PM
Hi Gopinath,
Please refer the below links, it might help you.
Kindly mark this helpful if it helped you at all.
Thanks,
Mohit Kaushik
Mohit Kaushik
ServiceNow MVP (2023-2025)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2020 06:34 AM
Hi Gopinath,
I am glad to hear my comment has helped.
Saying this, I will appreciate if you close this thread, as answered.
Have a great weekend.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader