Results 1 to 2 of 2

Thread: new lead box

  1. #1
    ulderico is offline Junior Member
    Join Date
    Oct 2007
    Posts
    2

    Default new lead box

    hi! i would like to reproduce the "new lead" box, like te one on the "leads:home" page, on the "inbound mails"page.
    how can i do that?

    Thanks

  2. #2
    dpatech is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    NC
    Posts
    287

    Default Re: new lead box

    You can add this function (copied from modules\Leads\Forms.php) to modules\Emails\Forms.php

    Code:
    function get_new_record_form () {
    require_once('modules/Leads/LeadFormBase.php');
    $form = new LeadFormBase();
    return $form->getForm('');
    }
    - Sugar Team
    dpa Technology LLC
    e-mail: dpaDeveloper@dpatechnology.com
    web: http://www.dpatechnology.com

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 22
    Last Post: 2011-04-19, 02:26 PM
  2. Lead Assignment
    By Angel in forum Downloads
    Replies: 16
    Last Post: 2010-10-30, 03:08 AM
  3. Help on restricted lead management
    By aster1 in forum General Discussion
    Replies: 3
    Last Post: 2007-10-22, 04:27 PM
  4. From lead to order
    By george_bbch in forum Feature Requests
    Replies: 0
    Last Post: 2006-09-26, 02:02 PM
  5. HTTPUnit Create Lead...
    By rje in forum Developer Help
    Replies: 0
    Last Post: 2005-12-20, 04:12 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
  •