Results 1 to 2 of 2

Thread: searching on custom/linked fields

  1. #1
    grendel67 is offline Member
    Join Date
    Aug 2009
    Posts
    17

    Default searching on custom/linked fields

    I've successfully tweaked the Meetings listview to add some additional fields from Contacts (phone #, department) and they are even sortable. However, I'm having difficulty with searchability on these add-on fields. I can alter searchdefs.php to get field labels on the search forms, but there's no text entry area for the input values.

  2. #2
    andopes's Avatar
    andopes is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Jul 2006
    Location
    São Paulo - Brazil
    Posts
    8,335

    Default Re: searching on custom/linked fields

    You need to create these fields into Meetings extended vardefs (custom/Extension/modules/Meetings/Ext/Vardefs/) as non-db fields.
    You also will need to create a custom controller for Meetings to be able to set a new Meetings object on action_listview function.
    This Meetings object should be an instance of a new class which extends the default Meeting class.
    And you need to implement inside this new class the method create_new_list_query to create the ListView query properly.
    I mean, Sugar will try to find these Contacts fields inside the Meetings table, what will crash the query.

    Regards
    André Lopes
    DevToolKit / Project of the Month - June 2009
    Lampada Global Services- Open Source Solutions
    Avenida Ipiranga, 318
    Bloco B - CJ 1602
    São Paulo, SP 01046-010
    Brazil
    Office: +55 11 3237-3110
    Mobile: +55 11 7636-5859
    e-mail: andre@lampadaglobal.com

    Lampada Global delivers offshore software development and support services to customers around the world.
    Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.

    I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Searching custom fields
    By AGB21 in forum Help
    Replies: 1
    Last Post: 2007-11-19, 03:52 PM
  2. searching custom fields
    By beefjerky in forum Help
    Replies: 0
    Last Post: 2007-04-17, 06:48 PM
  3. Contact Searching and Viewing Custom Fields
    By jcborghetti in forum Help
    Replies: 1
    Last Post: 2006-09-06, 12:58 AM
  4. Searching on custom fields
    By cweston in forum Help
    Replies: 2
    Last Post: 2006-07-20, 07:38 AM
  5. Replies: 1
    Last Post: 2006-05-04, 06:52 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
  •