[Vtigercrm-developers] Changing default view for all users

Alan Lord alanslists at gmail.com
Tue Jul 11 14:59:33 GMT 2017


On 11/07/17 15:03, MrJingles wrote:
> I want to create a custom view, with a custom name, with conditions applied,
> make this custom view public and then set it as the default view for all
> users, unless they override it.

Please look in the table vtiger_user_module_preferences

I opened the module class file for the CustomView module and saw 
reference to this table in one of the first functions. I think this is 
what you are meaning:

> select default_cvid from vtiger_user_module_preferences where userid = ? and tabid =?

HTH

Al



More information about the vtigercrm-developers mailing list