Hi, I have a entity which is N: N relationship with case entity. I insert this entity in a subgrid, so that I can add items directly from this entity to case entity, but if I delete some thing in case , I also delete in that entity. Is there anyway I just delete something in case, and keep those items in that entity. In other words, I want to keep a generic entity to hold items, and reference those items in case, I am supposed to add or delete those reference if required, but not delete the items directly. Is that N:N behavior ?
↧