Out of the box vTiger does not allow users to configure the “Select Popup” columns using the interface. The work around requires some knowledge of vTiger database structure and basic php skill. The “Select Popup” is a popup which shows up when you click “Select Products” or “Select Services” or when you click on any “Select” button on the system.
Note, once you change the columns for one module – the same columns will be displayed system wide. For example, if you change “Product” columns – every time you “Select Product” – customized columns will show up.
The procedure below describes how to add “Product Category” to the “Select Popup” in vTiger.
Try to “Select Product” and you will see that the “Product Category” is one of the columns in the in the popup as well as it shows up in the “Search Fields”.
You can use the same procedure to change any other “Select Popups” such as Contacts, Accounts, Trouble Tickets, Service Contracts, Opportunities, etc… The only thing that will be different is the directory of the module and the field related information.
3 Comments
with is not work for me. just blank column
If you are doing custom fields – you will have to include custom field table. Take a look at the select statement at the beginning of the file.
I did that but the default columns still exist.