Add refresh option for custom widgets
Custom widgets do not include the auto refresh option. Right now the only way to update the data in a custom widget is to refresh to entire page.
2
votes
Anonymous
shared this idea
-
Hello,
Thank you for your valuable feedback, as you are aware this is currently not possible. However, if you use knockout observables instead of standard variables you can keep refreshing by using:
setInterval(function() {
// method to be executed;
}, 5000);Thanks,
BizTalk360 Feedback Team