Hi, i have a question about the concurrency and shared object, start with an example, we have a CRUD screen, and at the same moment, a client 1 and client 2 selects the same object for editing, so, the client 1 submited the edition, and then, the client 2, i see into his screen data not updated, so, this client (2) modified the current data into his screen, the client 2 modified data not updated.
How can this problem be solved? What policies can be used to solve this problem? Thanks and Regards

