fake-xrm-easy icon indicating copy to clipboard operation
fake-xrm-easy copied to clipboard

Revisit EntityState behaviour with CRUD operations

Open jordimontana82 opened this issue 1 year ago • 0 comments

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

jordimontana82 avatar Mar 22 '23 23:03 jordimontana82