Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2017 12:09 AM
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);
}