function Move_To_Next_Stage() { Xrm.Page.data.entity.save(); Xrm.Page.data.process.moveNext(function (result) { if (result != "success") { alert(result); }; });
Why am I getting "dirtyForm" and why is that preventing the active/selected stage from progressing?
Hi,
Do you have any plugins running on that entity?
Regards,
Darrel
Hi Blake,
Some of your other JS code on that form might be causing this issue.
Are you able to post the code you having running on that entity, and when each function is triggered so we can have a look?
~ Nathan
ms crm