Refresh page

Refresh page

Quite ofter I need to refresh a page. This is because we use the API a lot, and if we make changes through the API, the data on the page has changed.

So if I want to refresh the page of, let's say, an account, i would press F5, or my browser's refresh button. Unfortunately, this does not work (at least in Chrome) because of Ajax. Also, there is no refresh button on the page to reload the data.

So now I have to press Zoho's back-button to go back to my search results and then click the specific account again. But sometimes the back button sends me back to a form (when I was editing something), or another place where I cannot click back to the specific account. In that case, I would have to use the search bar again and search for the specific account.

A solution would be greatly appreciated. An on-page refresh button would be sufficient for me.