Record Locking Behavior

If records where not locked and multiple users tried to access the same field, what would the user expierence? If 3 users entered data into the same field on the same record at the same time, what determines which data gets written to the backend?

Thanks,
Erich

The last one that writes… wins!! BUT Servoy Server has a really nice feature: data update notification = if someone else changes the data that servoy is displaying in the form you are looking at… you automatically see the change (no need to refresh!!)

Muchas Gracias

You can also lock the records onRecordEditStart for example. Check the databaseManager node in the Methods.

automazione:
The last one that writes… wins!! BUT Servoy Server has a really nice feature: data update notification = if someone else changes the data that servoy is displaying in the form you are looking at… you automatically see the change (no need to refresh!!)

Where is this DATA UPDATE NOTIFICATION feature on the server…I’ cant find it

It’s a standard feature of the server… nothing (as far as i know) that you can modify.