programming faqs interview questions tech technical educational freshers guide preparation interviews hr telephonic
try another color:
try another fontsize: 60% 70% 80% 90%
Programming FAQs

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.
Average: 3 (2 votes)

We can add the custom fields

We 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'