Results 1 to 7 of 7

Thread: Subpanel

  1. #1
    domanitrogen is offline Member
    Join Date
    Mar 2010
    Posts
    5

    Default Subpanel

    PS. i posted it in the wrong thread ADMIN please move

    Hi

    I am new to SugarCrm and i am developing two modules

    1- School Marketing (school_marketing)
    2- Used series (used_series)
    3- Series (series)

    relation
    (School Marketing ) one to many (used Series)
    (used Series) one to one (series)

    I have a package key (pcrm)


    i am tryng to show the series name in subpanel used_series but failed it works find in the list view. here is the code in subpanel used_series
    Code:
      'list_fields' => 
      array (
        	'name'=>array(
    	 		'vname' => 'LBL_NAME',
    			'widget_class' => 'SubPanelDetailViewLink',
    	 		'width' => '25%',
    			'target_module' => 'PCRM_SERIES',
    			'target_record_key' => 'NAME',
    		),
    Can any one help ? i tried upper lower cases no been working on it for two days no clue

    thanks in advance
    Last edited by domanitrogen; 2010-03-21 at 09:51 AM. Reason: wrong thread

  2. #2
    kbrill's Avatar
    kbrill is offline SugarCRM PS Engineer
    Join Date
    Jul 2004
    Location
    St Louis, MO
    Posts
    3,183

    Default Re: Subpanel

    What version of SugarCRM are you using? In 5.5.1 you should be able to do this in the UI.
    Kenneth Brill - Help Forum Moderator

    I do not respond to 'Private Messages'. Please email me directly instead

    When asking for help, PLEASE give us your Server Information and Version Numbers as asked for on the 'Post New Message' screen as well as any JavaScript errors shown at the bottom of the browser window.
    Help us Help You

  3. #3
    domanitrogen is offline Member
    Join Date
    Mar 2010
    Posts
    5

    Default Re: Subpanel

    I am using 5.5.1

    I tried the relate type did not work i can post the module

    Thanks for your help

  4. #4
    kbrill's Avatar
    kbrill is offline SugarCRM PS Engineer
    Join Date
    Jul 2004
    Location
    St Louis, MO
    Posts
    3,183

    Default Re: Subpanel

    Not sure what you mean by tried to use a relate field. But if you go to the studio you should have an option to edit the subpanels there.
    Kenneth Brill - Help Forum Moderator

    I do not respond to 'Private Messages'. Please email me directly instead

    When asking for help, PLEASE give us your Server Information and Version Numbers as asked for on the 'Post New Message' screen as well as any JavaScript errors shown at the bottom of the browser window.
    Help us Help You

  5. #5
    domanitrogen is offline Member
    Join Date
    Mar 2010
    Posts
    5

    Default Re: Subpanel

    I meant i want into module builder and created a field with a type relate ... it also did not work

  6. #6
    kbrill's Avatar
    kbrill is offline SugarCRM PS Engineer
    Join Date
    Jul 2004
    Location
    St Louis, MO
    Posts
    3,183

    Default Re: Subpanel

    Maybe I'm just not understanding what the issue is, can you restate what it is you are asking about. I just dont see where the relate field came from in all this.
    Kenneth Brill - Help Forum Moderator

    I do not respond to 'Private Messages'. Please email me directly instead

    When asking for help, PLEASE give us your Server Information and Version Numbers as asked for on the 'Post New Message' screen as well as any JavaScript errors shown at the bottom of the browser window.
    Help us Help You

  7. #7
    domanitrogen is offline Member
    Join Date
    Mar 2010
    Posts
    5

    Default Re: Subpanel

    Let me tell you the idea,


    Basically I have a module called School marketing i need to record what programs(series) are the school using and the quantity they are using.

    So a school can use many series.

    So i have an intermediates module named used_series that links series and adds a field quantity.

    Relation:
    School (one to many) used_series (one to one) series.

    This all works fine but when i go to the subpanel in school marketing,
    I can not see the series name in the “list”

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Subpanel Help?
    By jollyguy77 in forum Developer Help
    Replies: 0
    Last Post: 2009-11-18, 07:54 AM
  2. custom subpanel to Subpanel Group tab
    By kinshibuya in forum Help
    Replies: 0
    Last Post: 2009-07-01, 07:19 PM
  3. Name of subpanel
    By youn008 in forum Developer Help
    Replies: 1
    Last Post: 2009-05-18, 08:44 AM
  4. HOW TO: Subpanel Changes (Override subpanel name)
    By luisfdo in forum Developer Tutorials
    Replies: 0
    Last Post: 2009-03-12, 12:27 PM
  5. Where is the subpanel?
    By Meyer in forum Help
    Replies: 2
    Last Post: 2008-01-07, 11:43 AM

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
  •