Call a Microflow

0
Hello everyone I have a general question about the page settings. When clicking any button on the page for example „Home, MyAccount, Setting ect…“, except the Save and Cancel buttons, a Microflow should be triggered. This means that when leaving the page without clicking Save or Cancel, a Microflow should be called immediately. How can this process be implemented? Thank you!
asked
1 answers
0

You could need to find where those buttons are located. I assume they are in a Layout that is shared between multiple page, but you know your app better than me.

 

They are probably action buttons, so you would just need to change these from "Open a page" to "Call a microflow" to make them call a microflow instead. In your microflow, you will probably need to have a "Show Page" action as the last action to show the page that was originally being called.

 

https://docs.mendix.com/refguide/button-widgets/

 

I hope this helps.

answered