Results 1 to 3 of 3

Thread: Sidecreate shortcut in detailview

  1. #1
    kenneth.thorman is offline Sugar Community Member
    Join Date
    Oct 2007
    Posts
    191

    Default Sidecreate shortcut in detailview

    Hi

    I have quite a few simple lookup like values defined by using custom modules.
    When I have to populate them there are only 1-3 fields to fill and so I use the sidecreate to create them since this seems faster.
    When I click save and Sugar switches to detailview the shortcut sidecreate disappears. I would like it to still be present and just blank ready to enter a new item. This would speed up the process. I have been looking around but been unable to find a solution to this. Probably missing something obvious?

    Anyone?

    Regards and thanks in advance
    Ken

  2. #2
    sanjeev1225's Avatar
    sanjeev1225 is offline Sugar Community Member
    Join Date
    May 2008
    Posts
    83

    Default Re: Sidecreate shortcut in detailview

    Hello kenneth.thorman,

    It's a very good thought,

    U have to modify the file themes/$current_theme/header.php line no 784


    if ($currentModule && function_exists('get_new_record_form')) {
    $xtpl->assign("NEW_RECORD", get_new_record_form());
    $xtpl->parse("main.left_form_new_record");
    $new_record_form = true;
    }


    delete the code $action == "index" in if condition
    Sanjeev Thummala
    E-Mail :sanjeev_1225@yahoo.com

  3. #3
    kenneth.thorman is offline Sugar Community Member
    Join Date
    Oct 2007
    Posts
    191

    Default Re: Sidecreate shortcut in detailview

    Thank you very much

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 3
    Last Post: 2010-01-29, 12:27 AM
  2. DetailView of the module Meeting in SUGAR 5
    By wkamdem in forum General Discussion
    Replies: 6
    Last Post: 2008-04-03, 01:28 PM
  3. EditView fields in DetailView
    By joel.oliveira in forum Help
    Replies: 3
    Last Post: 2008-01-29, 05:18 PM
  4. Display detailView
    By aksana in forum Developer Help
    Replies: 3
    Last Post: 2006-10-06, 02:28 AM
  5. A new shortcut in Activities
    By tiger0516 in forum Help
    Replies: 0
    Last Post: 2006-03-15, 07:49 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
  •