I would like to assign field(s) in the database with a value that identifies which user created/owns the contact. Is there a way I can either assign a constant value (integer, username, etc.) to a field? Or manipulate the INSERT/UPDATE sql statements directly to add custom functionality?
I know this could be done with a trigger on the table but I would rather not add this globally (only for this integration).