how to add new field to vtiger_activity in vtiger crm
问题 I want to add new field to vtiger_activity table in vtiger crm. I added the column in the table but now I am not getting place from where the insert function is called, and also how to add this new field to the column list through php code. thanks 回答1: You can add field from module setting-> Layout Editor-> Add Custom Filed Or if you want to add field by using code then here below is the code. <?php $Vtiger_Utils_Log = true; include_once('vtlib/Vtiger/Menu.php'); include_once('vtlib/Vtiger