Results 1 to 2 of 2

Thread: how to change quick create to full form create in account subpanel?????

  1. #1
    SagarCRM's Avatar
    SagarCRM is offline Sugar Community Member
    Join Date
    Oct 2011
    Location
    Mumbai, Maharashtra, India
    Posts
    111

    Question how to change quick create to full form create in account subpanel?????

    hi experts,
    i'm having contacts subpanel in account. what i want to do is, i want to modify my contact subpanel quick create to full form as i want to refresh whole page on single entry.

    i tried changing in modules\Contacts\metadata\subpanels

    PHP Code:
    $subpanel_layout = array(
        
    'top_buttons' => array(
            array(
    'widget_class' => 'SubPanelTopCreateButton'),
            array(
    'widget_class' => 'SubPanelTopSelectButton''popup_module' => 'Contacts'),
        ),

        
    'where' => ''
    and in custom\Extension\modules\Contacts\Ext\Layoutdefs i didn't found any file regarding to contact and account subpanel....

    so how one can achieve that???

    any hint or idea is highly appreciated...
    Last edited by SagarCRM; 2012-01-11 at 12:24 PM.
    --

    Thanks & Regards,

    Sagar Salunkhe
    Mumbai, Maharashtra, INDIA

    sagar.salunkhe1991@gmail.com

    ~~ IT professionals never dies, they just go Offline... ~~


    sugar development and support services:- indian.sugarbean@gmail.com

  2. #2
    saad.ghouri is offline Member
    Join Date
    Jan 2012
    Location
    Lahore, Pakistan
    Posts
    8

    Default Re: how to change quick create to full form create in account subpanel?????

    do it in the right file.
    you r doing it in a wrong file
    try changing in modules\Accounts\metadata\subpanels

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 10
    Last Post: 2012-03-12, 08:12 AM
  2. Replies: 2
    Last Post: 2011-10-19, 12:44 AM
  3. Replies: 1
    Last Post: 2007-09-03, 09:44 AM
  4. Replies: 3
    Last Post: 2007-06-13, 12:28 AM
  5. Replies: 0
    Last Post: 2007-06-08, 12:10 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
  •