Quantcast
Channel: CRM Development forum
Viewing all articles
Browse latest Browse all 8223

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

$
0
0

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?


Viewing all articles
Browse latest Browse all 8223

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>