how to change the vtiger lastname field not mandatory

simply by running the below mysql command

update vtiger_field set typeofdata = 'V~O' where tablename = 'vtiger_leaddetails' and columnname = 'lastname';




Comments

Popular posts from this blog

Run MySQL query from Asterisk Dialplan and get values