jordimontana82 / fake-xrm-easy

The testing framework for Dynamics CRM and Dynamics 365 which runs on an In-Memory context and deals with mocks or fakes for you
https://dynamicsvalue.com/get-started/overview?source=git
Other
262 stars 182 forks source link

Complex filter works in main entity, but not in nested entity. #584

Open jhwkendall opened 2 years ago

jhwkendall commented 2 years ago

Describe the bug A complex filter that works in the main entity of a FetchXml query works. The same filter in a linked entity fails.

To Reproduce Unit test sample provided. FakeXrmEasyFilterTests.zip

Expected behavior The filter should work whether it is in the main entity or in a linked entity.

FakeXrmEasy and Dynamics 365 / CRM version FakeXrmEasy (1.57.1), Microsoft.CrmSdk.CoreAssemblies (9.0.2.42)