Skip to content

Instantly share code, notes, and snippets.

@NickPl
Last active January 30, 2018 01:10
Show Gist options
  • Save NickPl/d488ca51c41b4fc7e515eec8db2cbaa5 to your computer and use it in GitHub Desktop.
Save NickPl/d488ca51c41b4fc7e515eec8db2cbaa5 to your computer and use it in GitHub Desktop.
Blog XrmMtl - How to automatically refresh a dashboard
<html>
<head>
<script type='text/javascript>
setInterval(function() {
parent.Mscrm.DashboardRibbonActions.refreshDashboardPage();
},60 * 1000);
</script>
</head>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment