Results 1 to 5 of 5

Thread: Calender won't show activities (calls f.e.)

  1. #1
    knoop is offline Sugar Community Member
    Join Date
    Aug 2010
    Posts
    79

    Default Calls won't show in calendar or at timeline in editview

    Dear members,

    One of our sales managers had alsways used the shared calendar view to get an overview of all calls held or plannend by the members of the salesteam. He added these employes to the shared calendar and he got a nice overview of all calls that week.

    At the moment my calender isn't showing any calls.

    Also when I want to add a call, the expected time isn't showing in the timeline below in the editview. Maybe these problems are related to eachother. (in my test installation it's working well)

    I don't know were to start solving this issue.
    Last edited by knoop; 2011-02-03 at 10:08 AM. Reason: Changed Title
    Prod: Version 6.1.0 (Build 5389)
    Test: Version 6.4.2 (Build 7526)

  2. #2
    davidboris is offline Sugar Community Member
    Join Date
    May 2010
    Posts
    1,113

    Default Re: Calender won't show activities (calls f.e.)

    Hello,

    I think this will solve that issue.
    Thumbs up.

    Skype ID - david__boris

    SugarForge Projects:

    WYSIWYG now in studio!(Version 1.1 is out now!)

    Sugar Feeds on your personalized home pages like iGoogle, My Yahoo!, etc.

    Fab Tools! > Dashlet Not Followed Opportunities for past six Months

  3. #3
    knoop is offline Sugar Community Member
    Join Date
    Aug 2010
    Posts
    79

    Default Re: Calender won't show activities (calls f.e.)

    Hi,

    I'm that far that a creater is added automatically to a meeting or call after it is saved. But is there a possibiliy to add the creater automatically after opening the create new call page? So that you see this user in the timeline below?


    This is what i did so far:

    I created the file LogicHookAutoInvite.php and put it in in de main directory custom/

    PHP Code:
    <?php

    class LogicHookAutoInvite
    {
        public function 
    inviteCurrentUser($bean$event$arguments)
        {
            global 
    $current_user;
            
    $bean->set_accept_status($current_user'accept');
        }
    }
    ?>
    Then there was no file logic_hooks.php in custom/modules/Calls so I created it. It has the following code in it:

    PHP Code:
    <?php
    $hook_version 
    1;
    $hook_array = Array();
    $hook_array['after_save'] = Array();
    $hook_array['after_save'][] = Array(1'Auto invite user''custom/LogicHookAutoInvite.php','LogicHookAutoInvite','inviteCurrentUser');
    ?>
    Last edited by knoop; 2011-02-11 at 07:45 AM.
    Prod: Version 6.1.0 (Build 5389)
    Test: Version 6.4.2 (Build 7526)

  4. #4
    davidboris is offline Sugar Community Member
    Join Date
    May 2010
    Posts
    1,113

    Default Re: Calender won't show activities (calls f.e.)

    Hello,

    The logic_hooks.php file should be inside custom/modules/Calls not custom/modules/calls.
    Thumbs up.

    Skype ID - david__boris

    SugarForge Projects:

    WYSIWYG now in studio!(Version 1.1 is out now!)

    Sugar Feeds on your personalized home pages like iGoogle, My Yahoo!, etc.

    Fab Tools! > Dashlet Not Followed Opportunities for past six Months

  5. #5
    knoop is offline Sugar Community Member
    Join Date
    Aug 2010
    Posts
    79

    Default Re: Calender won't show activities (calls f.e.)

    Thanks, it works allright.

    The only thing I want to see now is that the creater is added before saving the call. So that you see the timeline the first time you create a call.

    Prod: Version 6.1.0 (Build 5389)
    Test: Version 6.4.2 (Build 7526)

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Show more information in the Shared Calender
    By chrislynch8 in forum Help
    Replies: 2
    Last Post: 2010-03-15, 01:47 PM
  2. Show Contacts Activities in Accounts Activities
    By EDUCASTREAM in forum Developer Help
    Replies: 5
    Last Post: 2010-01-28, 10:41 PM
  3. Replies: 18
    Last Post: 2009-11-23, 06:23 AM
  4. Replies: 0
    Last Post: 2009-09-22, 10:22 AM
  5. Export calender data for Outlook(meetings + calls)
    By aheuermann in forum Downloads
    Replies: 0
    Last Post: 2006-08-10, 06:25 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
  •