Results 1 to 8 of 8

Thread: Call duration

  1. #1
    sebek is offline Sugar Community Member
    Join Date
    Mar 2008
    Posts
    96

    Default Call duration

    Hi, I'm trying to find how to change default SugarCRM call duration (00, 15, 30, 45) in minutes.

    The only file i can found this setup in is in modules/Calls/Call.php


    I changed this file but no changes are seen.

    Where can i change these vaues?

    Than you

  2. #2
    sugarcane is offline Sugar Community Member
    Join Date
    Apr 2005
    Location
    Chicago, IL
    Posts
    1,207

    Default Re: Call duration

    Hello sebek,

    you can actually change this in the Admin area. Go to Admin--> dropdown editor, and find the item called duration_intervals. Here you can add or modify the existing dropdown values.
    Intelestream has a great deal of experience hosting and customizing the SugarCRM application. Our company is made up by former employees of SugarCRM, and together we have over 50 years of experience working with the application. To learn more about us, please visit our website at www.intelestream.net or contact us directly at 800-391-4055 or by email at info@intelestream.net

  3. #3
    leowolff is offline Sugar Community Member
    Join Date
    Apr 2009
    Posts
    126

    Default Re: Call duration

    You can install enhanced studio as well, it has a nice range of new fields to control time, its more then worth to take a look.
    Regards,

    SugarCRM CE v.5.2.0c
    Windows platform
    MySQL v.5.0.37
    phpMyAdmin - 2.11.2.2
    Apache Server v.2.0

  4. #4
    sebek is offline Sugar Community Member
    Join Date
    Mar 2008
    Posts
    96

    Default Re: Call duration

    Thank you for your reply.

  5. #5
    cmacholz is offline Senior Member
    Join Date
    Sep 2009
    Location
    Missoula, MT
    Posts
    82

    Default Re: Call duration

    mmm, this doesn't work.

    I edited my (Admin--> dropdown editor, and find the item called duration_intervals) and I didn't see any updates to the Meeting durations.

    Furthermore, I DID see my CALL -> Duration changed with my updates, but NOT the meetings.

    Any ideas? (I'm running in developer mode and did a quick repair)

    It looks like meeting duration is not linked to "duration_intervals", does anyone know what it is linked to?

    Thanks

  6. #6
    mikesolomon is offline Sugar Community Member
    Join Date
    Feb 2008
    Location
    UK
    Posts
    1,467

    Default Re: Call duration

    Quote Originally Posted by cmacholz View Post
    mmm, this doesn't work.

    I edited my (Admin--> dropdown editor, and find the item called duration_intervals) and I didn't see any updates to the Meeting durations.

    Furthermore, I DID see my CALL -> Duration changed with my updates, but NOT the meetings.

    Any ideas? (I'm running in developer mode and did a quick repair)

    It looks like meeting duration is not linked to "duration_intervals", does anyone know what it is linked to?

    Thanks
    It is set in include/SugarFields/Fields/Datetimecombo/Datetimecombo.js
    Mike Solomon
    Development Manager
    Ivy Ltd
    www.ivy.ltd.uk]www.ivy.ltd.uk

    php version 5.2.6
    MySql 5.1.59

  7. #7
    cmacholz is offline Senior Member
    Join Date
    Sep 2009
    Location
    Missoula, MT
    Posts
    82

    Default Re: Call duration

    Can I edit the "include/SugarFields/Fields/Datetimecombo/Datetimecombo.js" file in an upgrade safe manner?

    Thanks

  8. #8
    mikesolomon is offline Sugar Community Member
    Join Date
    Feb 2008
    Location
    UK
    Posts
    1,467

    Default Re: Call duration

    Quote Originally Posted by cmacholz View Post
    Can I edit the "include/SugarFields/Fields/Datetimecombo/Datetimecombo.js" file in an upgrade safe manner?

    Thanks
    What I did was copy include/SugarFields/Fields/Datetimecombo to a new folder Datetimecombo_custom and made my changes there

    Then in custom/modules/Calls/metadata/edtiviewdefs.php I changed the type of date_start

    array (
    'name' => 'date_start',
    'type' => 'datetimecombo_custom',
    Mike Solomon
    Development Manager
    Ivy Ltd
    www.ivy.ltd.uk]www.ivy.ltd.uk

    php version 5.2.6
    MySql 5.1.59

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. call/meeting duration tab order
    By mikesolomon in forum Developer Help
    Replies: 2
    Last Post: 2009-03-30, 11:16 AM
  2. Default values for call duration
    By lanx in forum Help
    Replies: 7
    Last Post: 2007-11-03, 06:25 AM
  3. Call duration drop down list
    By allisean in forum Help
    Replies: 3
    Last Post: 2007-02-14, 12:04 AM
  4. Call Duration in Minutes
    By tritsma in forum Help
    Replies: 0
    Last Post: 2006-04-24, 12:11 PM
  5. Bug: Display of call duration wrong
    By borton in forum Feature Requests
    Replies: 2
    Last Post: 2004-11-04, 12:21 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
  •