Conflict in notes collection

Hi there -

I have a view which excludes conflicts using SELECT Form=“Contract” |@IsResponseDoc & deleteddoc=“0” & @IsUnavailable($Conflict) in selection.

I have an agent that processes a response collection. The collection includes the conflict even though it is not in the view. How do I exclude it from my response collection?

Thanks in advance…

Subject: Conflict in notes collection

You could use Lotusscript to test the document for having the $Conflict field withdoc.HasItem(“$Conflict”) and if so, skip it.