1

I have an xpage that on submit of an edit to an existing document, a save conflict is created each time you click the submit button. I am the only one that has access to this application currently so I do know there are not any other users that be be saving also.

Jim M
  • 177
  • 1
  • 15

1 Answers1

3

I noticed this when I attached a document data source to multiple custom controls that I used in that xpage. When the save document simple action was executed it resulted in save conflicts all the time.

Oliver Busse
  • 3,375
  • 1
  • 16
  • 26
  • Hi Oliver. I don't follow your solution. Did you remove the other custom controls? – atom Jul 06 '15 at 06:47
  • I don't know what you mean. My solution simply was to move the datasource to the XPages insetad of the CC - OR - to not use the save simple action and define a datasource to be saved in the action properties. I tend to use both in the CC. – Oliver Busse Jul 06 '15 at 07:03
  • Thakns - I did not pick up from your answer that you had moved the datasource to the xpage out of the cc. I will look at doing that. – atom Jul 07 '15 at 01:56