In order to create a view within a Lotus Notes database that will allow you to see all of the Replication/Save Conflicts, you will need to have Designer Access to the database.
- Open the Lotus Domino Designer.
- Create a New View, with no response hierarchy (Replication/Save conflict documents are response documents)
- Use the following Selection formula for the view:
SELECT @IsAvailable($Conflict) - If you want to display additional field information in the view then the relative columns must be set as categorized or they will not appear. If you then additionally want to have the notation "[Replication or Save Conflict]" appear for each document (which makes it easier to select them) simply create a non-categorized column with the formula "".
Note: It is expected that a conflict document will simply display the entry "[Replication or Save Conflict]" unless there are categorized columns in the view.