Hello!
I have created a custom module (Transactions) and related its records with Project module.
I would like to change a database field in Project's table during creating, editing and deleting a record in Transactions:
For example:
- increase field total in Project's table with value from field costs_amount in Transactions during saving new Transaction,
- decrease total during deleting Transaction

I know that I can calculate the total in fill_in_additional_detail_fields in Project.php, but I do need to do it as described above...
Is there a method like customSave called after normal save in sugarBean to operate on database beyond a sugarbean way?

I will appreciate any suggestions, links and help.

Wojtek
techset@vp.pl
Poland