Jordi
Jordi
i.e. ``` csharp new OrganizationRequest() { RequestName = "Create", Parameters = new ParameterCollection { { "Target", new Entity() } } } ``` Should be treated like the current ``` csharp...
The current implementation relies on Dictionary data structures as the internal implementation of entity records and entity metadata records. Such data structure is not thread safe. Therefore, we need to...
More info: https://docs.microsoft.com/en-us/power-apps/developer/data-platform/special-update-operation-behavior
Concurrency Behavior can be specified in the Update and Delete messages. This is about raising an exception when IfRowVersionMatches property is specified and the RowVersion provided in the request differs...
- [ ] Error when trying to use a message name that doesn't exists: "Invalid Message Name specified, Please re-enter the message name" - [ ] Error when trying to...
When deleting a record all associated entity references (lookups) pointing to that record should be set to null. Ideally also implement this logic based on cascade rules.
https://github.com/jordimontana82/fake-xrm-easy/pull/442