This documentation refers to an older version of CiviCRM (3.4 / 4.0). The current stable version is 4.1. Please introduce all documentation changes and new material here.

Skip to end of metadata
Go to start of metadata
This page refers to CiviCRM 3.4 and 4.0, current STABLE version.

Documentation Search


CiviCRM 3.4 and 4.0 Documentation

Support and Participation

Developer Resources


CiviCRM books!

Make sure to check out the FLOSS Manual Understanding CiviCRM as well! You can also support this project by ordering a hard copy.

Or support us by buying an eBook or hard copy of Using CiviCRM from Packt Publishing.

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

Labels
  • None