Results 1 to 3 of 3

Thread: Newbie question about how to create new contact

  1. #1
    mrteeth is offline Member
    Join Date
    Nov 2010
    Posts
    8

    Default Newbie question about how to create new contact

    When I typie in a name in the "Account Name " field, it populates with the field with other names and it makes it very difficult to enter in another name. For example: I want to name one of my account XYZ schools. Well in the field, it only comes up as XYZ City Schools. I can change it, but as soon as I go to another field, that one goes blank.

    Does anyone know how I can disable the auto populate field in the Account Name box?

    thx again.

  2. #2
    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: Newbie question about how to create new contact

    If you want to disable the auto populate on Account Name field and only select Account through Popup, so you need to edit the custom/modules/Contacts/metadata/editviewdefs.php and add the code:

    PHP Code:
    'displayParams' => array(
      
    'readOnly' => true,
    ), 
    Inside account_name field definition.

    Go to Admin -> Repair -> Quick Repair and Rebuild

    Cheers
    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.

  3. #3
    mrteeth is offline Member
    Join Date
    Nov 2010
    Posts
    8

    Default Re: Newbie question about how to create new contact

    Oh my goodness. I actually have to put in those codes? I can try it. Hopefully it doesnt' mess anything up or my boss will kill me.

    Thank you.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Newbie question - Lookup lead/contact based on Caller ID
    By jasondeegan in forum General Discussion
    Replies: 2
    Last Post: 2010-05-20, 05:39 PM
  2. newbie question: need to create new form for sugarcrm
    By bnelsonFSO in forum Developer Help
    Replies: 2
    Last Post: 2009-10-26, 09:13 PM
  3. create contact email field question
    By sugarnub in forum Developer Help
    Replies: 0
    Last Post: 2008-01-14, 10:46 PM
  4. Newbie question
    By curtcraig in forum Help
    Replies: 1
    Last Post: 2007-08-30, 02:51 AM
  5. Newbie question
    By inbox in forum Help
    Replies: 2
    Last Post: 2004-11-06, 11:54 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
  •