I have a Parent and Child table in my app. One column in the parent
table is computed by summing a specific column of its child rows. To
achieve this, I created a reference action in the child table that is
triggered when the Child table form is save...