Hello,
I have been working with the DOCX templates a bit, and while I do like them for fairly easy formats and such, I have not found a way to use any HTML or rtf markup in the XML that gets sent. I am using the Word Add In to test.
I have tried the typical "<Notes><![CDATA[{\rtf\b Hello World\b0}]]></Notes>" and <Notes><![CDATA[<div><strong>Hello</strong> world!</div>]]></Notes>, but it just renders as plain text. Infor documentation mentions the RichText Content Control, but that does not seem to help.
Has anyone found a markup language that does work or some way to make either HTML or RTF work.
I need to be able to send the markedup text in the xml → Converted to base64 → added to the JSON for the Document Output api.
Any help would be appreciated.
Thanks