Results 1 to 7 of 7

Thread: Display contact / account information on Call page

  1. #1
    Proware's Avatar
    Proware is offline A Prolific Poster
    Join Date
    Mar 2006
    Location
    Sydney Australia
    Posts
    310

    Default Display contact / account information on Call page

    When adding a call/meting to an account or contact, I would like to automatically display information from the contact such as name, phone number etc.

    I have hacked the code to do this but is there a cleaner moreelegant way of doing this.

    I could not see any way in Studio for this.
    Cheers

    David Younger
    TSM - The Service Manager
    http://www.theservicemanager.com


    Operating system type and version: Windows 2003 Server
    » Sugar Suite version 4.5.1e Professional
    » Webserver type and version Microsoft-IIS/6.0
    » PHP version 5.2.6
    » MySQL server version 5.0.51a

  2. #2
    dpatech is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    NC
    Posts
    287

    Default Re: Display contact / account information on Call page

    You can do this in an upgrade-safe manner by using custom extension vardefs, i.e. you can extend the vardefs to include those related fields. What specific fields do you want to show?
    - Sugar Team
    dpa Technology LLC
    e-mail: dpaDeveloper@dpatechnology.com
    web: http://www.dpatechnology.com

  3. #3
    Proware's Avatar
    Proware is offline A Prolific Poster
    Join Date
    Mar 2006
    Location
    Sydney Australia
    Posts
    310

    Default Re: Display contact / account information on Call page

    For example, Company Name, Phone number, Industry etc

    Any information that would be helpful to display to the telemarketer about the account / contact while they are creating a call activity,
    Cheers

    David Younger
    TSM - The Service Manager
    http://www.theservicemanager.com


    Operating system type and version: Windows 2003 Server
    » Sugar Suite version 4.5.1e Professional
    » Webserver type and version Microsoft-IIS/6.0
    » PHP version 5.2.6
    » MySQL server version 5.0.51a

  4. #4
    heta's Avatar
    heta is offline Sugar Community Member
    Join Date
    Nov 2007
    Location
    Ahmedabad,India
    Posts
    214

    Default Re: Display contact / account information on Call page

    hi Proware,

    as per ur signature u r using 4.5e Professional, so

    you need to have fields in call's editview.html which will carry information u need.

    and for sqs u need to add new fields to sqs_objects field_list & populate_list array.

    and for popup u need to add new fields to popup_picker.html of ur related module. and add new function in popup_helper.js which will assign values to ur new fields.

    let me know if u need more information.

    hope it works for u.
    Best Regards
    ---------------------------------------
    Heta Shah - iNET PROCESS
    heta.shah@inetprocess.com
    http://www.inetprocess.co.in
    Projects :
    iNETDocs -Project of the month(Dec-2008)
    iNETGoogleMap

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

    Default Re: Display contact / account information on Call page

    Hi,

    Yeah, a well known problem that most of the CRM systems have. We are currently experimenting with enhanced studio - this should allow to run subqueries on field level. Unfortunately this solves only half of the problem (if we can make it work) because very often it is not enough just to see an entry of a related table but the agent might want/need to change it as well.

    We are currently working on a telemarketing product and this is one of the first and at the same time biggest hurdles to overcome (we are using standard Sugar wherever possible). One solution we are thinking of is to pack all needed fields together at the time when the campaign manager creates the call list for "his" campaign. This would also allow for campaign specific questions directly on the call screen.

    But the short answer to your question: No, I don't think there is an easy and elegant way today.

    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

  6. #6
    Proware's Avatar
    Proware is offline A Prolific Poster
    Join Date
    Mar 2006
    Location
    Sydney Australia
    Posts
    310

    Default Re: Display contact / account information on Call page

    I would have thought this would be a part of the standard Studio product. Has Sugar thought of doing this?

    As for the modifications mentioned, I have actually already done this as it is a requirement for our business.

    The problem is 2 fold.

    1. It is a pain in the neck each time we upgrade sugar as I need to go through so much source code to carry my mods forward. Any obvious things that could be moved back as part of the standard package would be a great help.

    2. The changes I have made plays havoc with Studio which doesn't know how to format my changes and corrupts them and hence, I can't really use Studio on such forms.
    Last edited by Proware; 2008-06-16 at 08:17 AM.
    Cheers

    David Younger
    TSM - The Service Manager
    http://www.theservicemanager.com


    Operating system type and version: Windows 2003 Server
    » Sugar Suite version 4.5.1e Professional
    » Webserver type and version Microsoft-IIS/6.0
    » PHP version 5.2.6
    » MySQL server version 5.0.51a

  7. #7
    heta's Avatar
    heta is offline Sugar Community Member
    Join Date
    Nov 2007
    Location
    Ahmedabad,India
    Posts
    214

    Default Re: Display contact / account information on Call page

    hi Proware,

    to answer ur second point,
    studio takes the views from custom/working/modules/MODULENAME/EditView.html

    so you have to make sure that ur changes are available in studio view.
    if it is not available
    open file... modules/Studio/parsers/StudioParser.php
    go to function getWorkingFile
    change $refresh = true.
    Refresh ur studio view.
    & find out ur changes in studio view.

    do not forget to change the $refresh=false else it will not take effects done through studio.

    hope it works.
    Best Regards
    ---------------------------------------
    Heta Shah - iNET PROCESS
    heta.shah@inetprocess.com
    http://www.inetprocess.co.in
    Projects :
    iNETDocs -Project of the month(Dec-2008)
    iNETGoogleMap

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 1
    Last Post: 2005-12-24, 09:38 AM
  2. Creating a new contact & account
    By ra42 in forum Help
    Replies: 2
    Last Post: 2005-11-20, 11:06 PM
  3. Replies: 0
    Last Post: 2005-06-17, 10:00 AM
  4. Replies: 1
    Last Post: 2005-01-16, 03:29 AM
  5. Replies: 0
    Last Post: 2004-10-27, 10:29 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
  •