Hello Abhinav, ajax refresh was used in "Traditional Web App" for refreshing a part of the screen. You can refer to this article to understand the usage. success.outsystems.com/Documentation/11/Developing_an_Application/Implement_Application_Logic/Use_Ajax_to_Refresh_Part_of_a_Screen Reactive Web Apps don't have ajax refresh. Refresh data as the name implies is for reloading the data from an aggregate
Very helpful!
Can you show how to use ajax refresh and refresh data in different scenarios? I am having confusion about their implementations.
Hello Abhinav, ajax refresh was used in "Traditional Web App" for refreshing a part of the screen. You can refer to this article to understand the usage. success.outsystems.com/Documentation/11/Developing_an_Application/Implement_Application_Logic/Use_Ajax_to_Refresh_Part_of_a_Screen
Reactive Web Apps don't have ajax refresh. Refresh data as the name implies is for reloading the data from an aggregate