Results 1 to 2 of 2

Thread: search for leads by a meetings

  1. #1
    yossidev is offline Junior Member
    Join Date
    Oct 2011
    Posts
    1

    Default search for leads by a meetings

    Hi
    I'm using sugarcrm community Version 6.2.2.
    I'm trying to add a field in the advanced search of leads module, which will give me leads according to its related meetings.
    for example:
    I want to search for all the leads (in the search panel of the leads module) which have meetings with a 'Planned' status. (the field in the search panel should be a dropdown of the 'meeting status')

    how can I do that?
    thanks in advance for any help.

  2. #2
    rafael.q.g@hotmail.com's Avatar
    rafael.q.g@hotmail.com is offline Sugar Community Member
    Join Date
    Jun 2011
    Location
    Florianópolis - Brazil
    Posts
    782

    Default Re: search for leads by a meetings

    I think you can define a field in your searchdefs.php, using as exemple the assigned user field, thsi will render you field correctly.
    PHP Code:
    'assigned_user_id' => 
                              array (
                                
    'name' => 'assigned_user_id',
                                
    'type' => 'enum',
                                
    'label' => 'LBL_ASSIGNED_TO',
                                
    'function' => 
                                array (
                                  
    'name' => 'get_user_array',
                                  
    'params' => 
                                  array (
                                    
    => false,
                                  ),
                                ), 
    Now to make it searchesworks you shoud customize your seachFields.php adding a new entry for your custom field with the desired sql select criteria.
    Rafael Queiroz Gonçalves
    Advanced OMG UML Certified Professional
    Sun Certified Enterprise Architect for the Java Platform
    Sun Certified Programmer for the Java 2 Platform
    IBM Certified Advanced Application Developer - Lotus Notes and Domino
    IBM Certified Application Developer - IBM WebSphere Portlet Factory
    Computer Science Mastering / UFSC - PPGCC

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 7
    Last Post: 2010-06-29, 11:34 AM
  2. Replies: 0
    Last Post: 2008-08-04, 03:35 PM
  3. Importing Meetings,Calls, Leads etc.
    By psp in forum General Discussion
    Replies: 1
    Last Post: 2006-09-21, 02:55 PM
  4. Replies: 0
    Last Post: 2005-01-28, 08:01 PM

Tags for this Thread

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
  •