we have CRM 2013 and are testing our customization to move to CRM 2015.
One of the issues we are facing is the automatically change of the Opportunity Business Flow Process.
On CRM 2013 we have implemented the solution described on this link (http://www.develop1.net/public/post/How-to-change-process-and-stage-programmatically.aspx) and it has being working perfectly. On the 2015 it only changes the Active Stage, but not the selected stage.
I know that even on the link above it says that for the 2015 we should use the the new client side process API, but in some cases I need the selected stage to move more than one stage, so the method
Xrm.Page.data.process.moveNext(callbackFunction);
does not work for me because it moves only one stage.
Is there a way I can move the selected stage(not the active stage) using a plugin? or may move to a specific stage (not only the previous or the next stage) using the client side process API?






