Hi Experts,
I want to do a mass exporting files or attachments specifically related to Salesforce objects such as Accounts, Contacts, Opportunities, etc.
Could you please provide guidance and suggestions on the potential methods to accomplish this?
@Nonprofit Hub @Nonprofit User Group, Atlanta, US @Salesforce.org System Administrators @Salesforce Administrators & Developers
Hi Manjula Rajaram,
Recently I worked on the Data Migration- Attachements Of Contacts (Export:10,000 and Import:7,000 Attachments) by using Data loader and also I used third party tool both were working fine.
Please fallow the below steps for Export:
1.Prepare the Soql and apply the export operation.
Select FieldsALL() FROM Attachment where Parent.Type = 'Contact' order by createddate limit 1000