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.
Hi Fernando, Since you are refreshing the aggregates bound to the tables, the data on the screen will update.ThanksGitansh Anand
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
It worked, thank you all.