Hi , to avoid a replication or save conflict ,How can I delete conflict documents …
any idea ?
note : server rel. 5
thanks and regards
Hi , to avoid a replication or save conflict ,How can I delete conflict documents …
any idea ?
note : server rel. 5
thanks and regards
Subject: How can I know Conflict document created
Hajar,
Make one view with selection formula
select form=“form name” & ($Conflict)
now use script to delete all doc from this view
Rishi
Subject: RE: How can I know Conflict document created
Better to try
select form=“form name” & @isavailable($Conflict)
Also, why did you post an R5 question in the R6 forum?
Subject: RE: How can I know Conflict document created
thanks to all
I post to R6 because I have R6 in my PC and R5 in the server , so I would like to deal with those who experience both release