The topic at hand related to importing data, which, as I discuss in that prior post, avoiding problems requires that some attention be given to the source data. Continuing this discussion, there are additional points worth mentioning about different data types.
More specifically, below are some parameters to keep in mind as you prepare your data for import:
Recipient SugarCRM Field Data Type
|
Source Data Format
|
DateTime
|
2012-10-23 09:30:00
|
Date
|
2012-10-23
|
MultiSelect
|
^Value^
^Value1^,^Value2^,^Value3^
Value must match the Item
Name entry defined in the associated drop down list, including case.
|
DropDown
|
Value must match the Item
Name entry defined in the associated drop down list, including case.
|
Checkbox
|
1 = Checked, 0 = Unchecked
|
Radio
|
1 = Selected, 0 = Unselected
|
I hope that helps save you some time at import time!