Results 1 to 2 of 2

Thread: Advanced search and searshdefs in popupdefs.php

  1. #1
    skuny is offline Junior Member
    Join Date
    Oct 2009
    Posts
    4

    Default Advanced search and searshdefs in popupdefs.php

    I modify my Contacts popupdefs.php in this way:

    $popupMeta = array('moduleMain' => 'Contact',
    'varName' => 'CONTACT',
    'orderBy' => 'nombre_comercial_c',
    'listviewdefs' => array(
    'NOMBRE_COMERCIAL_C' =>
    array (
    'width' => '30%',
    'label' => 'LBL_NOMBRE_COMERCIAL',
    'link' => true,
    'default' => true,
    ),
    ),
    'searchdefs' => array(
    'nombre_comercial_c',
    'nombre_fiscal_c',
    'cif_c',
    )
    );
    ?>

    But it appears in the Adavanced Search Contacts too. And if I deploy de Advanced Search view in Studio, the Advanced Search form appears in the popUp.

    żAny idea?

  2. #2
    vbondoux is offline Sugar Community Member
    Join Date
    Feb 2007
    Posts
    50

    Default Re: Advanced search and searshdefs in popupdefs.php

    same proiblem

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Datewise search in Advanced search of Activities module
    By vishwasrao in forum Developer Help
    Replies: 2
    Last Post: 2012-03-16, 04:50 PM
  2. Disabling Saved Search Select from Opening Advanced Search
    By tjdoyle00 in forum Developer Help
    Replies: 3
    Last Post: 2011-10-20, 03:07 PM
  3. Replies: 2
    Last Post: 2009-05-22, 12:04 PM
  4. Replies: 0
    Last Post: 2009-03-19, 06:28 AM
  5. Replies: 2
    Last Post: 2006-05-06, 01:24 AM

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
  •