Hello, Is there a faster way to mass delete a bunch of older Word doc files at one time on Salesforce?
댓글 1개
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