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?
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?
It is the quick create form. What does the Studio version look like that's so different?
Apache/2.2.3 (Debian) PHP/5.2.0-8+etch11 MySQL 5.0.32
SalesAgility.com - SugarCRM Experts (UK)
Authors of Advanced OpenSales - Open Source Quotations, Invoices, Products and Contracts modules for SugarCRM Community Edition - Download here
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?
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![]()
Apache/2.2.3 (Debian) PHP/5.2.0-8+etch11 MySQL 5.0.32
SalesAgility.com - SugarCRM Experts (UK)
Authors of Advanced OpenSales - Open Source Quotations, Invoices, Products and Contracts modules for SugarCRM Community Edition - Download here
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.
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
Apache/2.2.3 (Debian) PHP/5.2.0-8+etch11 MySQL 5.0.32
SalesAgility.com - SugarCRM Experts (UK)
Authors of Advanced OpenSales - Open Source Quotations, Invoices, Products and Contracts modules for SugarCRM Community Edition - Download here
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.
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.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks