Advertisement
Guest User

Untitled

a guest
Jul 20th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function apStageOnChange() {
  2.     var apStage = Xrm.Page.getAttribute("statuscode").getValue();
  3.     if (apStage === 1) {
  4.             if (confirm("ahoj")==true) {
  5.             return Xrm.Page.getAttribute("statuscode").setValue(1);
  6.             } else {
  7.             return Xrm.Page.getAttribute("statuscode").setValue(0);
  8.             }
  9.     }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement