Hi,
currently i have an entity for a invoice, invoicedetails and payments. The entity payments and invoicedetails are child enitites from invoice. If i update one the child entities i need to update some values in the invoice. Currently i handle this in plugins for update, create and delete and update the parent accordingly. With one child entity this is working but if i add more child entities i need to write nearly the same code for update, create and delete and from coding perspective it's not nice.
I just want to send an update message to the invoice entity to update the related fields. Is this possible? So i dont need to take care of all the update logic in the update, create and insert plugins.
Kind Regards
Markus