AlexaCRM/dynamics-webapi-toolkit

Retrieve multiple records with SQL JOIN

grunam opened this issue · 1 comments

Hi,

Is it a possibility to retrieve multiple records of associated entities ? (In SQL we are using JOINS).

Thanks and regards.

Hi @grunam

to retrieve related records you can use either $expand clause in web api or build fetchxml and execute it using either saved or custom queries.

HTH
George