Adding a link to A WEB document

0
how can i add a link to a wed document on mendix using the entity document from the system DomainModel;
asked
1 answers
1

Not, System.FileDocument is used for files inside the mendix database.

You can either store an external file in a System.FileDocument using the file functions from the commonity commons library (this will store a copy of the doc in your database), or create your own entity with a link to the external document..

answered