Last active
January 30, 2018 01:10
-
-
Save NickPl/d488ca51c41b4fc7e515eec8db2cbaa5 to your computer and use it in GitHub Desktop.
Blog XrmMtl - How to automatically refresh a dashboard
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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