In Sugar Lead Last Name is a required field. We get a lot of Leads without a contact person.
What keyword do you use for the leads Last Name with only the company name (Account Name)?
In Sugar Lead Last Name is a required field. We get a lot of Leads without a contact person.
What keyword do you use for the leads Last Name with only the company name (Account Name)?
Hi Max
U can remove the type required for this field .Just goto /modules/Leads/metadata/editviewdefs.php just around line 77 there code like
array('name'=>'last_name',
'displayParams'=>array('required'=>true),
change required type from true to false
array('name'=>'last_name',
'displayParams'=>array('required'=>false),
may this help u.
Vishwasrao Salunkhe
vishwasrao.salunkhe@gmail.com
Fan Of Sachin Tendulkar
Operating System :- Windows XP
PHP Version:- 5.3
Apache :-2.2.11
MYSQL :-5.1.36
Hello vishwasrao,
with this hack, during leads importing (CVS), can i jump required this field?
Vishwasrao Salunkhe
vishwasrao.salunkhe@gmail.com
Fan Of Sachin Tendulkar
Operating System :- Windows XP
PHP Version:- 5.3
Apache :-2.2.11
MYSQL :-5.1.36
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks