Mendix objects as DTOs

1
Hi all .. is there any chance how can i get mendix object with all dependencies? For example like in JAVA when i have DTO Object which has collection of child object? Regards, Lukas
asked
1 answers
0

In javascript you can create retrieval schema's to retrieve objects including its references in one optimized request. See for example the simple chart widget for how to build these schema's.

answered