How to submit a bulk request in Service Catalog?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-28-2020 07:08 AM
Hi SNow community,
I appreciate any suggestions and insights you may have.
Thanks in advance!
Harriet
- Labels:
-
Integrations

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2020 07:38 AM
With most SN questions, yes. You could have an item the user attaches the sheet, preferably a template they can get from the system to help with data validity. Then in the workflow parse the file, and create additional RITMs based on the data in the sheet.
If I were you, I'd want to better understand what problem this is solving. Could cart quantity serve 80% of bulk requests? Would setting up bundles or a more guided form on an item fit the requirements? Having a process this open ended will create massive work for you and be prone to failure if even the littlest things are wrong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2020 08:44 AM
The customer wants to be able to use an existing bulk load template spreadsheet, which allows them to copy and paste data from their own exported file. They then want to be able to upload that file to ServiceNow service catalog, which then parses through that data and generate one request with multiple ritms. Do you know of a way to do this?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2020 07:20 AM
I would investigate how closely you can get the source data and ServiceNow integrated to reduce manual intervention and human error:
1. Can the user attach the exported file without copy-paste?
2. Can the source system call ServiceNow APIs to create REQ/RITMs directly?
As for the processing of an attachment, here are some resources to help:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2020 10:18 AM
Thank you! I will look into these.