programming faqs interview questions tech technical educational freshers guide preparation interviews hr telephonic
How to add custom fields to list view in vtiger crm
You can't request more than 20 challenges without solving them. Your previous challenges were flushed.
Fri, 09/17/2010 - 01:43 — Anonymous
We can add the custom fields
Fri, 09/17/2010 - 02:07 — AnonymousWe can add the custom fields to list view with out any changes to code.
- Editview there is a option to create custom view
- Click on "New" Create, the view with your custom/default fields. make it as public.
- Save it.
- now this new custom view is your default view
-to make it default to all users
- Open the Database from your DB tool or PHPMyAdmin
- goto to "vtiger_customview" , set the default column to '1'
- change existing default column to '0'