function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
AD1418AD1418 

has anybody implemented custom file download functionality ?

Hi All,

I need some suggestions on custom file download functionality in salesforce. 
AbhishekAbhishek (Salesforce Developers) 
Hi,

The below articles answer your query.

https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_salesforce_files_customize_downloads_examples.htm

https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_salesforce_files_customize_downloads.htm


Idea:-

https://success.salesforce.com/ideaview?id=08730000000Bp9XAAS


I hope you find the above solution helpful. If it does, please mark as Best Answer to help others too.

Thanks.
AD1418AD1418
I am looking for a custom list view button on any object. When a user selects recordS via multi-select checkboxes on list views all the files attached/related to that particular object records get downloaded as a zip file.
Please let me know if anyone has implemented this in past or has any idea about how to implement this?

Thanks