hi ,
I have BPF with 5 stages
i want to set active the last stage but i get (Invalid Error)
there is my script
Xrm.Page.data.process.setActiveStage(GUID, function(result) {
if(result == "success") {
alert("Success");
} else {
alert("Invalid");
}
});
Thank you
*This post is locked for comments