Create an object with generalization properties

0
Hey!   I’m trying to create, via microflow, an object that have a generalization of System.FileDocument, but I’m not able to access the properties of FileDocument entity (Contents).   Anyone know if is it possible?   Thanks!  
asked
2 answers
1

Contents attribute cannot be changed directly.  The contents of FileDocuments are maintained by Mendix built in file handling features.

There are also a number of Java actions in community commons module that enable you to change or manipulate the contents of a file.

What are you trying to accomplish?

answered
0

Hi, Mike!

  I’m trying to create a pdf file in a Microflow, and on that same microflow, I want to create an object (the “Sharepoint Document”), and put that pdf “inside” that “newSharePoint” object). Does it make sense?

 

Thanks for your help!

 

 

answered