Results 1 to 3 of 3

Thread: Add in Additional Details popup Assigned to

  1. #1
    samppa65 is offline Junior Member
    Join Date
    Aug 2009
    Posts
    1

    Question Add in Additional Details popup Assigned to

    Hello,

    totally newbie in sugarcrm, I need to add assigned to in additional details popup in calender view, any help would be appreciated.

    Thank you.

    BR
    Samppa

  2. #2
    shamimwilson is offline Sugar Community Member
    Join Date
    Mar 2009
    Location
    Banglore India
    Posts
    235

    Default Re: Add in Additional Details popup Assigned to

    Hi,

    Go to modules/Calls/metadata/additionalDetails.php.

    Then add the following liens of code.

    if(!empty($fields['ASSIGNED_USER_NAME']))
    $overlib_string .= '<b>'. $mod_strings['LBL_ASSIGNED_TO_NAME'] . '</b> ' . $fields['ASSIGNED_USER_NAME'] . ' <br>';



    hope this will help you.

  3. #3
    SugarDev.net is offline Sugar Community Member
    Join Date
    Feb 2008
    Posts
    1,401

    Default Re: Add in Additional Details popup Assigned to

    Developers go here
    Businesses go there (Dutch)

    Modules:
    SugarDev.net Developer Tools | Config | Dutch Language Pack
    "Nothing gets fixed unless there is a bug"

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Additional Details
    By timolein in forum Help
    Replies: 3
    Last Post: 2011-08-11, 08:59 AM
  2. How to add additional details?
    By amrutha in forum Developer Help
    Replies: 6
    Last Post: 2009-03-25, 12:35 PM
  3. MyBugs etc. - additional details !?
    By nomar in forum Developer Help
    Replies: 3
    Last Post: 2008-07-17, 11:45 AM
  4. Additional Details popup window
    By mmansperger in forum Help
    Replies: 2
    Last Post: 2008-05-03, 04:30 PM
  5. Modifying the Additional Details popup
    By stevec in forum Developer Help
    Replies: 2
    Last Post: 2006-07-18, 04:39 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
  •