XrmMockup
XrmMockup copied to clipboard
Engine which simulates your exact Dynamics 365/CRM instance locally including all of it's logic!
This means that retrieve multiple queries which specify the entity name fail as the row is not located
When using QueryExpression with linked entities(with JoinOperator.LeftOuter) the resultset returned by XrmMockup is one row per linked entity, but when the plugin runs in CRM there the entitycollection returned has...
Essentially means that the "Event Operation" enum in the config tuples needs to be replaced by a string, as plugin operation names can now be defined by the user -...
**Describe the bug** An error is thrown when my workflows uses the function Send Email and refers to values from the Lead that triggered the workflow. **To Reproduce** Steps to...
**Describe the bug** The fields From and To on email entities are not stored upon creation in XrmMockup **To Reproduce** Steps to reproduce the behavior: 1. Create an email with...
**Is your feature request related to a problem? Please describe.** Based on [this blog post](https://medium.com/@ras615/plugin-vs-workflow-execution-order-fa6b02c82b79) the execution order on plugins, 0 or 1, changes if plugins should run first of...
**Describe the bug** There is a bug regarding resolving cases with XrmMockup. **To Reproduce** Steps to reproduce the behavior: 1. Create a Case 2. Resolve it by using normal Update...
**Problem:** I am trying to save on the amount of requests I am sending towards our CRM instance. To do so I am using the ActivityPointerSet to query for Activities...
Security Roles follow a hierarchy following the Business Unit structure of the CRM Instance. The Security Role entity contain a field called "ParentRootRoleId" that is a lookup to the root...