You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly, thank you for the great work you have done on this library!
According to the documentation, multi-level expands are not yet implemented. This is true in so far that the Expand type definition does not provide an official way to define them.
I looked into the RequestConverter.convertRequestOptions code and it looked like they may naturally be supported as this code recursively calls RequestConverter.convertRequestOptions when processing the expand options.
I subsequently tested a retrieveMultipleRequest with multi-level expands as follows:
hi @sgardnerdell! when I first wrote the library and tested nested expands they were not working, maybe it has been fixed with recent updates in Dynamics 365? I will need to retest that. Thanks for letting me know!
And I am glad that you like the library!
Firstly, thank you for the great work you have done on this library!
According to the documentation, multi-level expands are not yet implemented. This is true in so far that the Expand type definition does not provide an official way to define them.
I looked into the RequestConverter.convertRequestOptions code and it looked like they may naturally be supported as this code recursively calls RequestConverter.convertRequestOptions when processing the expand options.
I subsequently tested a retrieveMultipleRequest with multi-level expands as follows:
This worked perfectly!
The text was updated successfully, but these errors were encountered: