OnCell Edit make a field readonly
Hi Can someone help me with how to make a field readonly onCellEdit (No ACL) function onCellEdit(sysIDs, table, oldValues, newValue, callback) { var saveAndClose = true; //Type appropriate comment here, and begin script below saveAndClose = false; ca...
