Possibilities of autofilling custom column in module

After some time of no solution to issue I have posted here: SuiteCRM 7.14.6, PHP 8.2.9, DBManager.php error on quick repair
I began my work on migration of database from MSSQL to MySQL.
Currently Im at point where database was migrated and I was able to move on newest version of SuiteCRM v7.

At this point I noticed that autofill of custom column in module Events / fp_events doesn’t work on migrated instance.
I need knowledge of possible logic solutions to autofill custom columns in suite.
I looked for logic_hooks files or inside workflows in suite at origin intance where the autofill works but there is nothing pointing straight at the custom column name.

After digiing into db I found out there was trigger on fp_events table which was autofilling this field.

1 Like