Hi
I am trying to alert active step name from a business process flow but are not able to
This is my code
function test()
{
//var stageName = Xrm.Page.stageObj.getName();
var stepName = stepObj.getName();
alert(stepName);
}
I have googled and tried different options without success.
Can anyone please help?
Thanks !!!
*This post is locked for comments