- 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
推薦閱讀
- 一步一步學(xué)Spring Boot 2:微服務(wù)項(xiàng)目實(shí)戰(zhàn)
- 數(shù)字媒體應(yīng)用教程
- Mastering Selenium WebDriver
- Java深入解析:透析Java本質(zhì)的36個(gè)話題
- Full-Stack Vue.js 2 and Laravel 5
- 精通Python設(shè)計(jì)模式(第2版)
- Microsoft Azure Storage Essentials
- Mastering Linux Security and Hardening
- HTML5秘籍(第2版)
- LabVIEW虛擬儀器入門與測(cè)控應(yīng)用100例
- 分布式數(shù)據(jù)庫(kù)原理、架構(gòu)與實(shí)踐
- Application Development with Parse using iOS SDK
- 3ds Max 2018從入門到精通
- Azure for Architects
- JavaScript編程精解(原書第3版)