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 ....