How to read the associated objects from a dataview object in a Widget?

0
Hi   We are playing with a dojo widget to retrieve some data from associated objects so we can use it in javascript. Can some help us with an example how to do that? Can we do it in javascript or should we use a datasource nanoflow in the widget for this?
asked
1 answers
0

Have a look at the Client API get method. The path property is probably what you need.

answered