Hi…
we have noticed a strange problem these days. we have a form that is submitted from web and the approval section is approved on client, strangely some documents when tried to save gives error ’ save and replication conflicts" We have have no clue how we can resolve this.
No save works on that form; it creates a replication conflict after saving…
please suggest…
Subject: saving backend in an action
My guess would be that you are doing something that updates the backend document on the notes client form before trying to save. for instance, setting the approve using doc.status but not refreshing the form. then the uidoc has different values than the backend doc.
Try turning on debugger then going into the form and stepping thru everything the user is doing. I bet you’ll find it.