I need a way to lock an array of named fields based on a record's status. I have thoughtfully considered the "Active" vs. "Inactive" states, but these don't meet my needs because they lock all the fields and I still need to be able to update the Status Reason.
The requirement is that at a certain point in a record's lifecycle, it should become locked so user's can't change the values, but it still needs to pass through various other states to reflect it's processing.
I'm thinking the solution is a JS function to lock an array of fields. Would someone be willing to share what that would look like? I really want to learn how to expand my solution's capabilities through the use of JS.
Thank you!
*This post is locked for comments
I have the same question (0)