- 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
推薦閱讀
- Vue.js 3.x快速入門
- 樂高機(jī)器人設(shè)計(jì)技巧:EV3結(jié)構(gòu)設(shè)計(jì)與編程指導(dǎo)
- 你必須知道的204個(gè)Visual C++開發(fā)問題
- Python機(jī)器學(xué)習(xí)基礎(chǔ)教程
- Android程序設(shè)計(jì)基礎(chǔ)
- NetBeans IDE 8 Cookbook
- HTML5 APP開發(fā)從入門到精通(微課精編版)
- Learning Continuous Integration with TeamCity
- Learning Bootstrap 4(Second Edition)
- 邊玩邊學(xué)Scratch3.0少兒趣味編程
- Docker:容器與容器云(第2版)
- 程序員必會(huì)的40種算法
- Python趣味創(chuàng)意編程
- 零基礎(chǔ)C語言學(xué)習(xí)筆記
- 計(jì)算思維與Python編程