Results 1 to 4 of 4

Thread: Deleting Entire Custom Dropdown

  1. #1
    claytonl is offline Junior Member
    Join Date
    Jan 2009
    Posts
    2

    Default Deleting Entire Custom Dropdown

    I created a custom dropdown list and now want to delete the entire drop down. I can delete individual list items in the drop down but do not see any means to delete the entire custom drop down in its entirety.

    Thanks,

    Clayton

  2. #2
    sugarcane is offline Sugar Community Member
    Join Date
    Apr 2005
    Location
    Chicago, IL
    Posts
    1,207

    Default Re: Deleting Entire Custom Dropdown

    Hi Clayton,

    you can delete it from the database in in the custom/include/language file
    Intelestream has a great deal of experience hosting and customizing the SugarCRM application. Our company is made up by former employees of SugarCRM, and together we have over 50 years of experience working with the application. To learn more about us, please visit our website at www.intelestream.net or contact us directly at 800-391-4055 or by email at info@intelestream.net

  3. #3
    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: Deleting Entire Custom Dropdown

    The best location to add the code to remove an entire dropdown list is the file:

    custom/Extension/application/Ext/Language/<language>.lang.php

    Inside this script add a code like that:

    PHP Code:
    <?php
    unset($app_list_strings['<dropdown_list>']);
    ?>
    Regards
    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.

  4. #4
    claytonl is offline Junior Member
    Join Date
    Jan 2009
    Posts
    2

    Default Re: Deleting Entire Custom Dropdown

    Thanks for the help sugarcane and andopes...

    Cheers,

    C

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 1
    Last Post: 2008-11-17, 12:33 PM
  2. Replies: 2
    Last Post: 2008-01-11, 03:28 PM
  3. Replies: 0
    Last Post: 2006-11-29, 06:59 PM
  4. Deleting Custom Drop Down
    By ckershner in forum Help
    Replies: 4
    Last Post: 2005-10-26, 04:18 PM
  5. deleting custom fields
    By tooshel in forum Help
    Replies: 1
    Last Post: 2005-05-12, 09:02 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
  •