XrmMockup icon indicating copy to clipboard operation
XrmMockup copied to clipboard

Engine which simulates your exact Dynamics 365/CRM instance locally including all of it's logic!

Results 69 XrmMockup issues
Sort by recently updated
recently updated
newest added

**Describe the bug** There is a limitation in XrmMockups way of handling [QueryExpressions ](https://learn.microsoft.com/en-us/dotnet/api/microsoft.xrm.sdk.query.queryexpression?view=dataverse-sdk-latest) compared to a live environment. The one experienced relate to LinkEntities and the Distinct property. **To...

Currently pending workflows are just hanging after a reset if they are all included. This will cause errors once the waiting workflow executes and tries to fetch records that no...

When I create a plugin that triggers on the Retrieve event of an entity I am unable to use XrmMockup for debugging and testing as it currently does not support...

Solves https://github.com/delegateas/XrmMockup/issues/223 Adds such logging information: ``` ... Background workflow 'Some workflow name 1' completed successfully Starting Background workflow: 'Some workflow name 2' for entity 'entity'. timeOffset: 00:00:00 Entering ActivityList....

Ideally logging which workflow has been started and what steps have been taken to trace down at which step it occurred. Current stacktrace doesn't help: ``` at System.ThrowHelper.ThrowKeyNotFoundException() at System.Collections.Generic.Dictionary`2.get_Item(TKey...

[Dataverse Formula columns](https://learn.microsoft.com/en-us/power-apps/maker/data-platform/formula-columns) are currently in preview. They utilize Power Fx and are presented as a more flexible replacement for calculated columns. XrmMockup should be able to calculate the value...

enhancement

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.3 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

Test for alternate keys was ignored. The error turned out to be incorrect references in the extension logic when using alternate keys.

**Is your feature request related to a problem? Please describe.** The `InstantiateTemplateRequest` SDK request is currently not supported in XrmMockup - plugins executing this request fail with the following error...