How to find how many dynamic dashboards are created in Salesforce?

How to find how many dynamic dashboards are created in Salesforce?

Sample SOQL:

SELECT Id, DeveloperName, FolderName, CreatedBy.Name, LastModifiedBy.Name FROM Dashboard WHERE Type = ‘LoggedInUser’

Output:


( OR )


1. Create a Custom Report Type using the Dashboards type.

2. Create a new report with the new Dashboards Report Type.

3. Select Show All Dashboards.

4. Select the All Time range.


5. Add the following filter: Dashboard Running User equals “Run as logged-in user, Let authorized users change running user”.

Leave a Reply