Can I put custom fields in search result?
QUESTION:
Is there a way to put a custom field in the search result?
Currently it lists the following:
Name, Address, City, State, Postal, Country, Email, Phone
On my registration form I have made a custom field 'Company'.
Can I add this field to the search result?
RESPONSE:
You can do this in two ways...both using a "Profile"
http://wiki.civicrm.org/confluence/display/CRMDOC/Profiles+Admin
1. Customize the "Advanced Search" results listings:
- create a Profile and check "Used For" = "Search Results"
- add ALL the fields you want included in the results
- go to Advanced Seach and select your profile in the "Search Views" dropdown (upper right)
- do your search
2. Create a custom Profile search form
This is described in the documentation here:
http://wiki.civicrm.org/confluence/display/CRMDOC/Linking+Profiles
Source