Hi
Is it possible to make Opportunity Name as drop down list?
Or this is not a recommend way of doing it?
Thank you
Hi
Is it possible to make Opportunity Name as drop down list?
Or this is not a recommend way of doing it?
Thank you
Hi, nasserff
It is possible in both 5.0 and older versions of SugarCRM, but the implementation in 5.0 is easier.
Let me know the version you are using and I can help you.
Best regards.
André Lopes
DevToolKit / Project of the Month - June 2009
Lampada Global Services- Open Source Solutions
Avenida Ipiranga, 318
Bloco B - CJ 1602
São Paulo, SP 01046-010
Brazil
Office: +55 11 3237-3110
Mobile: +55 11 7636-5859
e-mail: andre@lampadaglobal.com
Lampada Global delivers offshore software development and support services to customers around the world.
Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.
I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.
Dear andopes,
It is nice to hear from you once again.
I'm using SugarCE-5.0.0c
Many thanks in advance
Feras Nasser
Hi nasseriff,
To answer your question of whether it's recommended or not recommended to do this, I would ask you how many opportunitites you think you'll have in the system.
From a user interface standpoint, dropdown lists work best if you have a small set of choices to choose from. If you have a larger set of records, it's tedious to have to scroll through the list; in that case, using a search from is a better approach.
So think about how much data you're going to have to scroll through, then make your design decision based on that.
Susie Williams
Hi, nasserff
Susie is right.
If you have a lot of opportunities, I mean, 50 or more a dropdown list is not a good idea.
But if you have just a couple than you could use the controller.php to define the content of the dropdown and the view.edit.php to display it into layout.
Cheers
André Lopes
DevToolKit / Project of the Month - June 2009
Lampada Global Services- Open Source Solutions
Avenida Ipiranga, 318
Bloco B - CJ 1602
São Paulo, SP 01046-010
Brazil
Office: +55 11 3237-3110
Mobile: +55 11 7636-5859
e-mail: andre@lampadaglobal.com
Lampada Global delivers offshore software development and support services to customers around the world.
Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.
I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.
Dear susiewilliams and andopes,
Thanks for passing by, and regarding the number of opportunity in our case is approximately 5 to 10, so from what you are saying it will work fine, this is great
.
I hope if you can direct me to a thread that shows how to do those changes.
Many thanks for this support it is really appreciated
Feras
I did this a couple months back by creating a new custom field called opp_name_c of type dropdown and replacing the name field in the edit view.
To make this change work everywhere, I did the following:
- created a custom logic hook for Opportunities that set the name field equal to the opp_name_c field. This meant I didn't have to change the name field everywhere like in the detail view, list view, subpanels and tracker.
- I did have to modify two files that aren't upgrade safe yet. I needed to modify the quick create form in the Opportunities list view and the form used in Convert Lead. Those files were:
- modules/Opportunities/metdata/sidecreateviewdefs.php
- modules/Opportunities/OpportunityFormBase.php
Sugar Developer Zone - developer resources | Sugar University - user and admin training
Sugar Docs - user and admin documentation | Sugar Bug Tracker - Enter or view bugs
SugarForge- open source modules, themes, lang packs | SugarExchange - commercial extensions
Clint Oram
Chief Technology Officer and Co-founder
SugarCRM
Hi, clint.Originally Posted by clint
It is a good implementation!
Do you know when these file will be upgrade safe?
Best regards.
André Lopes
DevToolKit / Project of the Month - June 2009
Lampada Global Services- Open Source Solutions
Avenida Ipiranga, 318
Bloco B - CJ 1602
São Paulo, SP 01046-010
Brazil
Office: +55 11 3237-3110
Mobile: +55 11 7636-5859
e-mail: andre@lampadaglobal.com
Lampada Global delivers offshore software development and support services to customers around the world.
Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.
I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.
Hi,
That it is wonderful, for sure I will try to follow your lead and try to implement it, and I will get back to you as soon as I do it.
However, is it possible to find a source/document that shows how SugarCRM works from a functionally prospective (such as how logical flow of the CRM), to be honest I'm new to SugarCRM but I find it difficult to capture the big picture of it. It might be my fault not spending so much time searching for it, but the information should be pointed out and to be clear as the sun to an extend without technical information overload. I did some reviews for the documentation (not in depth)but it is not easy to understand.
In conclusion, it is difficult for me to customize SugarCRM without understanding how it works together in general.
Finally, I would like to thank all who invented this wonderful platform and the supporting team for it.
Feras Nasser
For a functional overview of SugarCRM, I suggest
reading through the Online Library in the Sugar University.
For a technical overview of SugarCRM, I suggest reading through the Getting Started page in the Sugar Developer Zone.
Sugar Developer Zone - developer resources | Sugar University - user and admin training
Sugar Docs - user and admin documentation | Sugar Bug Tracker - Enter or view bugs
SugarForge- open source modules, themes, lang packs | SugarExchange - commercial extensions
Clint Oram
Chief Technology Officer and Co-founder
SugarCRM
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks