How to access "Relication or Save conflict" Documents

Hi all,

I am facing a unique problem with replication.

It happens with one of our database, which get 2 or 3 such documents every week.

Now I have been given the task to remove such documents from the database after finding the most valid of the 2 document.

But I not able to get the handle of the replication document.

How to I get the handle of the these document.

Thanks for your help in advance.

Subject: How to access “Relication or Save conflict” Documents

Hello Nitin,

Documents which have been saved in the database due to Replication or save conflicts will have an additional item or field called “$Conflict”. SO, you may create a view with the selection formula @IsAvailable($Conflict). So, this view would store the documents which are a result of replication or save conflicts.

Hope this helps.

Regards,

Adi

Subject: RE: How to access “Relication or Save conflict” Documents

Thanks a lot