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

XrmMockup currently handles asynchronous plugins as though they where synchronous which means that the execution order between plugins is incorrect if asynchronous is involved. Say that a synchronous plugin triggers...

bug
backlog

Currently the security check is based upon finding security roles through the logicalname of the entity. However the security of activities is combined, such that they are all specified on...

enhancement
discovery
backlog

QueryExpressions are supported in a RetrieveMultiple request, but the fetch xml structure can do more. Currently a translator is implemented for simple fetch xml, but it does not work for...

enhancement
discovery
backlog

Plugins are usually implemented in Sandbox isolation mode, which means that common assemblies such as Microsoft.SharePoint.Client are not allowed as they require Full Trust. Also, calling URLs/APIs via IP is...

enhancement
discovery

**Describe the bug** In a Create Post-Operation plugin on an entity with calling user as the owner, Target Entity does not have an 'owningbusinessunit' attribute defined in Mockup Tests. However,...

bug
awaiting confirmation

**Is your feature request related to a problem? Please describe.** There is not enough information about the metadata generation config file to understand how to configure it for an IFD...

When testing sequence of events against a live instance - if you catch an expected exception thrown by a plugin (when testing negative cases for example) then the instance will...

enhancement

As well as being able to retrieve entities using alternate keys, they should also enforce uniqueness when adding or updating records.

review