CRM Open Source Business & Social CRM Software

Results 1 to 2 of 2

Thread: Leads pop up form mondification

  1. #1
    pmisner is offline Sugar Community Member
    Join Date
    Mar 2006
    Posts
    29

    Default Leads pop up form mondification

    Is there anyway to modify the leads pop up form for assigning to a target list? It can only search on first name, and last name, but I would like a search based upon account name?

    If I used the custom field chooser to add a new field, will this work? What form do I add the change to?

    Thanks in advnace

    Paul Misner
    Account Manager
    MTM Technologies
    410-740-3490
    vpndude@vpndude.com

  2. #2
    Raven is offline Member
    Join Date
    Dec 2006
    Posts
    6

    Default Re: Leads pop up form mondification

    add to metadaa/popupdefs.php in a where clause

    'whereClauses' =>
    array('accounts_name' => 'leads.account_name',

    and add in a popup_picker.html a row <td width="20%" class="dataLabel" nowrap="nowrap">{MOD.LBL_ACCOUNT_NAME}</td>
    <td width="25%" class="dataField" nowrap="nowrap"><input name='accounts_name' tabindex='1' size='25' maxlength='35' type="text" value="{ACCOUNTS_NAME}"></td>

    a think that wil be all. sorry a used my code for example, so some you'll need to change some values.

Thread Information

Users Browsing this Thread

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

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
  •