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
Moving idea to product : Domino Designer
Purge Interval Replication Control (PIRC) prevents unwanted replication of deleted documents
https://www-01.ibm.com/support/docview.wss?uid=swg21501675
To fix a situation where old documents have replicated in you do not need an API call:
Just use a small LotusScript agent that compares NotesDocument.modified with the formula @Modified . The trick is to use Evaluate in Lotusscript to run the @Formula against the document.
One is providing the "last modified (initially)" an the other one provides "last modified (in this file)" in this file. All you have to do is to compare both dates. If they are older than (e.g. 30 days) then its most likely an old document that replicated back in.
However, I do agree that the property should be programmatically accessible.