We have a database where it’s not unlikely that a documnent you are editing will be updated by an agent while you are in it. Is there any way to prevent a save conflict warning from appearing? I would have thought a uidoc.Reload in querysave would do it, but that doesn’t work.
Subject: Modify the agent
Use “NotesDocument.Save(False, False)” in your agent to cause the save to fail if it would lead to a save conflict. See Designer Help for more info.
Subject: It’s not the agent
I’m not getting the save conflict from the agent, but from the client when a user has the document open while the agent is running.
Subject: Merge Conflicts
Try setting the form property ‘Conflict Handling’ to “Merge Conflicts” or “Merge/No Conflicts”.