Release Notes
Current Version: zohocrmsdk-2-1 : Versionn 2.0.0
Install command - Maven:(in pom.xml)
<dependencies> <dependency> <groupId>com.zoho.crm</groupId> <artifactId>zohocrmsdk-2-1</artifactId> <version>2.x.x</version> </dependency> </dependencies>
Install command - Gradle
repositories{ maven { url "https://maven.zohodl.com" } } dependencies{ implementation 'com.zoho.crm:zohocrmsdk-2-1:2.x.x' }
Notes
Enhancement
Records count handled as long instead of a string.
Internal handling done for mandatory fields during insert and update operations.
Support Japan DC Environment.
Previous Versions
zohocrmsdk-2-1 : Version 1.0.0
Install command - Maven:(in pom.xml)
<dependencies> <dependency> <groupId>com.zoho.crm</groupId> <artifactId>zohocrmsdk-2-1</artifactId> <version>2.x.x</version> </dependency> </dependencies>
Install command - Gradle
repositories{ maven { url "https://maven.zohodl.com" } } dependencies{ implementation 'com.zoho.zohocrm-sdk-2-1:1.0.0' }
Enhancement
Java SDK upgraded to support v2.1 APIs.
Structural changes to aid the process of SDK configuration and initialization user-friendly.
Java SDK improved to support the following new APIs
- Assignment Rules
- Email Templates
- Field Attachments
- Inventory Templates
- Pipeline
- Send Mail
- Wizards