Stored Procedures
Stored procedures are function-like interfaces that extend the functionality of the driver beyond simple SELECT/INSERT/UPDATE/DELETE operations with Zoho CRM.
Stored procedures accept a list of parameters, perform their intended function, and then return any relevant response data from Zoho CRM, along with an indication of whether the procedure succeeded or failed.
CData JDBC Driver for Zoho CRM Stored Procedures
Name | Description |
ConvertLead | Convert a lead. |
CreateSchema | Creates a schema file for the specified table or view. |
DeleteFile | Delete a file attached to a record. |
DelinkRelatedRecords | It will remove the relation between modules. |
DownloadFile | Download a file attached to a record. |
GetOAuthAccessToken | Gets the OAuth access token from ZohoCRM. |
GetOAuthAuthorizationURL | Gets the authorization URL. Access the URL returned in the output in an Internet browser. This requests the access token that can be used as part of the connection string. |
LinkRelatedRecords | It is used to add the relation between modules. |
RefreshOAuthAccessToken | Refreshes the OAuth access token used for authentication with various ZohoCRM services. |
TransferAndDeletePipeline | To delete a pipeline and transfer the associated stages to another pipeline. |
UploadFile | Attach a file to a record. |