Solved

Is there a way to have the badge auto refresh after updating a table?

  • 22 June 2021
  • 3 replies
  • 123 views

Badge +3

Is there a way to have the badge auto refresh after updating a table? the table has a badge attached to it (with the select count() from table where id badge control procedure) and we set the intervals to 300 seconds but we are also hoping to know if we can have it update itself after adding new record or deleting a record 

icon

Best answer by Mark Jongeling 22 June 2021, 09:30

View original

3 replies

Userlevel 7
Badge +23

Hi Jefferson,

Although this is currently not possible, I heard from the Universal GUI team that they are working on this exact thing and they are aiming to release it after the upcoming sprint; which will be release as Beta on July 16th (Official release July 23rd).

The Badge value will then be recalculated and the timer will restart after for example executing a task, deleting/adding rows etc.

Userlevel 2
Badge +5

Hi Mark,

Can we now refresh the badges after there is some change in the tables related to it?

I suppose this can be done with the interval for the badges in settings?

Userlevel 7
Badge +23

Hey @Rucha Naik,

A badge will be refreshed based on the badge interval and when the subject if refreshed. If this is not happening, verify the refresh options when adding or starting a task.

Table refresh options
Task refresh options

If this still does not result in the badge being recalculated after an action, you can check using the Developer tools to see if a badge() request is made or not. If not, please raise a ticket with HAR file 😄

Reply