You need to sign in to do that
Don't have an account?
Vijay Nagarathinam
Sending large attachments to external system
Hi,
I am sending a large attachment from salesforce to an external system. While sending the attachments I am facing some issue, I am not able to send attachments size is greater than 12 MB, is there any possibility to send the attachments 12 MB?
Please let me know how to achieve this.
Thanks,
Vijay
I am sending a large attachment from salesforce to an external system. While sending the attachments I am facing some issue, I am not able to send attachments size is greater than 12 MB, is there any possibility to send the attachments 12 MB?
Please let me know how to achieve this.
Thanks,
Vijay
That's not possible becuase apex has a heap size limit of 12 mb per transaction. So if you a try to send a data larger than that size your transaction will fail. You can look for workarounds like compressing the size of your attachment and then send it over.
Hope that helps !
Thanks,
Vijay
Yes, there is a limit from salesforce side for sending large size attachment.You can overcome this limit by using 3rd party storage server for storing the file content as well as sending them over the email with large size attachment.
Cloud Drop is One such App that is somewhat following the same logic in order to store any number and size of files that can be associated with any salesforce object with Rackspace server.It also allows the user to send very large size file as an attachment to particular contact/lead record.
Please check the following link for more information:
- https://appexchange.salesforce.com/listingDetail?listingId=a0N30000003IzEDEA0
Mark this as solved if the information helps.Regards,
Nagendra.
I need to move the attachments from SF to the third party system. Is there any possibility without any app exchange application .
May I suggest you to please check with below if this helps.
- http://stackoverflow.com/questions/19720978/salesforce-upload-large-files-upto-250gb-through-visualforce-to-external-server
Regards,Nagendra.
I need to implement this logic without using any application. Any workaround for my issue...
Please let me know if you have any idea.
Thanks,
Vijay
Thanks
Miguel
Did you find the solution. I got the same issue in my project. Thanks
can it be done using Apex. Requirement is to extract data and send it to 3rd party server.
Thanks