By Default vTiger has a filter “All” which contains the commonly used fields, however sometimes those fields are not enough and it would be nice to include other fields into “All” filter. Unfortunately, you can not edit “All” filter using the user interface, however there’s a work around.
In order to specify the columns we always want to see, we will have to create a custom filter and set it as public & default. I will explain how to do that for Contact module – you can follow the same procedure for any standard or custom vTiger module.
Once the filter is approved it will always open up as a default. Note, that the first filter field will be default “Search for” field.
2 Comments
ok I
I´ve changed the default view ( ALL ) in assets module for other called general and works fine, but in other related modules like account, when have asociated asset show the default view (ALL).
do you know how can I change this?
thanks
This can be changed in modules/Accounts/Accounts.php – you will find the array of related list fields.
Hope that helps.