0
votes

I am developing a method to allow the service owner to deal with conflicting and duplicate Notes documents in an XPages application. I have created a resolution for the service owner to deal with any duplicates and conflicts that occur but just found that I have a few Notes documents (they are Contracts) that are duplicates because they have the same Contract ID but they are BOTH PARENTS and not one parent and one response, so they are NOT picked up by the view formula SELECT @IsAvailable($Conflict)

Why is this? How can I create a view to find these?

1

1 Answers

2
votes

If a Replication/Save document is edited, it is promoted to a main document. One option may be an agent running overnight to move such documents into a Folder or code in your save function to abort if it's not a main document.