-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attribute types #31
Comments
Can you give an example? Also, if you could provide with information on which types Zoho supports it would be great! |
There are several field types available in Zoho CRM, I'll document them here along with associated data types
There are a couple of other fields too, |
Here's an example payload, containing the full response from the API -> https://gist.github.com/artsyca/4b625278a3977f113e35aa3efeb57b72 |
Strictly speaking we're using Zoho as an alternative data source for models that would typically be stored using
ActiveRecord
. This plugin has great promise of course but at present it treats all fields like text which is challenging when it comes to formats like dates, it would be helpful to support the various attribute types more organicallyThe text was updated successfully, but these errors were encountered: