locked
CRM2016 Onsite JS Xrm.Page.data.process.moveNext() dirtyForm RRS feed

  • Question

  • 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?

    Friday, May 27, 2016 4:17 AM

All replies

  • Hi,

    Do you have any plugins running on that entity?

    Regards,

    Darrel

    Monday, May 30, 2016 4:52 AM
  • 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

    Wednesday, June 1, 2016 3:54 AM
  • plz check in audit history u can understood which attribute are updated.

    ms crm

    Wednesday, June 1, 2016 6:28 AM