Results 1 to 4 of 4

Thread: disable copy account address to contact address

  1. #1
    item is offline Sugar Community Member
    Join Date
    Oct 2010
    Location
    BELGIUM
    Posts
    193

    Default disable copy account address to contact address

    Hi,
    is there a way to disable the auto-copy address field from account to contact address field ?
    address, postalcode, state, country.
    Where i must look for disable this feature ?

    Thanks

  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: disable copy account address to contact address

    Hi Item

    You just need to:
    Edit file custom/modules/Contacts/metadata/editviewdefs.php;
    Look for field 'account_name';
    Remove from attribute 'displayParams' the item

    PHP Code:
    'copy' => 'primary'
    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
    davidboris is offline Sugar Community Member
    Join Date
    May 2010
    Posts
    1,113

    Default Re: disable copy account address to contact address

    Hello,

    Adding to Andopes solution, you need to comment

    PHP Code:
    'billingKey' => 'primary'
    code to stop copying the account's address while you use suggestion when you type account name. If you want to remove the possibility to copy the office phone too, you need to comment following code too.

    PHP Code:
    'additionalFields' => 
                  array (
                    
    'phone_office' => 'phone_work',
                  ), 
    Then do quick Repair and Rebuild.
    Thumbs up.

    Skype ID - david__boris

    SugarForge Projects:

    WYSIWYG now in studio!(Version 1.1 is out now!)

    Sugar Feeds on your personalized home pages like iGoogle, My Yahoo!, etc.

    Fab Tools! > Dashlet Not Followed Opportunities for past six Months

  4. #4
    item is offline Sugar Community Member
    Join Date
    Oct 2010
    Location
    BELGIUM
    Posts
    193

    Default Re: disable copy account address to contact address

    Thanks to Sugar Heros
    all done, now waiting for users reports.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Copy address from account to contacts
    By knoop in forum Developer Help
    Replies: 5
    Last Post: 2011-01-05, 11:01 AM
  2. Replies: 2
    Last Post: 2009-11-23, 02:12 PM
  3. Populating Account Address from Contact Address
    By hkphooey in forum General Discussion
    Replies: 6
    Last Post: 2009-07-29, 01:59 AM
  4. How to copy address from account?
    By jim.thornton in forum Developer Help
    Replies: 3
    Last Post: 2009-06-26, 12:43 PM
  5. Replies: 0
    Last Post: 2005-04-22, 12:58 AM

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
  •