Skip to main content

Hello, Is there a faster way to mass delete a bunch of older Word doc files at one time on Salesforce?

1 comentário
  1. 6 de out. de 2019, 14:04

    As an Admin, I'd use a tool like XL-Connector to download (into Excel) a list of all the Files, then select which files to Delete. You may need to take ownership of the Files first.

    Query the ContentDocument object:

    SELECT Id,FileType,FileExtension,Description,Title FROM ContentDocument

    https://www.xappex.com/#Enabler4Excel
0/9000