I would like to convert a domino document field of Data Type: MIME Part
into a Data Type: Rich Text
in backend with SSJS
or Java
?
I have tried to work with
doc.computeWithForm(true, true);
doc.save(true, true);
but this piece of code has no effect.
Hint: I can do this conversion with a notes client in frontend (open and save the document) without any problems.
Any idea? Thanks in advance!
RichText
instead ofMIME
. – Georg Kastenhofer