I need to access a rich text field inside a document, however, if I read the documents with the correct field selected, I don't receive the value of the field in the database response. How can I retrieve the data of a rich text field?
Access Rich Text fields
141 Views Asked by Vomste At
2
Our current workaround:
Convert the RTField to HTML using the rt.convertToTHML() method, save it into another field via an agent and process the HTML. Works fine for read only, embedded pictures need a little extra work