I'm running into an issue with how our team interacts with our employee database through interfaces.
We have staff who need to edit certain fields in the record detail view, but we're constantly running the risk of someone accidentally overwriting key info with a wrong input. Making the detail record view view only isn't an option, because they still need to be able to update certain data when necessary.
What we really need is some kind of toggle in the detail record view that lets you switch between "view" and "edit" mode—so by default it's safe to browse, but editing can be turned on when needed.
Is there anything like this available? Or any workarounds you've used to prevent accidental edits while still allowing flexibility?
Thanks!
