how can i create a save microflow for the following page

0
how can i create a save microflow for the folllowing page which i am uploading...
asked
3 answers
0

Hello Adrija,

 

I can help you solve this problem. After creating the microflow, implement a commit activity to correctly save the data,

including your parameters in the commit atctivity  like this 

image.png

. Feel free to ask any questions you have.

answered
4

Hi Adrija,

Mendix provides OOTB support for auto-committing the objects that are in association, 

To achieve this,

Call a microflow from the save button, and in the microflo, commit the objects and retrieved the association objects and commit them as well.

Hope it helps!

answered
1

Hello Adrija,

 

When you edit the a button in this case the save button you can change the on click action.

For an example you can look in the administration module for the save action on the Account_New form.

image.png

 

Hope this helps,

 

Good luck!

answered