when block in reactive web application start to load and fetch data after Which event in screen lifecycle fired ?
Hi Ahmed,
Check out here Screen and Block Lifecycle Events
https://success.outsystems.com/Documentation/11/Developing_an_Application/Implement_Application_Logic/Screen_and_Block_Lifecycle_Events
Hope that it helps you
A block has its own life cycle. Post the OnInitialize event of the block, data fetch will happen in parallel by default when the Fetch Property is marked At Start.
The OutSystems Documentation link provided by Alexandre has all details of the screen and block life cycle.
Will encourage you to implement a screen and a block inside it, add event handlers for all event of screen and block and debug with breakpoints on all event handlers to understand it better.
Regards,
Saurabh
Hi @Ahmed Esmail ,Check out these video links below related Web blocks and events for more understanding.
1. https://youtu.be/asRezpLkAPw
2. https://youtu.be/y0dzyTg6I9w
I hope these is useful for you.
Thanks,
Rakhi