function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Lisa HooperLisa Hooper 

Visualizing Your Data Challenge problem

I tried to create the dashboard for this problem and I get an error that the name has already been used. I had tried this previously, but made a mistake so I deleted the dashboard. I did empty the recycle bin, but I still can't create a dashboard with the name 'Cases Dashboard'. What else needs to be done?

Thanks.
Amit Chaudhary 8Amit Chaudhary 8
I hope you are facing same problem like below post
https://developer.salesforce.com/forums/ForumsMain?id=906F0000000BMheIAG

Got your issue. After deleting from data from Recycle bin . Still Data will not delete properly. That is why still you are getting above issue.
Please follow below Step :-

STEP 1:- Login on workbanch http://workbench.developerforce.com/query.php
STEP 2:- Execute below Query
SELECT DeveloperName,isDeleted FROM Dashboard
or
SELECT DeveloperName,isDeleted FROM Dashboard where IsDeleted = true


NOTE :- Include Checkbox should be true . Like below screen shot
User-added image

After removing from Recycle Bin your Dashboard is still there :(


I hope it will take 15 days. Please try after 15 days. In mean time you can try other challenges 

NOTE:- In this case you should not delete the Dashboard or report fron Recycle BIN. You should follow the below steps
1) Undelete the Report/Dashboard from recycle bin
2) Rename the Report/Dashboard API and Name
3) Then try to create new report or Dashboard.

Please mark this as solution if this will help you. So that is some one has same issue this post can help.

Thanks,
Amit Chaudhary
amit.salesforce21@gmail.com