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
262 stars 182 forks source link

AssociateRequest and N:N relationships: should check for duplicate intersect records and throw exception #524

Open jordimontana82 opened 4 years ago

jordimontana82 commented 4 years ago

Right now it's creating multiple records in the intersect entity that point to both the exact same target and referenced entity record.

jordimontana82 commented 4 years ago

Also, it should throw Array Index out of bounds exception when attempting to associate an empty array of entity references....