I've found how to set the Active stage of a BPF in Javascript - Xrm.Page.data.process.setActiveStage(stageId, callbackFunction); However, while that changes the Active stage just fine, the "selected" stage (i.e. the one highlighted in colour, etc...) still remains what it was before. Is there a way to change that in Javascript as well?
↧