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

Hi Team, I am able to Initialize **service.RetrieveMultiple(query)** where **query** is a **QueryExpression**, however I have another **service.RetrieveMultiple(new FetchExpression(_fetchQuery))** method here I am passing query in the format of **FetchExpression**...

I have a custom workflow activity to share the target record with the specified team as follow: `public class ShareRecordToAccessTeam : CodeActivity { #region "Parameter Definition" //[RequiredArgument] //[Input("Sharing Record URL")]...

Hi all I'm trying to create a record that has a related record that was created previously. It seems that fakexrmeasy will always try to create related records, resulting in...

enhancement
help wanted
waiting reply

Hi I have encounter an bug, the argument order in QueryExpression.AddLink is not taken in consideration. 1) Create a retrieve with the argument in order and the Test Passes ```csharp...

bug
help wanted
waiting reply

Hi, I'm trying to use `FormattedValues` property afterwards on the entity and there are some problems with values of this property. When I'm simply assigning `OptionSetValue` value to the field...

needs review

I noticed class `ExecuteFetchRequestExecutor` private method `AttributeValueToFetchResult()` failed on some tests when local machine had Finnish culture. I noticed a case which seems to be incorrect use of character :...

I tried to test my controller, which is using the SetStateRequest to disable a user. But using this request, the field "isdisabled" won't be set in the faked context. var...

question
needs review

Not sure if this is related to #74 , but I'm also having an issue using Parallel.For in my unit test. I want to implement an auto-numbering system as per...

enhancement
help wanted

Hi @jordimontana82, probably there is a bug in method: `ExecutePluginWith(ParameterCollection inputParameters, ParameterCollection outputParameters, EntityImageCollection preEntityImages, EntityImageCollection postEntityImages)`. @eNeRGy164 committed in c484bf18 some changes to `XrmFakedContext.Plugins` (22.12.2017). I see he added,...

needs review