Page 1 of 3 123 LastLast
Results 1 to 10 of 21

Thread: Which form is this and how do I edit it?

  1. #1
    D_M_S is offline Senior Member
    Join Date
    Aug 2009
    Posts
    64

    Default Which form is this and how do I edit it?

    Which form is this? I thought it was the QuickCreate form but what I see in Studio doesn't look anything like this form. Which form is this?
    Attached Images Attached Images  

  2. #2
    salesagility's Avatar
    salesagility is offline Sugar Community Member
    Join Date
    Aug 2006
    Location
    UK
    Posts
    2,379

    Default Re: Which form is this and how do I edit it?

    It is the quick create form. What does the Studio version look like that's so different?

  3. #3
    D_M_S is offline Senior Member
    Join Date
    Aug 2009
    Posts
    64

    Default Re: Which form is this and how do I edit it?

    The way the form looks in Studio is shown below. This form most mimics my standard lead edit form but editing this form does nothing to either the QuickCreate or my lead form. Weird huh?

    I should also point out that this form was giving me headaches in WIMP and I've only been able to load it in WAMP. In WIMP, it would simply error out as "Failed to retrieve data" and the logs were completely empty. Now the form loads and the error log is still empty.

    Any help?
    Attached Images Attached Images  

  4. #4
    salesagility's Avatar
    salesagility is offline Sugar Community Member
    Join Date
    Aug 2006
    Location
    UK
    Posts
    2,379

    Default Re: Which form is this and how do I edit it?

    Sorry D_M_S ... I gave you a bum steer.

    This is the quick create form that appears if you create a lead from a subpanel ... ie ... goto Accounts, scroll down to Leads and click Create .... this form dictates that.

    Apologies ... never changed it before and like you made 1+1=3

  5. #5
    D_M_S is offline Senior Member
    Join Date
    Aug 2009
    Posts
    64

    Default Re: Which form is this and how do I edit it?

    OK, good to know.

    So, then back to my original question - how do I modify the form that is in the first picture above? I work with comsumers, so I just need to change it from Office Phone to Home Phone but I can't find anywhere that gives me the option to change this form.

  6. #6
    salesagility's Avatar
    salesagility is offline Sugar Community Member
    Join Date
    Aug 2006
    Location
    UK
    Posts
    2,379

    Default Re: Which form is this and how do I edit it?

    You'll have to edit the language files .... but this is NOT upgrade safe.

    You'll find it at modules/leads/language ... it's called en_us.language.php

  7. #7
    CBREGolf is offline Sugar Community Member
    Join Date
    Sep 2009
    Posts
    45

    Default Re: Which form is this and how do I edit it?

    I'm having the same issue. Quickcreate form in Studio looks like this:



    Sidebar form looks like this:



    I'd really just like to remove it from my custom module but I figure I should understand it better. I expected changes to the layout would appear automatically after 'Save & Deploy'.

  8. #8
    shamimwilson is offline Sugar Community Member
    Join Date
    Mar 2009
    Location
    Banglore India
    Posts
    235

    Default Re: Which form is this and how do I edit it?

    Quote Originally Posted by D_M_S View Post
    Which form is this? I thought it was the QuickCreate form but what I see in Studio doesn't look anything like this form. Which form is this?
    Hi,

    If you want to modify the side quick create then go to modules/Leads/metadata
    Then copy the sidequickcreatedefs.php
    to custom/modules/Leads/Metadata
    In this file you can make any changes according to your requirement.
    ShamimWilson
    shamim.797@gmail.com.

  9. #9
    shamimwilson is offline Sugar Community Member
    Join Date
    Mar 2009
    Location
    Banglore India
    Posts
    235

    Default Re: Which form is this and how do I edit it?

    Quote Originally Posted by CBREGolf View Post
    I'm having the same issue. Quickcreate form in Studio looks like this:



    Sidebar form looks like this:



    I'd really just like to remove it from my custom module but I figure I should understand it better. I expected changes to the layout would appear automatically after 'Save & Deploy'.

    To remove the sidequickcreate form
    go to custom/modules/Leads/Views/view.sidequickcreate.php

    Then add the following lines:

    <?php
    if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');

    require_once('include/MVC/View/views/view.sidequickcreate.php');

    class LeadsViewSidequickcreate extends ViewSidequickcreate {
    function display() {
    return '';
    }
    }
    ?>

    Then quick repair and rebuild

    Hope this will help you.
    ShamimWilson
    shamim.797@gmail.com.

  10. #10
    CBREGolf is offline Sugar Community Member
    Join Date
    Sep 2009
    Posts
    45

    Default Re: Which form is this and how do I edit it?

    I don't seem to have View folders in either of my custom modules. I guess that's the problem. I'm starting to think that I have serious server config issues preventing SugarCRM from writing all of the files it is supposed to.

Page 1 of 3 123 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Include Edit Form Inside another Edit Form
    By swhitlow in forum Developer Help
    Replies: 3
    Last Post: 2009-06-25, 07:52 PM
  2. Edit notes form
    By timolein in forum Help
    Replies: 1
    Last Post: 2009-05-18, 05:29 PM
  3. Replies: 3
    Last Post: 2008-08-06, 12:31 AM
  4. edit quick insert form
    By RyanZec in forum Help
    Replies: 2
    Last Post: 2008-01-23, 01:54 PM
  5. Edit the basic Search form
    By vincentd401 in forum Developer Help
    Replies: 2
    Last Post: 2007-09-27, 10:09 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
  •