Skip to content

3.0.0

Latest
Compare
Choose a tag to compare
@tharunpargi tharunpargi released this 22 Apr 12:39
508e18b

3.0.0

  • Changed phone and mobile field datatype in Users.
  • Added new moveAttachmentsTo field in LeadConverter class.

For more details, kindly refer to here.

  • Install Ruby SDK

    • Ruby SDK is available through Gem. You can download the gem using:
      gem install ZOHOCRMSDK6_0
    • You can include the SDK to your project using:
      require 'ZOHOCRMSDK6_0'
    • The Ruby SDK will be installed in your client application.

    Dependencies

    • Dependencies that should be included in the project
      • install cgi
        gem install cgi
      • install csv
        gem install csv
      • install json
        gem install json
      • install multipart-post
        gem install multipart-post
      • install rest-client
        gem install rest-client
      • install uri
        gem install uri
      • install mysql2
        gem install mysql2
      • install tzinfo
        gem install tzinfo