297
Views
3
Comments
Solved
How to refresh your screen or aggregate if value of client variable changes
Question

I have two screens 

  1. Header in Common 
  2. and Teams in MainFlow

Header has a dropdown which is referring to a text type client variable

I want to refresh the aggregate or the entire Teams screen so that the changes in the data in the table is also reflected. 

WHAT I TRIED :

I tried to call a client action at the time of changing the value of dropdown but I found that in that case I can only change the aggregate of Header screen and not other screens.
Please help and thanks in advance.  


Posted By : Ayush Bajaj

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP
Solution

Hi Ayush,

If the header is a Block, you could fire an Event that is caught by the main page, so it can do the necessary refreshing.

UserImage.jpg
yash rathod

Kilian Hekhuis wrote:

Hi Ayush,

If the header is a Block, you could fire an Event that is caught by the main page, so it can do the necessary refreshing.

 Thanks Kilian much appreciated your help.

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

Hi Ayush,

You're most welcome, I hope you can make it work. If my post above was the solution to your question, could you mark is as solution? Thanks.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.