Has anyone ever had the issue with two people edit...
# general
a
Has anyone ever had the issue with two people editing a record? Is it possible to create some sort of client-side workflow/script that can notify a user while editing (or viewing) a record if the record was updated and needs to be refreshed? Scenario: I open a record, edit, then start working… Meanwhile, you open the same record, edit something, then save…. I’m still working on my edits... only when I go to save, I get a ‘Record has been changed’ error. Is there a visual cue I can provide my end users that notifies them when the record has been changed BEFORE you go to save your changes? Maybe "live"? as soon as your record does not match the current record, or last modified timestamp is not the same? Appreciate any insights
a
If you have somewhere to host a script you can potentially use websockets.
j
I’ve written a tool that does this. It’s super hacky. If you want a brief overview of how I did it, send me a DM.