You could technically prevent the record from bein...
# suitescript
f
You could technically prevent the record from being saved with the new values. On beforeSubmit take the oldRecord and newRecord, and do a comparison to revert any changes. It's not UI friendly at all but serves the purpose.