[Vtigercrm-developers] Custom Module dont show in the Quick Create List

Alan Lord alanslists at gmail.com
Sun Jul 5 11:50:30 GMT 2020


On 05/07/2020 02:45, William Cardona wrote:
> Hi to all
> 
> anyone know how to make for to show the custom module show in the Quick 
> Create List, cause has fields to show on form, but not look it in the 
> module list

You don't say what version of vtiger - but I have custom modules showing 
in the Quick Create list OK.


In the core Vtiger_Module_Model class is a method:

	public function isQuickCreateSupported() {
		return $this->isEntityModule();
	}

So if it is an entity module and you have not inherited and overridden 
the Vtiger_Module_Model method, and the module has some fields set for 
Quick Create in the layout editor then I guess it should be working.

HTH

Al



More information about the vtigercrm-developers mailing list