This question has been flagged
1 Reply
3345 Views

Right now if there is no phone on record, but there is a mobile number on record, the list view just shows a blank field. It's looking for phone, but I was wondering if it was possible to make it look for phone and then mobile if no phone.

Avatar
Discard
Best Answer

The list view is like a table and it is simply displaying the content of the table. What you can do is to add the mobile field to the columns that you want the tree view to display. This is very easy. just locate the address tree view in the xml and add the mobile field to it (test with this) so for ever contact, you have the mobile and phone displayed. once this works you can build a module that inherits the address mobile and replace the mobile field using xml

Avatar
Discard