Results 1 to 2 of 2

Thread: Contact issues

  1. #1
    C_Boyer is offline Junior Member
    Join Date
    Jan 2011
    Posts
    1

    Default Contact issues

    Greetings,

    I am having an issue with my contacts. My name appears as the contact name in every record, as well as the assigned to name. If I create a vfile to Outlook the name appears correctly. If I wanted to use Outlook for my CRM I would, but I do not.

    Any suggestions?

    Chuck

  2. #2
    Angel's Avatar
    Angel is offline Sugar Community Member
    Join Date
    Jul 2005
    Location
    Los Angeles
    Posts
    4,813

    Default Re: Contact issues

    I've seen this happen before. It is an odd issue relating to the user's preferences.

    Fixing it is a bit cumbersome as it requires direct access to the database.

    Assuming you have that access, you'll first want to get the ID value that corresponds with your user name. You can get that from the user's table. For the purposes of the example, we'll assume the value is '123456'

    Next, you'll want to mark your existing preferences as deleted, in particular, those relating to the Contacts module. The following query would do it for you (assuming the above referenced ID value is the correct one):

    update user_preferences set deleted = 1 where assigned_user_id = '123456' and category like 'Contacts%'

    Refresh your view on the Contacts module after doing that and verify all is fine.
    Regards,

    Angel Magaņa
    Co-Author: Implementing SugarCRM 5.x (Packt Publishing -- Sept. 2010)
    Blog: http://cheleguanaco.blogspot.com.
    Twitter: @cheleguanaco.

    ________
    | Projects: |_____________________________________
    |
    | CandyWrapper (.NET Wrapper for SugarCRM SOAP API). Source now available on GitHub!
    | GoldMine to SugarCRM Express Conversion. Latest: 1.0.1.7 (Nov. 3, 2009)
    | CRM SkyDialer (Skype Integration). Latest: 1.0.2 (Feb. 17, 2010)
    | Round Robin Leads Assignment
    | Phone Number Formatter
    | CaseTwit (Twitter Integration)
    ______________________________________________

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 4
    Last Post: 2010-09-16, 08:17 AM
  2. import contact issues
    By ashiwebi in forum Developer Help
    Replies: 1
    Last Post: 2009-03-22, 08:02 PM
  3. Replies: 0
    Last Post: 2008-08-06, 09:14 AM
  4. New to Sugar, add contact issues
    By DealerE in forum Help
    Replies: 4
    Last Post: 2008-05-13, 08:42 PM
  5. Replies: 0
    Last Post: 2004-11-10, 08:42 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
  •