
I would esstenially like to get the ID of the Salesforce Files and Attachments and delete the ones i no longer need
3 respostas
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
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 "
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