OQL Query and relations between entities

0
I retrieve a list of entities using an OQL statement but for each entities retrieved the relations are set to “empty”. Is it a expected behavior ? How i can get the relations entities in my retrieve, if it s possible ? Thanks.
asked
2 answers
0

Please take a look for the Mx Documenation about OQL. There is a very helpful demo linked which shows different scenarios how to create and handle OQL quries.

answered
0

Hi Martin. Yes, i use INNER JOIN conditions. It s seams that it s a normal behaviour in an OQL Retrieve. we never get the related entities references  in the list of result objects…

Thanks for you answer and have a nice day.

Patrick

answered