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
{{ message }}
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.
In Dynamics 365, this will match all account records that are: owned by the user AND are currently active AND match one of the quick find conditions. In FakeXrmEasy, this will match all account records that are owned by the user AND are currently active. FakeXrmEasy does not seem to apply the quick find criteria.
Here is a unit I would expect to pass, but does not:
Changing the order of the 2 filter nodes causes the test to pass, implying that FakeXrmEasy assumes an entity node can have only a single filter child and that the second filter type overwrites the first.
The text was updated successfully, but these errors were encountered:
ehclark
changed the title
Quick find queries and not handled properly
Quick find queries with multiple filter nodes are not handled properly
Jun 8, 2020
Model driven apps generate FetchXML that looks like this for quick find queries:
In Dynamics 365, this will match all account records that are: owned by the user AND are currently active AND match one of the quick find conditions. In FakeXrmEasy, this will match all account records that are owned by the user AND are currently active. FakeXrmEasy does not seem to apply the quick find criteria.
Here is a unit I would expect to pass, but does not:
Changing the order of the 2 filter nodes causes the test to pass, implying that FakeXrmEasy assumes an entity node can have only a single filter child and that the second filter type overwrites the first.
The text was updated successfully, but these errors were encountered: