Delete object to delete associates shown on page

1
Hi, I have an entity and an associate data view within the first entity of another entity. The delete button next to the parent entity deletes the parent entity, but how do I make it delete all the associations of that entity? Or is there not a way to?
asked
1 answers
1

Hi Yusuf,

If I understand you correctly, when you delete parent entity , you want to delete associated objects also isn't it?

Have tried setting association like this below in domain model? When you click on Delete button of parent entity, it will delete the associated object/objects as well.

answered