Is there a wildcard of some sort so that when importing a list, all of the variations in a field will be imported and not just the ones listed in the drop-down associated with that field?
Is there a wildcard of some sort so that when importing a list, all of the variations in a field will be imported and not just the ones listed in the drop-down associated with that field?
Phillip Crum
Chief Idea Officer
MarketingMeasure/Sir Speedy Printing and Marketing Services
Dallas, TX 75229
pcrum@MarketingMeasure.com
http://www.MarketingMeasure.com
Hi Phillip
I have never tried it before but I believe there is no way to do this.
When importing a dropdown/radion button field the Import functionality try to match the imported value to the available options.
So I suggest you to update the values of that field into file to be imported accordingly to dropdown list.
You can add new options if required.
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.
Sounds to me like there's two options.
1. If I have a jillion different variables in a field to be imported, then I have to input those jillion variables into my drop-down so the import will go smoothly, or...
2. Know enough about importing the db directly into the MySql file and avoid #1.
Yes?
And thanks for taking the time to answer my question. I appreciate it.
Phillip Crum
Chief Idea Officer
MarketingMeasure/Sir Speedy Printing and Marketing Services
Dallas, TX 75229
pcrum@MarketingMeasure.com
http://www.MarketingMeasure.com
If you go with #2, you will have problems down the line. For example, when you try to edit a record whose dropdown value does not exist in the dropdown list, the value will automatically change to the "default" for that dropdown.
mrmmm is right - it's the same. Non existing values don't show. But with a little bit of fiddling you should be able to put them into /custom/include/language/en_us.lang.php in the following format:
$GLOBALS['app_list_strings']['list_your_dropdown']=array (
'v1' => 'value1',
'v2' => 'value2',
);
Best would be to create the dropdown first the normal way with one value only and then extend it. The values you get from your existing list with a simple 'group by'
Hope that helps...
PS: don't forget that you have to import the 'v1' and not the 'value1' but they may be the same
__________________________
Robert Laussegger
http://www.iscongroup.net
Bei Fragen: support@iscon.at
Die deutschen Sprachdateien für SugarCRM und das deutsche Handbuch gibt es hier: http://goo.gl/kPsAz
Ab sofort auch mit 6.4.2
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks