This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Web Designer: In-page refresh

Hi,

I have a status image for the Phone attribute that reflects the status of some backend processing, please see below.  The refresh button re-reads the Person collection and the status image updates correctly in response to that.  So all good. 

But the refresh seems to do a page reload and also resets the view to the top of the page.  Is there a good way to give a better user-user experience by just updating the Phone attribute Container or at least by returning the focus to the Phone Container on reload, so the user has the feeling he is getting immediate feedback from clicking refresh?

thanks,

Rob.

 

Parents
  • Hi Geraldine,

    For sure, asynchronous notifications and management by exception are all techniques we have to employ for scalability and robustness.

    For the specific case here, we want to show some simple upfront tracking.

    For this, you're technique works well: by defining a secondary collection, the refresh does not do the whole page and this gives a better user experience.

    thanks,

    Rob.

Reply
  • Hi Geraldine,

    For sure, asynchronous notifications and management by exception are all techniques we have to employ for scalability and robustness.

    For the specific case here, we want to show some simple upfront tracking.

    For this, you're technique works well: by defining a secondary collection, the refresh does not do the whole page and this gives a better user experience.

    thanks,

    Rob.

Children
No Data