|
You really need to handle this as a periodic process, probably one triggered hourly or daily. You will need an agent to process all the documents and follow the links and, if any of the linked documents has been modified within the last 28 days, set the field to show the icon. In addition, if the documents that are modified have references to where they are linked, you could automatically update the summary document to show the flag.
To check the document, you can use the rich text classes that became available with Version 6. These include the NotesRichTextNavigator and NotesRichTextDocLink. The NotesRIchTextDocLink class includes the database and document IDs so you can get to the linked documents to see when they were modified. See the help document of the NotesRichTextDocLink for processing all the links in a document.
Do you have comments on this Ask the Expert question and response? Let us know.
|