Hi,
Here is the code to get the active stage of the record in CRM 2013/2015.
Hope this helps.
--
Happy CRM'ing
Gopinath.
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