Skip to Main Content
HCL Domino Ideas Portal

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

Status Under Consideration
Workspace Domino Designer
Categories LotusScript
Created by Guest
Created on Sep 9, 2022

new lotusScript method db.GetUnModifiedDocument based on threshold date

There is currently methods to build collections based on GetModifiedDocuments (positive change) and UnprocessedDocuments (agent hasn't touched). GetAllUnreadDocuments ,etc

But there are times you need to process or inspect documents that haven't been modified for a specified period of time. Instead of needing to do a search or build special views or other inspections...

It would be nice to have a function that was optimized for the task. I can see two parameters of value. Required cut-off date. Optional: a way to specify entire database or specific view.

Many ways to compute, but just struck me would be nice to have the opposite function of the db.GetModifiedDocuments ... what hasn't been modified. Especially if you are not relying on unread or unprocessed tags.

  • Attach files