locked
CRM 2013 - Submit Order not calling OnSave RRS feed

  • Question

  • 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.

    Friday, September 5, 2014 5:05 PM

Answers

  • It's interesting no one else has the same issue. 

    I ended up having to customize the ribbon button to call a custom JScript function. 

    Wednesday, September 10, 2014 9:09 PM