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
Jay PatelJay Patel 

Pulling SFDC Attachments associated with an Object from an External Application

I have business requirement to pull attachments that may be associated with a salesforce objects. This would be pull from external application (Java, SOAP UI, other) as and when required.

 

I'm looking for some pointers to go about doing this.

 

Thanks,

Jay.

 

 

Jia HuJia Hu
You can use Soap API to login and download the Attachment as a file.