fake-xrm-easy
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
Hello Jordi, this fixes Bug #506. Betim.
Added support for the [`WinQuoteRequest`](https://docs.microsoft.com/en-us/dotnet/api/microsoft.crm.sdk.messages.winquoterequest?view=dynamics-general-ce-9) SDK Message. Implemented to mirror the already implemented [`CloseQuoteRequestExecutor`](https://github.com/jordimontana82/fake-xrm-easy/blob/master/FakeXrmEasy.Shared/FakeMessageExecutors/CloseQuoteRequestExecutor.cs). Questions: - Should the update of the `statecode` to `Won` also be implemented in the executor?...
Hello Jordi, this fixes #509 Betim.
Currently, when a match isn't found for an alternate key, the exception "The requested key attributes do not exist for the entity {record.LogicalName}" is thrown as line 63 is missing...
fixes #516. Corrected GetResponsibleRequestType to CloseIncidentRequest, was referencing CloseIncidentResponse.
Fix for "Creating a record with an existing related record" https://github.com/jordimontana82/fake-xrm-easy/issues/255
Queries should prevent any requests where 'top' is less than 0 or more than 5000 with the exception: Expected value between 0 and 5000 inclusive.
I'm trying to use [`RetrieveMetadataChangesRequest`](https://docs.microsoft.com/dotnet/api/microsoft.xrm.sdk.messages.retrievemetadatachangesrequest) where possible to get limited metadata for better performance compared to getting the entire metadata.
Added fiscalyeardisplaycode to FiscalYearSettings Fixed a bug where FiscalYearSettings would only work for one fiscal year Added a unit test for the aforementioned bug
Fix IEnumerable autogenerated OptionSetValueCollections (https://github.com/jordimontana82/fake-xrm-easy/issues/467)