I have an issue i hope someone can help or point me in the right direction.We have 2 databases (A and B). The forms in database A contain a doclink to a form in database B. The forms in database B need to be archived but the doclinks in database A must still remain intact and find the Archived Documents from Database B. Any ideas? Thanks
Subject: RE: Archiving and retaining DocLinks
You can use NotesRichTextDoclink class to adjust what a doclink points to. However, to find the right document to adjust, there needs to be either a back link in the archived document, or some shared key that can be used to look up the document in a view in db A.
Or, I suppose that after you archive documents, you could scan all the documents in database A looking for doclinks to missing documents, and fix them.