Related Articles
PHP SDK Sample
Here is the sample PHP code block for the getFieldDetails method. <?php require 'vendor/autoload.php'; class Module{ public function __construct() { ZCRMRestClient::initialize(); } public function getFieldDetails() { ...
Java SDK - Overview
Java SDK offers a way to create client java applications that can be integrated with Zoho CRM. This SDK makes the access and use of necessary CRM APIs with ease. In other words, it serves as a wrapper for the REST APIs, making it easier to use the ...
Persistence - Java SDK
Persistent classes in an application implement the entities of the business problem. In Java SDK, two default persistence classes with their implementations are provided. On the other hand, if a developer wants his specific implementation, he can ...
Create the first Java Application
Let us quickly walk through the sequence of steps to use Java SDK. 1. Register a Zoho client as described in the page link. 2. Create the File hierarchy in your eclipse project as shown below: 3. Create a folder ...
Configuration - Java SDK
Setting up the configuration is a system engineering process, for establishing and maintaining the consistency of the application's performance, functional and physical attributes with its requirements, design and operational information throughout ...