19
Views
3
Comments
Solved
How to refresh multiples tables
Question

whatup friends,


I have one Form thats input in a table, in this screen I have 3 tables with aggregates.


In the button I have the action to create and refresh the 3 tables.



how could I refresh the screen updading the table?

the tables come from the same source.


thank you. 

2024-12-10 04-40-04
Gitansh Anand
Solution

Hi Fernando, Since you are refreshing the aggregates bound to the tables, the data on the screen will update.

Thanks
Gitansh Anand

2024-09-12 02-43-38
Deepsagar Dubey

Hi Fernando,

Good Day,

If you are using only single entity to show and create/update records then you can refresh aggregates only one time then it'll refresh data at all paces where you are using this aggregate in same screen,

while other hand if you are using blocks for showing data 3 times then you need to trigger onParamterChanged event then refresh aggregate inside block.

I hope it'll help you.

Thanks

Deep

2023-03-22 16-58-21
Fernando Araujo

It worked, thank you all.

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