User179407
Mega Guru

try this




function onChange(control, oldValue, newValue, isLoading, isTemplate) {


  if (isLoading || newValue === '') {


  return;



  }


  var abc = g_form.getDisplayBox('assignment_group').value


  alert(abc);


}


View solution in original post