Custom submit button not working

0
Hi, I've created a form that will create an 'Customer' object together with an associated 'Order' object. The Order is associated to the Customer by a workflow, which is the data source of the Order Data View. This works perfectly when clicking the standard Save button, but when I create a custom Save button it's not working. The Customer is created but the Order isn't. The 'Save' workflow contains a Commit 'Customer' action and a Close page action. What would I need to do to commit the associated Order, as the standard Save button already does?
asked
1 answers
0

Simon,

Have a look at this blog post that can possibly help you further:

http://mendixandthedeveloper.blogspot.nl/2013/10/autocommit-in-microflows.html

answered