I have a custom entity "new_operator". Within the Operator entity I have 2 fields - 'WIP' and 'Cancelled'. They are both money fields. How do I sum-up the values of both WIP+Cancelled, and store in another money field called "Total"?
I want the plugin to fire on create/ update.