Hi,
In our application there are other applications that write to the database and may cause the data that the user is seeing in their browser to become stale.
I have read this post:
http://forums.smartclient.com/showth...tale+dsrequest
It appears that oldValues gives you the unedited record from the client, and newValues give the newly updated record. I dont see a public method on com.isomorphic.datasource to read the existing record from the database (which may have been changed by another user).
Thanks
In our application there are other applications that write to the database and may cause the data that the user is seeing in their browser to become stale.
I have read this post:
http://forums.smartclient.com/showth...tale+dsrequest
It appears that oldValues gives you the unedited record from the client, and newValues give the newly updated record. I dont see a public method on com.isomorphic.datasource to read the existing record from the database (which may have been changed by another user).
Thanks
Comment