add popup message to currant script
hi, i'm using bellow script with drop down field. what i want to do is, if select "SGD" in drop down, fields "EX" value should be empty. if select any other value in drop down, need to popup message "Please fill exchange rate". ps help me to edit bellow script. thanks in advance. thanks..
var sNewSel = event.value;
switch (sNewSel) {
case "SGD":
this.getField("EX").value = "";
}
