I am developing a Bonita application. I created a word document using by the connector.
For example, This is the format of the word document.
«${doc.firstName}» «${doc.lastName}»,
«${today}»
Request conclusion
Dear «${doc.firstName}»,
After review by the HR, your request for «${doc.requestCategory}» has been evaluated.
Request conclusion:
«${doc.conclusion}»
Walter Bates
2019-04-02
Request conclusion Dear Walter, After review by the HR, your request for Request has been evaluated.
Request conclusion:
< p >< b >Hello,< /b >< / p >< p >< b > This is conclusion < /b >< /p>
** In order to show the HTML code, I put some space between the code.
How to retrieve the HTML code from the BDM?
Thanks in advance
I spent time looking at the connector source code and sadly I can confirm that the Word / ODT template connector currently does not support HTML formatting of a field. I have created a new entry for this improvement (for this Enterprise Edition feature) in our internal features/improvements tracker tool.
The only alternative I might suggest is to create your own connector.