I've created a BDC Entity Model in Visual Studio and i'm able to successfully deploy and view data; hence, my Finder and Specific Finder methods are working. However, when i try to test the Updater method, I consistently get the following error message:
Data Source Conflict: Your changes conflict with those made concurrently by another user. Refresh the form and submit your changes again
When debugging, I realize that Sharepoint is calling my Specific Finder when the edit page loads and again when i click Save. Once the Specific Finder method returns the object the second time, I get the error message. I know the object hasn't been modified cuz I'm working in a development environment.
What could be causing this problem. I've been stuck on it for a couple of days and cannot for the life of me figure out what is causing the concurrency conflict.
I'd appreciate any help resolving this issue.
Thanks
KBW
Thanks, KBW