jordimontana82 / fake-xrm-easy

The testing framework for Dynamics CRM and Dynamics 365 which runs on an In-Memory context and deals with mocks or fakes for you
https://dynamicsvalue.com/get-started/overview?source=git
Other
263 stars 182 forks source link

Upsert create with alt key should copy to attribute #566

Open clc136 opened 3 years ago

clc136 commented 3 years ago

https://docs.microsoft.com/en-us/powerapps/developer/data-platform/use-upsert-insert-update-record

indicates that upserting/creating a record using alt key copies key to attribute - in fact including the attribute causes error

FakeXrmEasy does not appear to copy to attribute on create

jordimontana82 commented 3 years ago

Thanks, could you provide a unit test to reproduce please?