Releases: amalc/rubyzoho
Releases · amalc/rubyzoho
Search Records Format
Replaces getSearchRecords with searchRecords in the Zoho API. The direct impact of this is increasing the number of API calls you can make. However, this search method appears to be asynchronous, so if you update a record and then immediately look for it, it will not updated or in the event of a create, will return a nil. This applies to deletes as well. So a deleted record will show up in a search which immediately follows. Empirical evidence shows about 30 - 45 seconds before search is updated. Be warned! Thanks to @summera PR#33.
Field mapping to support special characters
Supports mapping of fields with special characters in Zoho to the API and back. #30.