How to validate if the custom dashboards exists in the database after migration?
One answer
a. Review history of the Dashboard using the topic "Viewing Dashboard History" from the wiki page: https://jazz.net/wiki/bin/view/Main/DashboardRevisionHistory
b. All the CLM project dashboards exists in JTS database.
Execute the following query:
select * from RESOURCE.RESOURCE where URI like '%dashboard%'
c. Review if the revision ID of the dashboard seen from the XML output from step (a) is also noticed in the output of the query.