Results 1 to 5 of 5

Thread: Meeting / Call with multiple participants

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

    Default Meeting / Call with multiple participants

    Hi,

    I am setting up a conference call with say 3 external participants (module activities, new call in v. 5g)
    Problem 1: I can use contacts and users only, no leads
    Problem 2: I put all three participants on my planning table but after I save the activity I have three entries in my call list, each of them showing the same contact (the first one I added).

    I do understand (technically) where this is coming from but it is extremely confusing. Is there an (easy) possibility to either show just one call entry or to show the "real" contact or to at least replace the contact entry by something like "multiple"?
    Because inevitably the user tries to delete the first redundant entry but is then left with no entries at all.
    With my limited knowledge of SQL I'd say that a group by user, time in the call/meeting list should do the trick.

    [edit]: interesting. In 5.1 I can add leads as well AND only contacts multiply the entries in the call&meeting list. Leads do not. Smells like a solution but with a bug. Or?

    Any opinions?

    thx & rgds
    rl
    Last edited by roblaus; 2008-08-21 at 06:27 AM.
    __________________________
    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

  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: Meeting / Call with multiple participants

    Hi Robert

    To display Leads you have to edit the file jssources/src_files/modules/Meetings/jsclass_scheduler.js

    Replace the line

    Code:
    var query = {"modules":["Users","Contacts"],"group":"and","field_list":['id','full_name','email1','phone_work'],"conditions":conditions};
    For this one:

    Code:
    var query = {"modules":["Users","Contacts","Leads"],"group":"and","field_list":['id','full_name','email1','phone_work'],"conditions":conditions};
    I didn´t understand the issue regarding the "Problem 2".

    Can you explain again and describe the work flow?

    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
    roblaus's Avatar
    roblaus is offline Sugar Community Member
    Join Date
    Dec 2006
    Location
    Vienna / Austria
    Posts
    2,850

    Default Re: Meeting / Call with multiple participants

    Hi André,

    Tx for the reply.

    Problem 2 comes from the fact that Sugar displays relations rather than records (in some instances). Here I create a call/meeting and in the planning section I choose 3 contacts whom I want to invite to participate. Means they all appear as contacts in the subpanel underneath the call meeting. And each of them has the activity related too. But If I look at my call/meeting list view I see the same activity 3 times, once for each participant. Each activity shows the same contact in the list view - the one that I have assigned first. I'll attach a print...
    In 5.1 the same happens but with contacts only. Leads are suppressed and I see the entry only once.

    I saw that you understand some German so it shouldn't be too difficult.
    Attached Images Attached Images     
    __________________________
    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

  4. #4
    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: Meeting / Call with multiple participants

    Hi Robert

    I'm not sure this is the default behavior of Inviting Contacts/Users.
    I'll try to reproduce it in some system and then I'll give you a feed back.

    Best regards.
    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.

  5. #5
    davidfeeley is offline Junior Member
    Join Date
    Jul 2008
    Posts
    3

    Default Re: Meeting / Call with multiple participants

    This is still an issue on an out-of-the-box sugarondemand professional edition trial.

    Its a pretty big drawback for meetings & calls with > 1 participant to be listed multiple times in the Activities list view. Anyone got a workaround for this?

    thanks

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 2
    Last Post: 2007-12-10, 03:08 PM
  2. Replies: 1
    Last Post: 2007-09-15, 02:59 PM
  3. Creating a meeting from a call
    By stevec in forum Developer Help
    Replies: 0
    Last Post: 2007-02-15, 02:10 PM
  4. Replies: 0
    Last Post: 2006-06-21, 02: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
  •