Commit and Flush

0
Is there a way to perform a commit and flush in Mendix, ensuring that data is persisted to the database before the current transaction completes at the end of the flow?
asked
2 answers
0

Hello Diego,

 

You can make subtransactions with the module object handling read also the documentation:

 https://docs.mendix.com/appstore/modules/object-handling/

 

Hope this helps,

 

Good luck!

 

answered
0

Thanks Jelle van Leeuwen

answered