fake-xrm-easy icon indicating copy to clipboard operation
fake-xrm-easy copied to clipboard

The testing framework for Dynamics CRM and Dynamics 365 which runs on an In-Memory context and deals with mocks or fakes for you

Results 108 fake-xrm-easy issues
Sort by recently updated
recently updated
newest added

Fixes #340 (been around a while, but feels worth doing)

scope-fake-messages

Added Support for: - Registering Plugin-Images for Pipeline (PreImage, PostImage & Both) - Filtering Attributes on Update - Execution for PreValidation in Pipeline And lots of tests 😃

scope-pipeline-simulation
scope-plugins

I have a UnitTest where a record is created with a statecode attribute. The create in the faked OrganizationService failed with the following errormessage: > When creating an entity with...

enhancement

Fix that partially solves #439. This resolves case where Finnish CultureInfo doesn't use character ":" as a default time separator.

needs review
scope-core

Hello @jordimontana82, this fixes #220. Also I implemented the `RetrieveAllEntitiesRequestExecutor`. Best regards, Betim.

scope-fake-messages

Hello @jordimontana82 , this should fix #415. Best regards, Betim.

scope-metadata

…embly Changed how picklistattributemetadata is generated in optionset fields using enum type Handle two situations of OptionSet properties: 1)added extra property for Enum in addtion to OptionSetValue, or 2) generated...

scope-metadata

Hello @jordimontana82 I replaced the obsolete GetFakedOrganizationService with GetOrganizationService in the codebase so we remove all those build warnings which are only noise that might mask possible problems. Best regards,...

refactor

This was an executor with particularly low test coverage

scope-fake-messages

Hello guys! I add several checks to test if FilterExpression.IsQuickFindFilter property is used as expected. Unfortunately, I found that [doc is outdated](https://docs.microsoft.com/en-us/previous-versions/dynamicscrm-2016/developers-guide/gg309410%28v%3dcrm.8%29#about-the-isquickfindfilter-property) and real system behave a little bit different...

scope-core