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

We have made the wise decision of avoiding having to handle Microsoft's implementation of security roles and privileges by translating it to our own data model. This does leave a...

bug
backlog

We made a built in LazyLoad behavior in our OrganizationServiceContext derived class. This makes use of the LoadProperty method of IOrganizationServiceContext: public void LoadProperty(Entity entity, Relationship relationship) This does not...

clarify

The issue occurs when IncludeAllWorkflows is enabled, and Routing Rules are enabled in the customization source environment. When executing a request that triggers routing rules (incident create in this case),...

bug
enhancement
backlog

CRM has a message called [CalculatePrice](https://msdn.microsoft.com/en-us/library/microsoft.crm.sdk.messages.calculatepricerequest.aspx) which calculates the price on the following 8 entities: - quote - quotedetail - opportunity - opportunityproduct - salesorder - salesorderdetail - invoice -...

enhancement
backlog

The documentation for the requests is located at https://msdn.microsoft.com/en-us/library/microsoft.crm.sdk.messages.qualifyleadrequest.aspx

review

Extension of #39 It's possible to specify form access based on security roles. This is a common test scenario and is tedious to do manually. Make XrmMockup fetch forms and...

enhancement
backlog

It's possible to show/hide dashboards based upon security roles. This is a common test scenario and is tedious to do manually. Make XrmMockup fetch dashboards and open up an integration...

enhancement
backlog

I have recently stumbled into issues working with the intersection entity called CampaignItem. This intersect entity is a bit different as it intersect between campaign and four different target entities...

bug
backlog

Currently the MetadataGenerator fetches all necessary metadata and overwrites whatever was previously stored. It is, however, possible to [retrieve and detect changes in metadata](https://msdn.microsoft.com/en-us/library/jj863599.aspx). By doing it this way, it...

enhancement
backlog

For our Plugin tests we need to mock the `IServiceEndpointNotificationService`, since we have dependencies on this in our Plugins. As it is now those tests fail because the service can't...