Getting a Dynamics 365 CRM Dashboard URL

2 Comments

In the newer versions of Dynamics CRM, getting the URL of a dashboard is not that straight forward. Here are the steps to do it.

  1. Get the GUID of the dashboard. To do this, go to Settings->Customizations->Customize the System:

  2. Select and open the dashboard:

  3. In the URL of the dashboard, find where it says formId. Copy the GUID between %7b:

  4. Add your GUID to this URL:
    https://yourorg.crm.dynamics.com/dashboards/dashboard.aspx?dashboardId=GUID&dashboardType=1030&pagemode=iframeI.e.
    https://yourorg.crm.dynamics.com/dashboards/dashboard.aspx?dashboardId=063E7659-05D9-4030-960D-10FE269A5A8B&dashboardType=1030&pagemode=iframe
  5. Open this in a web browser. You will now see the dashboard in the full window.

Note this URL does not appear to get the dashboard selector:

To include this, use the URL format:

https://yourorg.crm.dynamics.com/workplace/home_dashboards.aspx?dashboardid=yourdashboardid

 

THANKS FOR READING. BEFORE YOU LEAVE, I NEED YOUR HELP.
 

I AM SPENDING MORE TIME THESE DAYS CREATING YOUTUBE VIDEOS TO HELP PEOPLE LEARN THE MICROSOFT POWER PLATFORM.

IF YOU WOULD LIKE TO SEE HOW I BUILD APPS, OR FIND SOMETHING USEFUL READING MY BLOG, I WOULD REALLY APPRECIATE YOU SUBSCRIBING TO MY YOUTUBE CHANNEL.

THANK YOU, AND LET'S KEEP LEARNING TOGETHER.

CARL

https://www.youtube.com/carldesouza

 

ABOUT CARL DE SOUZA

Carl de Souza is a developer and architect focusing on Microsoft Dynamics 365, Power BI, Azure, and AI.

carldesouza.comLinkedIn Twitter | YouTube

 

2 Responses to Getting a Dynamics 365 CRM Dashboard URL

  1. Great post. Very useful. However, if you add the workplace/home_dashboards it will not take you to your dashboard GUID you define in the URL. It will take you to your default dashboard. It would take your to your default dashboard.

    Thanks!

Leave a Reply

Your email address will not be published. Required fields are marked *