- Salesforce Lightning Reporting and Dashboards
- Johan Yu
- 154字
- 2021-07-15 17:13:30
The Manage All Private Reports and Dashboards permission
This permission does not relate to user ability to access reports from the Salesforce Lightning (including Classic) user interface. The purpose of this permission is to report cleaning, which includes private reports.
Over time, reports and dashboards fall out of use, or users become inactive and leave behind obsolete reports and dashboards in their private folders. With this permission, a user is able to query and delete reports and dashboards saved in other users' private folders.
We will not discuss query in this book, but as a reference, use the WHERE keyword after USING SCOPE allPrivate, and specify OwnerId after the WHERE keyword, for example:
SELECT Id FROM Report USING SCOPE allPrivate WHERE OwnerId = '00541000001cTYgAAM'
There are many options to execute Salesforce Object Query Language (SOQL), from using Developer Console, Data Loader to a famous free tool called Workbench. You can open Workbench from http://workbench.developerforce.com/login.php
推薦閱讀
- DBA攻堅指南:左手Oracle,右手MySQL
- Visual C++程序設計學習筆記
- Cross-platform Desktop Application Development:Electron,Node,NW.js,and React
- AWS Serverless架構:使用AWS從傳統部署方式向Serverless架構遷移
- Rake Task Management Essentials
- Java從入門到精通(第5版)
- C語言程序設計教程(第2版)
- Asynchronous Android Programming(Second Edition)
- Unity 2D Game Development Cookbook
- Visualforce Developer’s guide
- Python+Tableau數據可視化之美
- Domain-Driven Design in PHP
- Android傳感器開發與智能設備案例實戰
- R語言:邁向大數據之路(加強版)
- 現代C:概念剖析和編程實踐