I've implemented a ribbon button that updates an entity field, based on the entity selected in a dashboard view. After I update the entity field through js, I need to refresh the dashboard view to redisplay the view with the updated field value.
What's the most elegant way to do this? I could execute js to reload the whole page, but would be the worst case scenario. Can you recommend a way to refresh only a specific view on a dashboard to display updated data?