download_all_attachments processor functionality
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-22-2022 02:08 AM
Can someone please explain me the functionality behind download_all_attachments processor. My requirement is to download file in different zip files per record. With download_all_attachments processor, name of the downloaded file is tableName_sys_id.zip. Instead of this, I want name as tableName_number.zip.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-22-2022 03:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-22-2022 03:15 AM
Can we update name of downloaded zip file?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2022 12:17 AM
I believe We don't have that option in the OOB processor but you can create a custom processor and there you can add a new parameter to rename your file name. refer to the following blog - Download Attachments as a ZIP File
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-30-2022 03:31 AM
Hi Sai,
Can we add XML export of that record along with its attachments in zip file?