M
Maxer
With optimistic locking as I understand it if:
User1 opens a record and begins working / editing with it at 9:00 AM and
then gets called away from his desk before he can update the new mailing
address.
User2 could open the same record at 9:05 AM and make changes to FirstName at
9:10 AM and save .update her changes.
When User 1 returns to his desk at 9:25 AM he would go to .Update the record
and receive error 3197.
However, my question is how does the system track this for record level
optimistic locking?
How does it know that the data changes from 9:00 AM when User 1 started
working and when user 2 saved the changes underneath user 1 compared to 9:25
AM when User 1 tried to apply his changes.
Does it have some internal "last edited" date/time stamp?
Thank you for your time.
User1 opens a record and begins working / editing with it at 9:00 AM and
then gets called away from his desk before he can update the new mailing
address.
User2 could open the same record at 9:05 AM and make changes to FirstName at
9:10 AM and save .update her changes.
When User 1 returns to his desk at 9:25 AM he would go to .Update the record
and receive error 3197.
However, my question is how does the system track this for record level
optimistic locking?
How does it know that the data changes from 9:00 AM when User 1 started
working and when user 2 saved the changes underneath user 1 compared to 9:25
AM when User 1 tried to apply his changes.
Does it have some internal "last edited" date/time stamp?
Thank you for your time.