Ben Walker

Results 21 issues of Ben Walker

I can't help thinking that I'm missing something totally obvious. I've created a new VS Project to hold webresources, edited my spkl.json to look like this: `{ "webresources": [ {...

I recently upgraded a project from FXE 2.3.0 to 2.3.3 Previous runs of 455 tests which were consistently coming in at 2.8 mins, now consistently coming in at 4.7 minutes....

enhancement
performance
needs-investigation

Copied from v1: https://github.com/jordimontana82/fake-xrm-easy/issues/467 Queries against MultiSelect OptionSet which use the ContainValues and DoesNotContainValues operators fail with a '_Object reference not set to an instance of an object_' exception. Here...

bug
scope-core

I'm trying to build the project(s) using the instructions in Readme.md. I have cloned all of the 2x-dev repos to a folder structure like this: ![image](https://user-images.githubusercontent.com/1889586/188403524-a120f27d-be7b-48a8-b169-e74f908cc6f8.png) I have all of...

scope-build

If you perform a 'max' aggregate query which finds no rows, a 'real' dataverse query will return a value of 0. In FXE (v2.3.0) the query returns null. Here's an...

bug
scope-core

### Discussed in https://github.com/DynamicsValue/fake-xrm-easy/discussions/89 Originally posted by **bwmodular** March 6, 2023 I was caught out by something earlier today and thought it might be useful to discuss ways to help...

Here's a fetchXml query. It returns the count of 'work notification jobs', grouped by technician name, number and id. ![image](https://user-images.githubusercontent.com/1889586/172401438-cff202ef-a150-4807-9024-4e0eda19c60e.png) When run against a real (d365 online) instance, the grouped...

bug
scope-core

When you build a fetchXml query using the toolbox fetchXml builder which uses the in or not-in operator, it leaves a little bit of redundant fluff in the query: ![image](https://user-images.githubusercontent.com/1889586/171008476-40104999-20d3-4014-9fdd-084472b1da58.png)...

bug
scope-core

If you have a query with a filter which contains conditions affecting both the main query entity _and_ a link entity it fails. In SQL this would be something like...

Is it possible to set an Easy Rollup field to display currency values? I tried binding it to a Text field and a Currency field but as you can see...

bug
Easy Rollup