88 | Do not allow replication if xx days since last replication"Ulf Grindstad2124 - 13 2007 (8) I want a property on databases that can prevent users from replicate local databases in to a server if it’s long time since they replicated.
This to prevent that old and deleted documents reappear in a database if a user has been away from the office for some months. |
59 | NotesView.AllDocuments property for LotusScriptMelissa Snell1756 - 12 2008 (1) I would like an 'AllDocuments' property that would return all documents in the NotesView. This would work in a similar way to the "AllEntries" property for the NotesViewEntryCollection.
So you would be able to code:
Set view=db.getView("MyView")
Set col=view.AllDocuments
etc. |
45 | Make every text in every property box selectableUlf Grindstad2124 - 06 2007 (3) I want it to be possible to select all text in properties boxes, like the database path, servername etc.
|
44 | Open up all the document properties to Java/LSAndy Harris754 - 06 2008 (1) The Document/NotesDocument classes currently allow read access to things like creation date, last modified, etc.
However, there are a lot more properties to documents than that (when created in the current file to name one).
These should be made available as properties like the others. |
42 | Make NotesDocument.Added Property accessibleI don't know how many manhours this would have saved me, but ancient records finding their way back into dbs can often only be found by the added property. However this property is currently only available through the API making it more difficult to gather docs by. |