Hi
I want to Customize the Text field of the Opportunity Name in the Oppoprtunities Module to DropDown. How Can I do this from the admin's login? Or Please tell me some other way of doing this.
Its Urgent. Please Reply.
Hi
I want to Customize the Text field of the Opportunity Name in the Oppoprtunities Module to DropDown. How Can I do this from the admin's login? Or Please tell me some other way of doing this.
Its Urgent. Please Reply.
Mike Solomon
Development Manager
Ivy Ltd
www.ivy.ltd.uk]www.ivy.ltd.uk
php version 5.2.6
MySql 5.1.59
Sorry I put accounts not opportunities and wrong path
Create a file Custom/Extension/modules/Opportunities/Ext/Vardefs/custom.php
$dictionary['Opportunity']["fields"]["name"]["type"] = 'enum';
$dictionary['Opportunity']["fields"]["name"]["options"] = "THEDROPDOWNNAME";
Mike Solomon
Development Manager
Ivy Ltd
www.ivy.ltd.uk]www.ivy.ltd.uk
php version 5.2.6
MySql 5.1.59
Yes, I did that, but still it was not working.
I created a DropDown list named OPP_NAME.
Then I Created a file Custom/Extension/modules/Opportunities/Ext/Vardefs/custom.php
In which I pasted the following thing.
$dictionary['Opportunity']["fields"]["name"]["type"] = 'enum'; $dictionary['Opportunity']["fields"]["name"]["options"] = "OPP_NAME";
And then I repaired by clicking on "Quick Repair and Rebuild" by following the path (Admin-> Repair-> Quick Repair and Rebuild)
Still I was not able to see the change.
Am I doing it correct?
Well it sounds good to me
What version of Sugar are you using
Mike Solomon
Development Manager
Ivy Ltd
www.ivy.ltd.uk]www.ivy.ltd.uk
php version 5.2.6
MySql 5.1.59
It is SugarCRM
Version 6.1.2 (Build 5555)
OK u are right
I tested it in 5.51 and works fine
I then tested in 6.1 and it doesn't
Sugar must have changed how it works![]()
Mike Solomon
Development Manager
Ivy Ltd
www.ivy.ltd.uk]www.ivy.ltd.uk
php version 5.2.6
MySql 5.1.59
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks