Row_Inserting / Updating at GLOBAL level

Hi.
Is there a way to manage the current inserted/updated record at a GLOBAL level and not only in Table-specific/Common event?
I have many tables with the same field to update manually during the inserting/updating actions, and it would be nice to manage them in only one code place.
Any idea?

You can customize the template so that all Row_Inserting/Row_Updating will invoke a global function.