I have two screens
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
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.
Kilian Hekhuis wrote:
Thanks Kilian much appreciated your help.
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.