Testing
To see how timestamping will prevent lost update problems, do the following:
Run the sample application.
Launch up two instances of your favorite Web browser.
In browser one, search and display the detail form for a Publisher record.
In browser two, search and display the detail form for the same Publisher record shown in browser one.
In browser two, make a change to the Publisher's data, click the Update button, and wait for the confirmation message to display.
Switch back to browser one, make a change to the Publisher's data, and click the Update button. If everything works as planned, you should receive an error message stating the update could not be completed because the Publisher was updated by another user.