Results 1 to 3 of 3

Thread: Calls not appearing in History

  1. #1
    jvida is offline Member
    Join Date
    Feb 2009
    Posts
    7

    Default Calls not appearing in History

    I recently added 3 more options in "call_status_dom" in the Dropdown Editor. The options were "No Answer", "Machine - No Message" and "Machine - Left Message" in hopes to try and make it easier on me to make notes about calls I've made. If "Held" or "Not Held" are selected, then the calls show up in History, but if I select any of my 3 added fields, the call does NOT show up in History. However, if I click the "View Summary" in History, then I can see all the calls. How do I make all the calls show up in History without having to click "View Summary"?

    I'm using Sugar CE 5.2.0a by the way.
    Last edited by jvida; 2009-03-01 at 11:30 PM.

  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: Calls not appearing in History

    Hi jvida

    Take a look at the files modules/Calls/metadata/subpanel/ForHistory.php and modules/Calls/metadata/subpanel/ForActivities.php
    Inside these files there is a where clause which specify which call_status will be displayed in such subpanel.
    You need to edit both subpanels through Studio. SugarCRM will automatically copy these files into custom folder, then you can add the new options into specified subpanels.

    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
    jvida is offline Member
    Join Date
    Feb 2009
    Posts
    7

    Default Re: Calls not appearing in History

    Quote Originally Posted by andopes View Post
    Hi jvida

    Take a look at the files modules/Calls/metadata/subpanel/ForHistory.php and modules/Calls/metadata/subpanel/ForActivities.php
    Inside these files there is a where clause which specify which call_status will be displayed in such subpanel.
    You need to edit both subpanels through Studio. SugarCRM will automatically copy these files into custom folder, then you can add the new options into specified subpanels.

    Cheers
    I found both files, as well as the clauses that specify call_status to be displayed. It shows this:

    'where' => "(calls.status='Held' OR calls.status='Not Held')",

    You lost me on the rest though. I couldn't find in Studio where to edit the subpanels "ForHistory" and "For Activities". Do I need to manually edit the php files? Sorry, but I'm brand new to Sugar. Thanks for any help you can give me.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Subject of calls not appearing in listview
    By vishwasrao in forum Developer Help
    Replies: 0
    Last Post: 2009-01-15, 04:07 AM
  2. Closing Calls/Meetings/To-dos: History/Notes & Follow-ups
    By heytimc in forum Feature Requests
    Replies: 1
    Last Post: 2008-06-20, 05:04 PM
  3. Add History Subpanel to Calls Module in 5.0.0b
    By ftloop in forum Developer Help
    Replies: 3
    Last Post: 2008-04-04, 01:04 AM
  4. Adding Calls/History to Custom Module
    By dblake in forum Developer Help
    Replies: 1
    Last Post: 2008-02-25, 03:11 PM

Tags for this Thread

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
  •