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
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
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
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:
RegardsPHP Code:<?php
unset($app_list_strings['<dropdown_list>']);
?>
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.
Thanks for the help sugarcane and andopes...
Cheers,
C
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks