359
Views
3
Comments
Block lifecycle
Question
Application Type
Reactive

when block in reactive web application start to load and fetch data 
after Which event in screen lifecycle fired ?

UserImage.jpg
Alexandre Yip
UserImage.jpg
Saurabh Shivananda Prabhu Chimulkar

Hi Ahmed,

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

UserImage.jpg
Rakhi Chouhan

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


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