Nice view with replication and save conflicts
Have you ever wanted a nice view, where conflict documents could pop up?
Have you ever wanted a nice view, where conflict documents could pop up? Using this little tip will bring you a view, where you can get some reasonable information about your conflict documents ... not just "save- or replication conflict."
Make a view with the following view selection: " SELECT @IsAvailable( $Conflict ) ". Columns are created using this formula: " @If( @IsAvailable( $Conflict ) ; HERE GOES YOUR CODE ; "") ". I usually create 3 columns that make it easy to identify the documents.