Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.
For more information and upcoming events around #dominoforever, please visit our Destination Domino Page
If we use the replication formula as below, all "Person" & "group" type documents will be deleted from the database on subsequent replication.
SELECT Type ! = "Person" & Type ! = "Group"
The requirement is that existing documents should not be deleted from the database and new updates should not be received.
Especially this kind of requirement is used during the server migration process while replicating names.nsf with dummy server created during the migration process.
When below formula is set on destination Domino server Then person or group Documents are getting deleted from Destination server after replication with source server.
However requirement here from customer is not to remove/delete person or group on the replica but, any changes/updates made on Person and Group documents should not replicate from source server to destination server where replication formula has been added.
Example
SELECT Type ! = "Person" & Type ! = "Group"
You can set up a replication formula to prevent the replication of specific documents.
https://help.hcltechsw.com/domino/12.0.0/admin/conf_limitingthecontentsofareplica_t.html#ariaid-title6