Is it possible to have a boolean which is user selectable but that can be also overridden by either a formula or process?
For context, in a dashboard I have a module which is read only unless the user selects a boolean to make it writable; the boolean doesn't control the write access directly but rather feeds into a read-write module, and once the work has been completed the user submits the data with another boolean, one of the functions of which is to make the module read only again. The only issue is the original boolean remains ticked and I'd prefer not to ask the user to go back and un-select it.
Any assistance gratefully received,