When I enter a new contact, the first field shown is "First Name". I would like to remove the title field that immediately precedes the name. Is there a way to accomplish this (without creating custom fields for "name"). Thanks.
When I enter a new contact, the first field shown is "First Name". I would like to remove the title field that immediately precedes the name. Is there a way to accomplish this (without creating custom fields for "name"). Thanks.
Go to your SugarInstance\moduels\contacts\metedata\editviewva rds.php file and remove the costom code line in first_name definition.
PHP Code:array (
array (
'name' => 'first_name',
//'customCode' => '{html_options name="salutation" options=$fields.salutation.options selected=$fields.salutation.value} <input name="first_name" size="25" maxlength="25" type="text" value="{$fields.first_name.value}">',
),
'phone_work',
),
Better Sugar, Better Life!
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.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks