Jordi
Jordi
This cosmetic error probably belongs to the platform rather than the client but dunno where else to raise it. If I send a CreateMultipleRequest or UpsertMultipleRequest where some of the...
When filtering by Guid, literal.value is undefined, since is not interpreted as a literal value by the odata parser Ex: emails?$select=*&$filter=_regardingobjectid_value eq 2289062e-d689-2292-51d0-d85ce235a927 Entity.prototype.satisfiesFilterEq = function (filter) { var property...
A sample Targets property inside the event pipeline might look like : MessageName: UpdateMultiple PrimaryEntityName: dv_test InputParameters: ConcurrencyBehavior : Default Targets (EntityCollection) : EntityName : dv_test Entities.Count : 2 targets.Entities[0]...
https://learn.microsoft.com/en-us/dotnet/api/microsoft.xrm.sdk.messages.retrieveoptionsetrequest?view=dataverse-sdk-latest https://learn.microsoft.com/en-us/dotnet/api/microsoft.xrm.sdk.messages.retrieveoptionsetrequest.metadataid?view=dataverse-sdk-latest#microsoft-xrm-sdk-messages-retrieveoptionsetrequest-metadataid
The latest version of FXE doesn't currently support the new Bulk API that went into GA (while still having some operations in preview). This issue is about adding support for...
This issue is a container for several FetchXml improvements that would probably be too big to address in a single issue, so it's a placeholder for investigating them, and will...
Currently the query engine supports OptionSetValueCollection but it fails when using early bound where the multi option set fields are generated as IEnumerable. Operators to revisit at the very least...
Ported issue from v1.x: https://github.com/jordimontana82/fake-xrm-easy/issues/509 The existing LIKE implementation was limited to just the underlying '%' wildcard character, however, the T-SQL implementation of LIKE operator supports many other wildcard characters:...