Refresh all documents in a view without refreshing the Conflict documents

Hi,

Let me tell you what I want to do.

I have a view that contains documents and several documents that have a Replication Conflict.

My aim is to refresh all documents that don’t have a replication conflict.

How can I accomplish this in either Formula language or Lotusscript.

Thanks in advance,

Hasan

Subject: Refresh all documents in a view without refreshing the Conflict documents

Can you create a 2nd identical view that excludes all conflict documents, and run a refresh-all from there ?

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.

Thanks,

Hasan

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.