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
ChakereChakere 

Exporting PDF to NAS

Hello everyone!

 

I was wondering how to best proceed to connect Salesforce files with a network storage. Is there a way I can run a server, which would grab all the pdfs I generated in a day and dump it on my NAS? Anyone got some experience how this would look like? An Apex Class, API Call, or whatever? I'm not really sure how to search for blogs concerning this topic.

 

Thanks for any help! :-)

imutsavimutsav

You can use Web Service to get this done. PDF files will be downloaded through BLOBS but I won't recommend that approach as there would be so many PDFs in one complete day. It would be a better idea to actually download them using Informatica or through command line data loader. I suppose PDF files should be stored as Attachments so it would easy to download all the attachment created today with the file name .pdf.

for command line data loader
http://wiki.developerforce.com/page/Using_Data_Loader_from_the_command_line



Thanks
Utsav

[Do mark this answer as solution if it works for you and give a kudos.]

Shikaib Rizvi 7Shikaib Rizvi 7
Hi chakere,
Did you get the solution for this requirement? Actually i have same requirement to download file from NAS location .


Regards
Shikaib Rizvi