- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-20-2018 04:14 PM
I was wondering if there was any way to download multiple files from multiple records in a single zip file.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-20-2018 09:22 PM
Hello,
Please use below link to get an idea of how to setup. It uses JAVA packages and Processor. Use can customize that in processor script based on relationship between the records to find correct attachments to ZIP
https://www.servicenowguru.com/scripting/download-attachments-zip-file/
Note: Please mark reply as correct if it answers your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-21-2018 07:27 AM
I tried following this one, but it uses GlideSysAttachment() which is limited to 4mb, I'm not sure what the successor to this object would be. I haven't found anything to replace it in my searches.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-20-2018 09:23 PM
Hi ryan,
If you are looking for single incident attachment then go to incident> click on manage attachments>
then click on downlaod all
All attachment will downloaded in zip file.
thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-02-2019 11:20 PM
Did you ever get this working?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-03-2020 08:49 AM
No sadly. I ended up using an export set. Instead just use the attachment API.
https://docs.servicenow.com/bundle/geneva-servicenow-platform/page/integrate/inbound_rest/reference/...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-02-2020 08:58 AM
Hi Ryan,
I have a similar requirement to download an attachment from multiple records in zip . Can you please share some insight on the same?
Thanks