conflict documents
conflict documents
(OP)
What field sets apart a conflict document from its' original? I want to create a view to show conflict documents only? Having looked at the properties for conflicts, I see that the conflict document has $conflict as an extra field but I can't see this in the field list of my database in designer.
RE: conflict documents
$Conflict is a reserved system field, just like $UpdatedBy and quite a few others.
You should be able to create a view that SELECTs $Conflict!="". In the view, you might want to disable hierarchical display, but I'm not convinced that that is necessary.
Pascal.