The following table describes the supported Zoho CRM data types and their mapping to the Python data types. The type codes returned in the description
cursor attribute can be used in the addtypecast()
cursor method.
Zoho CRM data type | Type code | Python data type |
---|---|---|
Boolean |
3004 |
bool |
Decision box |
3004 |
bool |
DateTime |
3007 |
datetime.datetime |
Date |
3007 |
datetime.datetime |
Time |
3018 |
datetime.time |
Decimal |
3008 |
float |
Percent |
3008 |
float |
Currency |
3008 |
float |
Number |
3013 |
int |
Lookup - Dropdown/Radio |
3013 |
int |
Auto Number |
3013 |
int |
Text |
3017 |
str |
String |
3017 |
str |
List |
3017 |
str |
KeyValue |
3017 |
str |
Collection |
3017 |
str |
File |
3017 |
str |
Name |
3017 |
str |
|
3017 |
str |
Address |
3017 |
str |
Phone |
3017 |
str |
Single Line |
3017 |
str |
Multi Line |
3017 |
str |
Drop Down |
3017 |
str |
Radio |
3017 |
str |
Multi Select |
3017 |
str |
Checkbox |
3017 |
str |
Rich Text |
3017 |
str |
URL |
3017 |
str |
Image |
3017 |
str |
Lookup - Multiselect/Checkbox |
3017 |
str |
Signature |
3017 |
str |
File upload |
3017 |
str |
Audio |
3017 |
str |
Video |
3017 |
str |
Formula |
3017 |
str |
Add Notes |
3017 |
str |
Users |
3017 |
str |
Integration |
3017 |
str |
Prediction |
3017 |
str |
Keyword Extraction |
3017 |
str |
Sentiment Analysis |
3017 |
str |
Text Analysis (OCR) |
3017 |
str |
Object Detection |
3017 |
str |