Results 1 to 1 of 1

Thread: Search in Calls for Related Project doesn't seems to work..?!

  1. #1
    dekleinemedia is offline A Prolific Poster
    Join Date
    May 2009
    Location
    Netherlands
    Posts
    241

    Default Search in Calls for Related Project doesn't seems to work..?!

    Hi,

    I have a many to many relationship between Project and Calls.

    Now I have created a new Project, and have a subpanel 'Calls'. When I create a new 'Call' within this project this 'Call' is listed in ListView of Calls Module.

    Now I want to search in 'Calls' module for 'related project'.

    In Basis Search when I choose the related project and click 'select' i get the Pop-up screen.
    There I select the related Project. Then I hit the button 'search' but then the ListView of 'Calls' is empty...?

    See screenshots


    How is this possible?
    This is my searchdefs.php file

    PHP Code:
    <?php
    $searchdefs 
    ['Calls'] = 
    array (
      
    'layout' => 
      array (
        
    'basic_search' => 
        array (
          
    'parent_name' => 
          array (
            
    'width' => '10%',
            
    'label' => 'LBL_LIST_RELATED_TO',
            
    'default' => true,
            
    'name' => 'parent_name',
          ),
        ),
        
    'advanced_search' => 
        array (
          
    'acc_name_c' => 
          array (
            
    'width' => '10%',
            
    'label' => 'LBL_ACC_NAME',
            
    'default' => true,
            
    'name' => 'acc_name_c',
          ),
        ),
      ),
      
    'templateMeta' => 
      array (
        
    'maxColumns' => '3',
        
    'widths' => 
        array (
          
    'label' => '10',
          
    'field' => '20',
        ),
      ),
    );
    ?>
    Please help me with this. Thanks in advance
    Attached Images Attached Images   
    Last edited by dekleinemedia; 2009-08-14 at 12:04 PM.
    Kind regards,

    De Kleine Media


    SugarCRM CE v.5.2.0h
    Windows platform
    MySQL v.5.1
    phpMyAdmin - 2.11.2.2
    Apache Server v.2.0

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. get related calls
    By josh.sweeney in forum Developer Help
    Replies: 4
    Last Post: 2009-01-30, 06:35 PM
  2. Replies: 6
    Last Post: 2008-09-12, 06:25 PM
  3. Enhanced Search project downloads do not work...
    By kazkawamura in forum Downloads
    Replies: 4
    Last Post: 2008-03-20, 07:55 AM
  4. Project Advance Search Related to field v5GA
    By JeanetteRoss in forum Help
    Replies: 0
    Last Post: 2007-12-18, 02:01 PM
  5. Project ,basic search dosn't work?
    By aleksserbia in forum Developer Help
    Replies: 2
    Last Post: 2007-09-06, 01:53 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
  •