Title
Locking Fields
Post
Is it possible to lock (prevent users from editing) certain fields upon commit but have them unlock if they click a change button?
I figured out how to lock the entire record but then the buttons don't work!
I'm relatively new to this so forgive me if this is obvious and I missed it.
Thank you!
Option 1, use a script with the "run with full access privileges" option selected to unlock the record.
OPtion 2, Put the field that "locks" the record in a related table so that it is not locked along with the record.