download_all_attachments processor functionality

Pooja Mahajan
Tera Contributor

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.

4 REPLIES 4

Sai Kumar B
Mega Sage
Mega Sage

@Pooja Mahajan I have written an article on it you can refer to the below link

Download all the record attachments with one click

Can we update name of downloaded zip file?

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

 

Hi Sai,

Can we add XML export of that record along with its attachments in zip file?