OnLoad function of page

0
Hi Reader,   In mendix how we can use the 'OnLoad' event on page?  We want to call a microflow before onload event of the page. Is it possible?   Thanks and Regards, Harshraj Singh
asked
2 answers
2

Hi Harshraj,

You can do this by calling a microflow on the button from where the page is being shown. this way you will be able to impliment your logic and then you page will be displayed.

Hope it helps!

answered
0

You could put a DataView with a Microflow datasource on the page. This would be run as the page is being built and before it is shown.

https://docs.mendix.com/refguide/microflow-source/

Is this what you needed?

answered