To Respond to the Warning MessageThe AlterPath Manager commits all successful database transactions to the AlterPath Manager database. To ensure data integrity, the AlterPath Manager will roll back any failed database transaction in the event that:When multiple users who are logged in as admin update the same record simultaneously, the system will generate a warning message to one of the users.
This record has been updated by another user. The changes you made will not be saved. Please reload and edit again.When you receive the above warning message, you must perform the following steps:
2. Verify the information to determine if you still need to update the form. If you need to update the form, then proceed to re-update the form and then click on the “Save” button.Optimistic locking is a mechanism to lock objects in multi-user systems to preserve integrity of changes so that one person’s changes do not accidently get overwritten by another. It offers reduced concurrency, higher performance, and avoids deadlocks.