I´d like to sum a field value from a Child BO into its parent.Is there a method to do that automatically?
Example:
BoOrdersfield: orderTotalProduct
BoOrdersItensfield: orderItemTotalProduct
While the user input orderItemTotalProduct, the field orderTotalProduct would receive the sum from child (in the EditState set as Adding or Editing).
Tks