Results 1 to 2 of 2

Thread: problem customizing History subpanel

  1. #1
    lotary is offline Junior Member
    Join Date
    Nov 2008
    Posts
    3

    Default problem customizing History subpanel

    Hi there, I am new to sugarcrm and encountered 2 problems.

    1.

    How can i customize the history panel to show a custom field, ie. Under Opportunity?

    Ok. I added a custom field into Notes, Email, Task, Call and Meetings. and modified the 5 ForHistory.php to show the field. The Column name is shown on the History subpanel under Opportunity, but no data is not shown.

    When i look up the layoutdefs.php for Opportunity, I noticed the History called the 5 modules in a Collection. So I did a test, I commented out the collection array and put one of the module (Notes) into the history and comment out the type = Collection:

    'order' => 20,
    'module' => 'Notes',
    'subpanel_name' => 'ForHistory',
    // 'type' => 'collection',
    'get_subpanel_data' => 'notes',
    'title_key' => 'LBL_HISTORY_SUBPANEL_TITLE',
    'top_buttons' => array(
    array('widget_class' => 'SubPanelTopCreateNoteButton'),
    array('widget_class' => 'SubPanelTopArchiveEmailButton'),
    array('widget_class' => 'SubPanelTopSummaryButton'),
    ),

    In this case, the data is shown up for the notes. But I don't want 5 different History subpanels. Can anyone help me? I am out of ideas.



    2.

    The custom field i added for Notes, how can i hide the custom field when creating note for other modules, and only show up for Opportunities Module?

    BTW, i am on sugarcrm 5.1.0b.

    Thanks in advance.
    Last edited by lotary; 2008-12-15 at 01:32 PM.

  2. #2
    lotary is offline Junior Member
    Join Date
    Nov 2008
    Posts
    3

    Default Re: problem customizing History subpanel

    Anyone, help plz!!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. History subpanel
    By kinshibuya in forum Help
    Replies: 0
    Last Post: 2008-09-17, 09:14 PM
  2. Customizing the History list
    By bperciac in forum Help
    Replies: 0
    Last Post: 2008-07-29, 03:08 PM
  3. Replies: 5
    Last Post: 2008-01-07, 12:59 PM
  4. customizing subpanel display columns
    By sugarcare in forum Developer Help
    Replies: 9
    Last Post: 2006-12-21, 04:56 PM
  5. Customizing history subpanel
    By sylvaindoc in forum Help
    Replies: 1
    Last Post: 2006-04-14, 01: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
  •