
5 件の回答

Hi AshishYes I slowly begin to think in that approach as well. I could still zip them that way before downloading. I might use an approach where during the weekly processing I generate a list of IDs, upload them somewhere (Static Resource, Custom Object, Custom Setting) and send out a link via email to the people who need to have access to those files. Then upon click I could use a combination of VF and Apex to optionally zip and finally download the files. I think a custom object might be the best approach.The weekly process creates a file containing information gathered from the attachment's parent records so I think a custom object approach would be a good idea. I could then immediately save that file as well as the link to the attachment download in a record. Pity we can't create master-detail relationships with attachments. Would be way better to also have the ability to show the related attachments on that custom object record.Thanks for your input! ;)