CRM 2013 Submit Order button does not call OnSave javascript function.
I'm currently in development for the upgrade to CRM 2013. In CRM 2011, we have an OnSave function on the order form which is passed the executionContext. When the user submits the order, we have code to catch the executionContext of 19 (submitOrder) and
as a series of questions prior to being submitted (e.g. Are you sure you want to submit this order?).
However, CRM 2013 does not call the onsave function when submitting the order and we can't catch this event.