You need to sign in to do that
Don't have an account?

How to export notes and attachments along with Bug in CSV
Friends,
I would like to export the bugs as CSV report from SF. I am not able to export the Notes and Attachments with the Bugs. Is there any specific way to export the notes and attachments along with the bugs please help me informed. Also,if there is any alternate way say, an ApI call any such thing to get the notes and attachments of the corresponding bugs please guide me in the process.
Thanks
Juli
Attachments can be exported through the data export feature of salesforce.
click setup>Administration setup> Data Management> Data Export (Data Export feature is only available in
Enterprise and unlimited edition). here you have to schedule the job and click upon the checkbox if you want to
download the attachments.
Exporting attachments through dataloader isn't possible as it will only put the attachment name and other details in a csv file and gives the file to us.
Few days earlier I faced the same problem and I have to writea Apex Class to download the attachments (files).
Hi Satish ,
Can you please tell me how to export all attachments related to case object ?
Thanks