Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics CRM (Archived)

Auto Refresh The Dashboards

Posted on by 932

Is it possible to ato refresh the dashboards?

I found a link but its not working. 

https://community.dynamics.com/crm/b/develop1/archive/2013/02/02/adding-auto-refresh-to-dashboards

Please suggest if there is any other way. 

*This post is locked for comments

  • Tim Dailey Profile Picture
    Tim Dailey 440 on at
    RE: Auto Refresh The Dashboards

    You can also use Auto Refresh for Chrome -

    https://chrome.google.com/webstore/detail/super-auto-refresh-plus/globgafddkdlnalejlkcpaefakkhkdoa?hl=en

    Have multiple dashboards you want to see refreshing? Use Revolver Tabs for Chrome:

    https://chrome.google.com/webstore/detail/revolver-tabs/dlknooajieciikpedpldejhhijacnbda?hl=en

  • Suggested answer
    Kokulan Profile Picture
    Kokulan 18,048 on at
    RE: Auto Refresh The Dashboards

    You will have to create new HTML Web-resource and paste the above code in it and save and publish and then drop the web-resource in the dashboard

    Please see below

    ScreenClip-_5B00_144_5D00_.png

    Click on Text Editor, and in the modal popup, click source tab and paste the HTML

    ScreenClip-_5B00_144_5D00_.png

    Dropping the web resource to dashboard

    ScreenClip-_5B00_146_5D00_.png

    Note : Only downside to this dashboard is that it takes up one component space in the dashboard.  If you want to display any meaningful content in the web resource, then you can add to this web resource later.

  • RE: Auto Refresh The Dashboards

    Where we have to implement this html code?

    <html>

     <head>

       <title></title>

       <script type="text/javascript">

           // add visual timer just because we can

           var d = new Date();

           document.write(d.toLocaleTimeString());

           // refresh parent (dashboard) every 2 minutes

           // (timeout is in milliseconds)

           setTimeout("parent.location.reload(true);", 120000);

       </script>

     </head>

     <body></body>

    </html>

  • Suggested answer
    Kokulan Profile Picture
    Kokulan 18,048 on at
    RE: Auto Refresh The Dashboards

    Please have a look at this link

    crmtipoftheday.com/.../auto-refresh-crm-dashboard

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,280 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,235 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans