How to export all attributes from multiple entities to one JSON

0
Hi Guys,   I have a JSON structure as below.   And the Export Mapping like this :   I hope to set the 'Id', 'UoMNid' and  'QuantityValue' in the same page, and export to one json. Could you please kindly tell me how to do it. Thank you so much.
asked
1 answers
0

Hi Liqiang Wang,

 

I assume, you will be saving the data in some persistable entity. In that case, on click of action button you can create objects of non-persistable entity (as defined above) and set the values along with required association(s). Finally, call Export with Mapping to export the JSON object.

 

Hope this helps!

answered