Export Mapping a list or non persistable database

0
Hello,  I want export data (in a JSON format ) from a list or non persistable database.  How is that possible?  For example from this database I want to export all SalesOrders in a JSON Format.    Thanks a lot. 
asked
3 answers
0

It’s possible, and you use exactly the same approach as you would for persistent entities. You need to create a JSON structure, and then build an Export Mapping using this structure. More details can be found here.

https://docs.mendix.com/refguide/export-mapping-action

answered
0

Here the screenhoots: 

answered
0

Here the new screenshots: 

answered