How to Find Dashboards that are using a Report in Salesforce?

Sample SOQL:

 
SELECT   Dashboard.Title
FROM      DashboardComponent
WHERE   CustomReportId = 'Custom Report Id
'

Follow Us

Posted By : Sudeer Kamat Date :

view_module Related

label Labels

Comments 0