Skip to main content
I am trying to mass download salesforce Files and Attachments from Salesforce however, I am struggling to find the best way to do this.

 

I would esstenially like to get the ID of the Salesforce Files and Attachments and delete the ones i no longer need
3 respostas
  1. 30 de jul. de 2019, 14:35
    Hi Serena,

     

    I usually do most task with the Salesforce Inspector (Browser Add-On in case you not familiar with it).

     

    Assuming you not. Download the inspector -> Click the small arrow on the right side.

     

    Once it opens, click Data Export

     

    Hi Serena, I usually do most task with the Salesforce Inspector (Browser Add-On in case you not familiar with it). Assuming you not. Download the inspector -> Click the small arrow on the right side.

     

    Next step is to download all the file data you need. In this example, its the ID, Titel of the File and Date it was last modified. Statement is like this: " select id, Title, LastModifiedDate from ContentDocument "

     

    User-added image

     

    After the export is finished Copy & Paste it into Excel and filter as you.

     

    Once you finalized your list you can delete it via SF Inspector thru the Import function or Dataloader.

     

    Hope this helps Serena
0/9000