Results 1 to 5 of 5

Thread: Quick Create for old Custom Modules 5.2 -> 6.1.1

  1. #1
    chrislynch8's Avatar
    chrislynch8 is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    Cork, Ireland
    Posts
    747

    Default Quick Create for old Custom Modules 5.2 -> 6.1.1

    Hi,

    I had alot of custom modules that where orginally created back in 5.0 then upgrade to 5.2 and recently upgraded to 6.1.1

    With a new Custom Modules that I create in 6.1.1, if it has a relationship to Accounts or Contacts. Then when I create one from the Subpanel of Account or Contacts it opens in a Quick Create first and gives me the option to go to full form.

    But with custom modules that came through the upgrade process they go straight the Full Form. Can I change this so they all go to the Quick Create first as some one them only have 5-6 fields, which will make it much faster..

    Rgds
    Chris
    Linkedin Profile:Chris Lynch

    FDC IT Solutions
    FDC House
    Wellington Road
    Cork
    Ireland

  2. #2
    franckt is offline Sugar Community Member
    Join Date
    Mar 2010
    Posts
    70

    Default Re: Quick Create for old Custom Modules 5.2 -> 6.1.1

    If I do understand your problem, you should have a look to your subpanel layout

    If you need :
    * a quick create button, you should have
    'top_buttons' =>
    array (
    0 =>
    array (
    'widget_class' => 'SubPanelTopButtonQuickCreate',
    ),
    1 => .....
    ),

    * a full create button :
    'top_buttons' =>
    array (
    0 =>
    array (
    'widget_class' => 'SubPanelTopCreateButton',
    ),
    1 => ...
    ),

  3. #3
    franckt is offline Sugar Community Member
    Join Date
    Mar 2010
    Posts
    70

    Default Re: Quick Create for old Custom Modules 5.2 -> 6.1.1

    Is this what you were looking for ?
    That will be nice to folllow a discussion U began, no ?
    That's only a question of politeness.

    F.

  4. #4
    chrislynch8's Avatar
    chrislynch8 is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    Cork, Ireland
    Posts
    747

    Default Re: Quick Create for old Custom Modules 5.2 -> 6.1.1

    Quote Originally Posted by franckt View Post
    Is this what you were looking for ?
    That will be nice to folllow a discussion U began, no ?
    That's only a question of politeness.
    F.
    Very touchy , I didn't follow up becuase I didn't try it out yet, thanks for the response and I will let you know how it goes.

    Rgds
    Chris
    Linkedin Profile:Chris Lynch

    FDC IT Solutions
    FDC House
    Wellington Road
    Cork
    Ireland

  5. #5
    chrislynch8's Avatar
    chrislynch8 is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    Cork, Ireland
    Posts
    747

    Red face Re: Quick Create for old Custom Modules 5.2 -> 6.1.1

    Hi,

    So that worked perfectly thanks.

    Rgds
    Chris
    Linkedin Profile:Chris Lynch

    FDC IT Solutions
    FDC House
    Wellington Road
    Cork
    Ireland

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Custom Data In Subpanel Quick Create
    By kebabman in forum Developer Help
    Replies: 3
    Last Post: 2011-03-23, 08:09 AM
  2. Replies: 0
    Last Post: 2010-09-24, 11:48 AM
  3. how to add quick create sub panel in custom module
    By rush1711 in forum Developer Help
    Replies: 5
    Last Post: 2010-06-02, 10:41 PM
  4. Creating two custom Modules - a Few quick Queistions
    By chrislynch8 in forum Developer Help
    Replies: 4
    Last Post: 2009-07-16, 08:15 AM
  5. Quick create forms - New modules
    By nikidinsey in forum Help
    Replies: 2
    Last Post: 2008-08-27, 02:16 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
  •