Monday 18 May 2015

Get the Active Stage of the form in CRM 2013/2015

Hi,

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.

No comments:

Post a Comment