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

Consider a plugin that triggers on Post-Update for Incidents, filters on State-changes and looks for the state-change that resolves the incident. This event is caused by the creation of a...

**Is your feature request related to a problem? Please describe.** The Custom API as described here is a way to add custom integrations to CRM. They are coded basically like...

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

The engine throws a `NullReferenceException` when encountering the execution of a `SendEmailRequest` object. Documentation for the request is [here](https://docs.microsoft.com/en-us/previous-versions/dynamicscrm-2016/developers-guide/gg308290(v%3dcrm.8)).

enhancement

In Core.cs, there's two snapshot features, the internal DB and file. They use similar, but not entirely aligned functionality. Likewise, they have internal DTO types that are not shared. These...

Dynamics throws an exception if a query expression contains a condition which tries to filter on a non-existent attribute. XrmMockup currently quietly ignores the issue.

At present these fields are generated in the Create request handler, but dynamics must do it earlier in the process as the fields are available in pre-operation plugins

enhancement

**Describe the bug** If i create an Activity entity (i.e. PhoneCall with From and To), ActivityParty related entities are not created, properties are null at retrieve

If a user or team is associated to a security role after Mockup setup, the permissions that should be granted through that security role is not added to Mockup security...

bug