Generate document for particular object in Mendix

0
Hi Experts, Hope you are doing Good!   I want to  download a Mendix object details into form a file.  Can you please advise the steps required to implement functionality?   Thanks
asked
2 answers
1

 

My microflow looked like this.

 

 

To get the document template follow this.

 

 

Document template looks like this. You have to do a lot of right clicking.

 

 

Just giving more details in case it helps!

answered
0

Hi Sajjina,

You can make use of the  Document template to create a template for your Documents and Generate Document Activity in your microflow to create the document. 

 

To be Simple you have to just follow the steps

  1. Create the Document template and structure your data
  2. Create a microflow and make use of Generate Document java action.

Go through the documentation for more details:

 

https://docs.mendix.com/refguide/generate-document/

https://docs.mendix.com/refguide/document-templates/

 

answered