Skip to main content
Douglas Kale (ProPath) 님이 Salesforce Files에 글을 올렸습니다

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

댓글 1개
  1. 2019년 10월 6일 오후 2: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