Results 1 to 10 of 10

Thread: Items for contacts not showing up at account ?

  1. #1
    boblowski is offline Member
    Join Date
    Jun 2008
    Posts
    6

    Question Items for contacts not showing up at account ?

    Hi all,

    As a long time Act and also Maximizer user I'm now evaluating (among others) SugarCRM for our organization. I am familiar with the accounts/contacts model, but do not understand SugarCRM's way of handeling these. Perhaps I misunderstand something?

    Suppose I have an account with say 2 contacts. I add a note to contact 1 and a task to contact 2. These items show up at the contacts, but not at the account. That is, not unless I explicitly define a relation at the 'Related To' setting for the note/task.

    Is this the intended behaviour? I mean, an account is an aggragate of its contacts, isn't it? At least that's how it works most CRM tools I know. Shouldn't the account automatically show all available items for all it's contacts?

    Or is there some application setting I'm missing?

    Cheers, Bob

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

    Default Re: Items for contacts not showing up at account ?

    Sugar does do this automatically.

    How are you going about adding the note and task? I also assuming the relationship between the contact and account has already been established.
    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)
    ______________________________________________

  3. #3
    boblowski is offline Member
    Join Date
    Jun 2008
    Posts
    6

    Default Re: Items for contacts not showing up at account ?

    Thanks for your reply.

    I tried it again just now, and perhaps I did not make myself clear enough. (Or I am really thick... )

    I have an account. I add a contact directly to this account. Then I go to this new contact and I add (say) a task for this contact. SugarCRM then automatically sets the setting 'Related to' for this new task to 'Account' with the name of the account of the contact. If I then switch to the account, obviously the task will be visible, because I told SugarCRM directly that it is related to this account.

    But, as soon as I change this setting 'Related to' into something that makes a little bit more sense, like a specific opportunity or a project, then if I go back to the account, the task doesn't show up anymore at the account. I first have to click on the contact, to see my task.

    Surely this can't be right, can it? The task is related to the contact, and the contact is related to the account. So SugarCRM already knows that the task is related to the account.

    So what should I do to always show all items from all contacts for an account?

    Cheers, Bob

  4. #4
    boblowski is offline Member
    Join Date
    Jun 2008
    Posts
    6

    Default Re: Items for contacts not showing up at account ?

    Hi all,

    Apparently I am not the only one with questions about this behaviour. Just found this topic which asks the same question.

    Cheers, Bob

  5. #5
    boblowski is offline Member
    Join Date
    Jun 2008
    Posts
    6

    Default Re: Items for contacts not showing up at account ?

    Hi all,

    It is slowly getting decision time for us, and I would really like to have some feedback on this. Or am I in the wrong forum?

    SugarCRM would be (almost ) perfect for us, except for this thingy with the items from contacts not showing up at the account they belong to. Or as sylvaindoc puts it in
    this topic:

    ...this problem is the main drawback of sugar for my company. I really think the account detail view should display a summary of ALL activities related to an account, and that's how it works under Salesforce. To summarize, I'd like to see the activities and history of the account and its direct, and only direct, children (Contacts, Opportunities, Leads, Cases, Bugs, Quotes and Projects) all in the activities and history subpanels under this account, with the field related to referring to the actual object owning the activity.
    (This is BTW also how it works in Act and in Maximizer.) And which is answered by andydreisch:

    Hi all, thanks for the input. This is very useful for us as we map out post-4.5 plans.
    I'll make sure this topics gets a full airing when we mull over the next release features.
    Should I take his answer as an acknowledgement of the problem and that it is being worked on? Can somebody enlighten me?

    Thanks & cheers, Bob

  6. #6
    roblaus's Avatar
    roblaus is offline Sugar Community Member
    Join Date
    Dec 2006
    Location
    Vienna / Austria
    Posts
    2,850

    Default Re: Items for contacts not showing up at account ?

    Hi,

    I think that this behaviour is indeed intended simply because it's not always the case that a particular entry relates to the contact and the contact's account. Think of the construction industry where a contact may be a member of an architecture firm but all activities during a certain period of time must relate to the project the person is working on.
    Nonetheless you have a valid point. In 5.1 you can create relationships in studio and thus it's easy to have 3 different "fixed" relationships plus one standard "flex relate" in your activities.
    If you do not want to wait for 5.1 (due in Summer) it's fairly easy to fix your issue with a few lines of code that usually is upgrade safe.

    rgds
    rl
    __________________________
    Robert Laussegger
    http://www.iscongroup.net

    Bei Fragen: support@iscon.at
    Die deutschen Sprachdateien für SugarCRM und das deutsche Handbuch gibt es hier: http://goo.gl/kPsAz
    Ab sofort auch mit 6.4.2

  7. #7
    boblowski is offline Member
    Join Date
    Jun 2008
    Posts
    6

    Default Re: Items for contacts not showing up at account ?

    Hi Robert,

    Thanks for your helpful reply.

    I think that this behaviour is indeed intended simply because it's not always the case that a particular entry relates to the contact and the contact's account. Think of the construction industry where a contact may be a member of an architecture firm but all activities during a certain period of time must relate to the project the person is working on.
    I think I start to understand the problem. For the SugarCRM devs an 'account' is not an aggregate of it's contacts, but a separate kind of logical container, just like a project is. That is why they feel an object must explicitly be linked to an account. That explains those problems people looking for a B2C solution have with SugarCRM as well.

    Nonetheless you have a valid point. In 5.1 you can create relationships in studio and thus it's easy to have 3 different "fixed" relationships plus one standard "flex relate" in your activities.
    That sounds perfect. Is this functionality already availale in the 5.1 release candidate? I presume that I can find the necessary information in the manual.

    If you do not want to wait for 5.1 (due in Summer) it's fairly easy to fix your issue with a few lines of code that usually is upgrade safe.
    You mean like change the SQL for the subpanels (what are they called?) that collects the data for the account view? Or do you mean some other kind of solution?

    Thanks again for your reply. It's a rainy day over here, perfect for building a test setup

    Thanks & Cheers, Bob

  8. #8
    roblaus's Avatar
    roblaus is offline Sugar Community Member
    Join Date
    Dec 2006
    Location
    Vienna / Austria
    Posts
    2,850

    Default Re: Items for contacts not showing up at account ?

    I think you got the point. And yes, 5.1RC does have the functionality already.

    For the pre-5.1 versions you will find tons of comments regarding "how to create a relationship", I believe that there is even a Wiki about it.

    But as always: Stay as close as possible to the original, it makes upgrading so much easier. And: Look at the Pro version, especially for reporting issues.

    Good luck...
    rl
    __________________________
    Robert Laussegger
    http://www.iscongroup.net

    Bei Fragen: support@iscon.at
    Die deutschen Sprachdateien für SugarCRM und das deutsche Handbuch gibt es hier: http://goo.gl/kPsAz
    Ab sofort auch mit 6.4.2

  9. #9
    malcolmh's Avatar
    malcolmh is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Aug 2004
    Posts
    1,712

    Default Re: Items for contacts not showing up at account ?

    Hi,

    As far as I can see this functionality is not automatically available in 5.1RC. Just tried it with Opportunites, call record not being shown at the Account level

    Looking at a bug 22360 which we created it say it will be fixed in a FUTURE version.
    Cheers Malcolm

    Genius4U Limited - Ingenious simple IT solutions for you / Genial einfache IT Lösungen für Sie
    http://www.genius4u.com or http://www.genius4u.de

  10. #10
    roblaus's Avatar
    roblaus is offline Sugar Community Member
    Join Date
    Dec 2006
    Location
    Vienna / Austria
    Posts
    2,850

    Default Re: Items for contacts not showing up at account ?

    I meant multiple relationships, not an automatic aggregation. The latter is a question of industry and/or type of company. For some of the customers I was working with the only focal point is the opportunity and NOT the account. For others (as I said further up) in e.g. the construction industry only the project counts because accounts may only exist for the duration of the project.
    Sort of a parameter setting "automatic link" would be fine.
    __________________________
    Robert Laussegger
    http://www.iscongroup.net

    Bei Fragen: support@iscon.at
    Die deutschen Sprachdateien für SugarCRM und das deutsche Handbuch gibt es hier: http://goo.gl/kPsAz
    Ab sofort auch mit 6.4.2

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. list view is not showing module items
    By jmcalderond in forum General Discussion
    Replies: 2
    Last Post: 2008-05-24, 08:34 PM
  2. Replies: 1
    Last Post: 2008-04-10, 03:36 PM
  3. Replies: 3
    Last Post: 2008-04-08, 05:42 PM
  4. Showing Member Organizations of Account
    By Lennu in forum General Discussion
    Replies: 0
    Last Post: 2006-03-27, 12:31 PM
  5. Contacts not showing under Account
    By adavidson in forum Help
    Replies: 0
    Last Post: 2005-06-04, 08:39 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
  •