Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QueryExpression with links returns one record per link #130

Open
seemann76 opened this issue Dec 2, 2020 · 0 comments
Open

QueryExpression with links returns one record per link #130

seemann76 opened this issue Dec 2, 2020 · 0 comments
Labels

Comments

@seemann76
Copy link

When using QueryExpression with linked entities(with JoinOperator.LeftOuter) the resultset returned by XrmMockup is one row per linked entity, but when the plugin runs in CRM there the entitycollection returned has only one entity.

Expected behavior
Should return a collection with one entity, not one entity for each link.

Screenshots
Here an example of the FetchXML (translated from the QueryExpression). The fetchXML gives back one row.
image

In XrmMockup:
image

Environment

  • D365 on-prem version 9.0.20.7
  • Tool version: 1.3.0
@misoeli misoeli added the bug label Jun 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants