I have an inventory application which our sales force accesses in the field using a browser, or iPad. The base document is created by Customer Service in the home office, saved, and then updated in the field. When the document is saved from the browser it always creates a Save conflict, and thus duplicate documents.
Help!
Subject: This is not an unavoidable aspect of web applications…
…and so there’s something about your specific application that’s causing it. Something like the document being saved twice. But since you haven’t described your application at all, all I can suggest is to look for places in your code where the document is being saved. Especially, e.g. Webquerysave agents – don’t save there.