rubyzoho icon indicating copy to clipboard operation
rubyzoho copied to clipboard

Abstracting Zoho’s API into a set of Ruby classes, with reflection of Zoho’s fields using a more familiar ActiveRecord lifecycle, but without ActiveRecord. Works with Rails and Devise.

Results 26 rubyzoho issues
Sort by recently updated
recently updated
newest added

@amalc: Facing issues while defining the Zoho configurations. **System version** 1. Rails: 4.2.8 2. Ruby: 2.2.5 3. Ubuntu: 18.04 4. rubyzoho: 0.5.0 Currently, my application is running on the above...

Just want to confirm, is there any upgrade plan in terms of new zoho api version, v2. https://www.zoho.com/crm/help/api/deprecation-transition-announcement.html >Deprecation Date: Dec 31, 2018 >Issue fixes, API support, and enhancements for...

fix 4834Invalid Ticket Id by using end point from https://www.zoho.eu/crm/help/api/using-api-url.html

I have uploaded a new Lead, and now I want to upload a Task with its "related to" field set to that Lead. I tried `task.related_to = lead.leadid`, and got...

As I understand, `ActiveSupport::HashWithIndifferentAccess` after merging it with a regular `Hash` has all it's `String` keys frozen, and your gem is trying to modify a key if it is a...

Allows the newFormat field to be set when updating to the ruby api

Sorry to open yet another ticket about custom field names, I see there have been a few previously but they are marked resolved yet I am still experiencing issues. I...

Hi I could not add products to a SalesOrders nor Quotes, and when I try to get a SalesOrder/Quote i get the product_details nil. is there anything I do wrong?...

Is it possible to bulk insert records into Zoho, thus utilizing the API Limits properly? Right now on callling .save inserts it instantly using one API call. https://www.zoho.com/crm/help/api/insertrecords.html https://www.zoho.com/crm/help/api/api-limits.html Any...

Hi, I'm playing around with allowing the ability to use other services besides CRM. It seems that there are several other products that use the same structure like Sheets, People,...