Results 1 to 2 of 2

Thread: Search custom fields in the contacts module

  1. #1
    jades is offline Member
    Join Date
    Dec 2009
    Posts
    18

    Default Search custom fields in the contacts module

    Hi, been trying to figure this out for a couple of months
    I followed this link and a few others http://www.sugarcrm.com/forums/showt...h+custom+field but this looks like the most up to date one
    I got nowhere.
    I did add this to the vardefs.php in the contacts module but did not work. Basically I create an account number for each person and want to search that way with unified search

    Code:
    	'accountnum_c' =>
    		array (
    			'name' => 'accountnum_c',
    			'rname' => 'id',
    			'id_name' => 'accountnum_c',
    			'vname' => 'LBL_ACCOUNTNUM',
         		      'type' => 'id',
    			'source' => 'non-db',
    
    		),
    I am hoping I missed something very simple. I did delete the unified file in the cache in the modules folder

    Thanks so much

  2. #2
    blitz2190 is offline Senior Member
    Join Date
    Jul 2009
    Posts
    105

    Default Re: Search custom fields in the contacts module

    you don't need to add it to vardefs if it is already created, you can do what is in the last post of this thread but as it says it is not upgrade safe, and will not survive a quick repair rebuild.
    http://www.sugarcrm.com/forums/showthread.php?t=54907

    EDIT

    Never mind my first link

    just found this, http://www.sugarcrm.com/forums/showthread.php?t=47909 5th post down, worked for me
    Last edited by blitz2190; 2010-05-26 at 07:54 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Custom fields of one module in basic search of other module
    By asaya deepak in forum Developer Help
    Replies: 1
    Last Post: 2010-01-18, 11:48 PM
  2. Replies: 0
    Last Post: 2009-12-02, 05:38 PM
  3. custom fields into contacts search popup
    By dervaish in forum Help
    Replies: 1
    Last Post: 2009-04-18, 08:12 PM
  4. Replies: 2
    Last Post: 2008-10-10, 04:55 PM
  5. Replies: 1
    Last Post: 2006-03-07, 09:06 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •