Results 1 to 2 of 2

Thread: How to: add veiw of related account at tasks in shared calendar?

  1. #1
    keidence is offline Junior Member
    Join Date
    Mar 2011
    Posts
    3

    Default How to: add veiw of related account at tasks in shared calendar?

    Hi all!
    I've implemented this with calls and meetings by adding $act->sugar_bean->parent_name
    in modules/calendar/templates/template_calendar.php
    Code:
    echo "<td width="100%">
                      <a href="index.php?module=Calls&action=DetailView&record=".
                      $act->sugar_bean->id."">".
                      $app_list_strings['call_status_dom'][$act->sugar_bean->status].":".
                      $act->sugar_bean->name. "&nbsp,".$act->sugar_bean->parent_name. "(".
                      $timedate->to_display_time($act->sugar_bean->time_start, true, false)."
                      )</a></td></tr>";
    But the same didn't work with tasks.
    I've no idea why
    Any advice?
    Thanks

  2. #2
    keidence is offline Junior Member
    Join Date
    Mar 2011
    Posts
    3

    Default Re: How to: add veiw of related account at tasks in shared calendar?

    I'm still searching for an implementation..
    May be someone have done this?

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Calendar error after install of Shared Calendar by Month
    By stikekar in forum Installation and Upgrade Help
    Replies: 3
    Last Post: 2006-11-30, 08:47 AM
  2. Can tasks show up on shared calendar
    By kparker in forum Help
    Replies: 0
    Last Post: 2006-04-25, 08:33 PM
  3. Shared Calendar Tasks
    By ElgertS in forum Help
    Replies: 0
    Last Post: 2005-11-22, 04:00 PM
  4. Replies: 0
    Last Post: 2005-10-07, 04:15 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
  •