Where does Mendix safe generated documents?

0
Hello,   I’m trying to generate a pdf. When I check the data of my System.FileDocument entity it looks alright but Mendix doesn’t show me the generated pdf afterwards.  Where does Mendix safe those documents?   Thanks,   Lars
asked
1 answers
1

Users can’t directly download an object of the type System.FileDocument. Instead, you should create your own entity and set its generalization to System.FileDocument. Then you can set read/write permissions on the entity to allow the user to download the document.

answered