Jordi

Results 54 issues of Jordi

i.e. ``` csharp new OrganizationRequest() { RequestName = "Create", Parameters = new ParameterCollection { { "Target", new Entity() } } } ``` Should be treated like the current ``` csharp...

bug
scope-core

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...

enhancement
scope-core
investigating

More info: https://docs.microsoft.com/en-us/power-apps/developer/data-platform/special-update-operation-behavior

enhancement
scope-core
needs-investigation

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...

enhancement
scope-core

- [ ] 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...

scope-pipeline-simulation
low-priority

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.

enhancement
scope-core
metadata

https://github.com/jordimontana82/fake-xrm-easy/pull/442

post-release-1.x-review