Hi,
Here is the code to get the active stage of the record in CRM 2013/2015.
Here is the code to get the active stage of the record in CRM 2013/2015.
var stageName = Xrm.Page.data.process.getActiveStage().getName();
Hope this helps.
—
Happy CRM’ing
Gopinath.