Subject: RE: Refresh all documents in a view without refreshing the Conflict documents
Hi Graham, that could be an option.I have implemented it and this method works.
Can you do it also on another way, like writing an agent that refreshes all documents in a view that aren’t replication conflict documents. If possible, can you give me code for this.
Subject: RE: Refresh all documents in a view without refreshing the Conflict documents
You could - conflict documents have a $CONFLICT field in them. You could get iterate through a NotesView, and if there’s no conflict field on a given document, call the Compute-with-form method of the NotesDocument.