I am converting a lotus notes client database to domino (not XPages). Many of the documents in the notes client database have multiple doclinks in them. I have started to web-enable this database and when I open one of these documents in the web interface, the doclinks do appear in the same rich text fields on the web interface (good), but if the document is edited and saved in the web, the links disappear (not good). I am using TinyMCE as my rich text editor in the web.
How do I maintain these doclinks in the web version of this database so that when docs are edited and saved the doclinks don’t disappear? I took away TinyMCE with an idea that might be the problem, but it still goes on.
I looked at the document properties, and the only thing I can find that holds any information about the doclinks is in the $Links field. Do I have to go in, extract that information, and then massage it into an HTML link to put back into that same rich text field?
This is not an “ to URL” problem, I have seen other posts that address that issue. I’m not even at the NDL stage in this example. Also, third-party apps that might be able to tackle this are not an option for me.
Is this a common thing? I would think so, but feel like I have scoured the internet but not coming up with much… ![]()
Any suggestions would be a great help - thanks.