function onCellEdit(sysIDs, table, oldValues, newValue, callback) {


  var saveAndClose = true;


//Type appropriate comment here, and begin script below


  var req = g_form.getReference('request', reqType);


}


function reqType(req) {     if (req.u_request_type != "Change")


      g_form.removeOption('state',-3);


}


callback(saveAndClose);


}