Hello,
I am facing a big problem regarding the Quest migration from a Notes database containing links to a discussion board.
After the migration process, the links inside the documents have been properly migrated, but instead of target the right reply, they point to the subject of the disucssion.
For instance, I have a discussion board with [SUBJECT A] and below [REPLY 1] and [REPLY 2].
Inside [REPLY 1], I have an hypertext link to [REPLY 2].
Quest has created the following URL: http://.../QuestLinkTracking.aspx?noteslink=notes:///...../../.
When I click on this link, it opens [SUBJECT A] instead of [REPLY 2].
So, my questions are:
1 - Does anyone know a workaround?
2 - Maybe, there is an enhancement planned regarding this behaviour which will be provided by the Quest development team?
3 - The last resort could be to create a custom eventhandler by ourselves.
My idea is to create an HttpHandler based on the path "QuestLinkTraxking.aspx". Then to get the "noteslink" parameter and to redirect on the OOTB "Dispform.aspx" for the specified item (
http://site/Lists/[LISTNAME]/DispForm.aspx?ID=[ITEMID])
But, I don't know how I can get the Library Url and the item ID from "noteslink" parameter (maybe in the LinkTracking database?)
I sould be grateful if somebody could help me.