If you are Using CRM Onpremises, you can use the below query to get Dashboard Guid by Dashboard Name,
SELECT FORMID [Dashboard GUID], NAME [Dashboard Name] FROM FILTEREDSYSTEMFORM WHERE NAME LIKE '<Provide Dashboard name here>' and TYPENAME = 'Dashboard'
I think it will help you 🙂
Please comment on this post.
This was very helpful! I was trying to find a User Dashboard as well, which I found in the UserForm view (with an ObjectTypeCode of ‘0’). Oddly, there is no filtered version of the UserForm view.
LikeLike