fake-xrm-easy
fake-xrm-easy copied to clipboard
Revisit EntityState behaviour with CRUD operations
It seems EntityState is ignored when performing CRUD operations.
Review permutations of CRUD operations and the different entity states:
- [ ] EntityState: null (should perform the default operation) ?
- [ ] EntityState : Changed (should update) ?
- [ ] EntityState: Created (should create) ?
- [ ] EntityState: Unchanged (should ignore changes) ?
More info at: https://github.com/jordimontana82/fake-xrm-easy/issues/255