Hi, This is related to SharePoint Lists (MOSS 2007).
--> Assume If User 'A' updates a record in SharePoint lists and keep the
browser open.
--> Now user 'B' opens the lists and try to update the record. He will be
able to make/commit changes.
--> If user A then attempts to modify the same record after user B modified
it, SharePoint should warn user A.
But during development concurrency testing, it failed. meaning the modified
by B is again replaced by A without giving any warning. We would like to have
the same Checkout feature in the SharePoint lists like SharePoint document
library.
How to prevent the user 'A' from over writing the record saved by user 'B'.
Please advice.
Is it possible to configure the SharePoint lists with "Check Out"
functionality?