manage_relationship: Get changes in related records
My
Invoice
resource has many Item
s. Every item calculates its total in a change. I want to calculate the sum of those totals in the invoice but cannot find a way to read the full items, only the input. How can I do this?
2 Replies
You'd need to add an afteraction hook and look at the items in the result
I see. I hoped for a trick to get live updating forms but it looks like I need to solve this differently then