Jordi

Results 135 comments of Jordi

Thanks @alan50 Glad it was useful. This repo is deprecated but I've raised an issue on the [new repo of FXE](https://github.com/DynamicsValue/fake-xrm-easy/issues/93) to reproduce and fix.

Dear @SvenRahnSIT this issue tracker is for the deprecated v1.x version. In case you're using version 2 or later we have another issue tracker here: https://github.com/DynamicsValue/fake-xrm-easy. If you're a commercial...

@MattB-msft it's the difference between the logical name in the main entity collection vs each Logical Name on each Entity record from the list. Here is an example that passes...

> RE: > > > If I send a CreateMultipleRequest or UpsertMultipleRequest where some of the entity records have a different logical name than the EntityName that was set in...

Sample unit test to reproduce: test("$filter: eq test with Guid", done => { context.initialize([ new Entity("email", Guid.create(), {description: 'Email Text 1', _regardingobjectid_value: "2289062e-d689-2292-51d0-d85ce235a927", other: "somevalue"}), new Entity("email", Guid.create(), {description: 'Email...