Results 1 to 5 of 5

Thread: Convert button has disappeared from Lead Display Screen

  1. #1
    nybanker is offline Junior Member
    Join Date
    Mar 2007
    Posts
    4

    Unhappy Convert button has disappeared from Lead Display Screen

    The convert to opportunity button has disappeared from the lead screen. Anyone has some guidance on what I need to do to get that back. Thanks

  2. #2
    andopes's Avatar
    andopes is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Jul 2006
    Location
    São Paulo - Brazil
    Posts
    8,335

    Default Re: Convert button has disappeared from Lead Display Screen

    Edit the files modules/Leads/metadata/detailviewdefs.php and custom/modules/Leads/metadata/detailviewdefs.php.
    Copy the array element

    PHP Code:
                    array (
                        
    'customCode' => '<input title="{$MOD.LBL_CONVERTLEAD_TITLE}" accessKey="{$MOD.LBL_CONVERTLEAD_BUTTON_KEY}" type="button" class="button" onClick="document.location=\'index.php?module=Leads&action=ConvertLead&record={$fields.id.value}\'" name="convert" value="{$MOD.LBL_CONVERTLEAD}">'
                    
    ), 
    from modules/Leads/metadata/detailviewdefs.php to custom/modules/Leads/metadata/detailviewdefs.php.
    Go to Admin -> Repair -> Quick Repair and Rebuild.

    Cheers
    André Lopes
    DevToolKit / Project of the Month - June 2009
    Lampada Global Services- Open Source Solutions
    Avenida Ipiranga, 318
    Bloco B - CJ 1602
    São Paulo, SP 01046-010
    Brazil
    Office: +55 11 3237-3110
    Mobile: +55 11 7636-5859
    e-mail: andre@lampadaglobal.com

    Lampada Global delivers offshore software development and support services to customers around the world.
    Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.

    I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.

  3. #3
    defaultmortgage is offline Junior Member
    Join Date
    Jun 2009
    Posts
    4

    Default Re: Convert button has disappeared from Lead Display Screen

    Worked for me! Thanks!

  4. #4
    heytimc is offline Sugar Community Member
    Join Date
    Nov 2007
    Posts
    58

    Default Re: Convert button has disappeared from Lead Display Screen

    Got the same problem but that fix doesn't work.
    Desparately seeking a witty sig.........

  5. #5
    heytimc is offline Sugar Community Member
    Join Date
    Nov 2007
    Posts
    58

    Default Re: Convert button has disappeared from Lead Display Screen

    This problem as resolved itself after last patch install (5.2.0h (Build 5744)). A relief but puzzling
    Desparately seeking a witty sig.........

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Lead convert screen has country drop down
    By Mithun in forum Developer Help
    Replies: 4
    Last Post: 2009-06-02, 11:40 AM
  2. Replies: 0
    Last Post: 2009-02-23, 08:02 PM
  3. Replies: 3
    Last Post: 2008-12-03, 12:34 AM
  4. Replies: 3
    Last Post: 2008-01-18, 09:39 PM
  5. Replies: 1
    Last Post: 2005-05-18, 02:48 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
  •