Results 1 to 3 of 3

Thread: Make Notes a Separate Tab?

  1. #1
    KKim is offline Junior Member
    Join Date
    Jul 2008
    Posts
    1

    Default Make Notes a Separate Tab?

    Hello All,

    I'm just beginning to become familiar with SugarCRM. I have it installed on a local server. The "Notes" functionality is very important to my organization, and I would like to know if it would be possible to have "Notes" as its own tab at the top using any of the admin tools that came with the program. Thanks in advance for your help.

    - K

  2. #2
    heta's Avatar
    heta is offline Sugar Community Member
    Join Date
    Nov 2007
    Location
    Ahmedabad,India
    Posts
    214

    Default Re: Make Notes a Separate Tab?

    hi KKim,

    add this code to custom/application/Ext/Include/modules.ext.php

    $beanList['Notes'] = 'Note';
    $beanFiles['Note'] = 'modules/Notes/Note.php';
    $moduleList[] = 'Notes';

    i hope it works.
    Best Regards
    ---------------------------------------
    Heta Shah - iNET PROCESS
    heta.shah@inetprocess.com
    http://www.inetprocess.co.in
    Projects :
    iNETDocs -Project of the month(Dec-2008)
    iNETGoogleMap

  3. #3
    kuske's Avatar
    kuske is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    Germany
    Posts
    2,597

    Default Re: Make Notes a Separate Tab?

    Nice try,
    you should write these lines to a own file notes.php in directory
    \custom\Extension\application\Ext\Include
    to make it repair-proof.

    <?php
    $beanList['Notes'] = 'Note';
    $beanFiles['Note'] = 'modules/Notes/Note.php';
    $moduleList[] = 'Notes';
    ?>


    Do you have any idea how to prevent TAB Activities to be activated when you click on TAB Notes ?
    Harald Kuske
    Pre-Sales Engineer Central Europe

    SUGARCRM Deutschland GmbH
    Erika-Mann-Str. 53, 80636 Munich, Germany
    Email: hkuske@sugarcrm.com
    Home: http://www.sugarcrm.com


Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Viewing Account Notes In Contacts Tab
    By Chopwood in forum Help
    Replies: 3
    Last Post: 2008-06-23, 03:52 PM
  2. Need a Notes dashlet or tab
    By sundarlal in forum Feature Requests
    Replies: 2
    Last Post: 2007-09-05, 05:27 PM
  3. Hide tab but make module available??
    By elRey in forum Help
    Replies: 0
    Last Post: 2006-09-14, 12:54 PM
  4. Make "Task" a tab
    By jrojas in forum Help
    Replies: 1
    Last Post: 2005-12-16, 09:34 PM
  5. "Show only my items" in Notes Tab
    By swisskid in forum Feature Requests
    Replies: 0
    Last Post: 2005-09-19, 05:09 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
  •