Create file attribut in Domain Model

0
  Hi,   I want to create entity that contain attribute that require file (This Assessments entity have consultant_paper that should store a file or doc), my question is how can I do this? and what suppose I write when create an attribute?    
asked
1 answers
0

Hi,

you can generalize the file document entity to Assessments entity. By this way, file documents can be added to Assesments entity

 

Refer the below documentation link 

https://docs.mendix.com/howto8/data-models/working-with-images-and-files/#4-file-documents

answered