Results 1 to 4 of 4

Thread: Default Keyword for Leads Last Name

  1. #1
    MaxG is offline Member
    Join Date
    Dec 2008
    Posts
    11

    Default Default Keyword for Leads Last 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)?

  2. #2
    vishwasrao's Avatar
    vishwasrao is offline A Prolific Poster
    Join Date
    Sep 2008
    Location
    Pune,Maharashtra,India
    Posts
    385

    Smile Re: Default Keyword for Leads Last Name

    Quote Originally Posted by MaxG View Post
    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

  3. #3
    MaxG is offline Member
    Join Date
    Dec 2008
    Posts
    11

    Default Re: Default Keyword for Leads Last Name

    Hello vishwasrao,

    with this hack, during leads importing (CVS), can i jump required this field?

  4. #4
    vishwasrao's Avatar
    vishwasrao is offline A Prolific Poster
    Join Date
    Sep 2008
    Location
    Pune,Maharashtra,India
    Posts
    385

    Smile Re: Default Keyword for Leads Last Name

    Quote Originally Posted by MaxG View Post
    Hello vishwasrao,

    with this hack, during leads importing (CVS), can i jump required this field?
    hi max,
    i am not getting what u want to say.
    Plz give in detail.
    post ur threads in developer help because there u will get instant anwers.
    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

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. please help urgent default sorting on leads
    By kanchan in forum Developer Help
    Replies: 1
    Last Post: 2008-04-14, 11:50 PM
  2. Is it possible to search by keyword?
    By spectheintro in forum Help
    Replies: 5
    Last Post: 2007-10-18, 01:48 PM
  3. default ordering in the Leads
    By kazu182 in forum Developer Help
    Replies: 2
    Last Post: 2007-01-05, 07:59 AM
  4. MySQL 5 and 'RELEASE' reserved keyword
    By Andrew Murphy in forum Developer Help
    Replies: 2
    Last Post: 2006-02-28, 03:19 PM
  5. Search by Keyword
    By rexykik in forum Help
    Replies: 0
    Last Post: 2005-09-30, 07:56 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
  •