Hi All!
We need to make the following query in OData using Http request.
SQL query:
select A.FieldZ, B.FieldX
from A inner join B on A.FieldA = B.FieldA
Basically the idea is to get data between relationships por example in one request to get an account including their contacts
if it is possible?
Thank you
Regards
Like
1 comments
17:16 Nov 27, 2017
I solved it using something like this: https://URL/0/ServiceModel/EntityDataService.svc/EntityCollection(guid'…
Show all comments