Skip to main content
Partially completed

Auto refresh on revisiting a page in Universal GUI

Related products:Universal GUI
  • January 12, 2021
  • 8 replies
  • 386 views

mperrott
Hero

As a user I would like to navigate in my application and in case I revisit an already open page, then that page should display the latest data by auto-refreshing, and not wait until the auto-refresh interval elapses in case that is set.

 

e.g I have a page form where I modify information but the effect of those modifications extends to the display of the same information into several other pages. Upon revisiting a page which I had open  previously I would like it to see the latest information that was entered, meaning the page to auto-refresh when revisited.

I open page A that displays fields name ‘Dino’ and surname ‘Saur’

I open page B that displays fields name ‘Dino’ and surname ‘Saur’ , address, etc 

I modify in page B the field surname to ‘Lizard’

I revisit Page A which I previously opened and still has surname as ‘Saur’ and not ‘Lizard’.

8 replies

Jeroen van den Belt
Administrator
Forum|alt.badge.img+10
Updated idea status NewOpen

Jasper
Superhero
  • 678 replies
  • April 14, 2021
The following idea has been merged into this idea:

All the votes have been transferred into this idea.

Jasper
Superhero
  • 678 replies
  • May 26, 2021
Updated idea status OpenOn the backlog

This was solved on Universal GUI 2021.2.12. Please make sure you update the related Ideas to a “Solved” status each time, so people who request the ideas get an automatic email regarding their Idea’s status.


Mark Jongeling
Administrator
Forum|alt.badge.img+23
  • Administrator
  • 4050 replies
  • August 9, 2021

@Spyros.Neofytou How is this idea solved/implemented from your perspective?

Seeing the Release notes, the Universal GUI started supporting Auto-refresh and Support for refresh subject; that does not fullycover this idea. The idea is currently still on the backlog.


Jasper
Superhero
  • 678 replies
  • March 28, 2023
On the backlogWorking on it!

Erik Brink
Moderator
Forum|alt.badge.img+5
  • Moderator
  • 545 replies
  • March 29, 2023

The upcoming Universal GUI release (2023.1.15) offers support for these extended properties:

  • RefreshOnTabSwitch: refresh already visited detail tabs on reactivation;
  • RefreshOnDocumentSwitch(new): refresh already open document on re-entrance;

We suggest to use these settings wisely. Because you enable them for the entire application at once, this will generate more load on your servers in the back in a multi user environment. For a specific case, you may consider using a processflow or auto-refresh with change detection.

We will keep this idea open until the Software Factory offers support for enabling these settings on a specific subject or reference.


Erik Brink
Moderator
Forum|alt.badge.img+5
  • Moderator
  • 545 replies
  • March 29, 2023
Working on it!Partially completed