Richtext editor - image problem

4
If i put a image into the richtext editor, and then save this to a FileDocument, and file the document in the Document Viewer, when a PDF / Word or HTML is generated then the image is not in the file. What am i missing ?
asked
1 answers
6

For an alternative you can create a new image entity and set the generalization to System.Image.

Set your association.

In Run time you can then upload a image and save it.

When setting up the document template you can specify the entity and retrieve the image and show it on your document.

answered