Deploying Java functions

Deploying Java functions

There are two ways for you to script functions in Zoho CRM. Each have their own advantages. You can either,

  • Script in Zoho CRM's editor.
  • Upload a package.

Inline Edit

The editor in Zoho CRM lets you write the function code from scratch within the product itself. The scripting and deployment is taken care of by the editor.

You can script the code in the editor that pops up.

[Image of the editor with a small sample code]

Upload Zip File

The other way is to script the function in any programming language editor and upload the folder to CRM.

[Image of the sample code in any prog lang editor, like Eclipse]

The file that contains the function code must be in "zip" format.



Once the file is uploaded, the in-product editor opens up in Zoho CRM, where you can make modifications to the code.

[Image of editor with the same sample code]


    • Related Articles

    • Functions

      Set Up Functions   You can set up functions in six places: Create a standalone function. Associate function to a workflow rule. Use functions later by including them in Schedules. Set the function to get executed upon the click of a Custom Button. ...
    • Deploying Node JS Functions

      There are two ways for you to script functions in Zoho CRM. Each have their own advantages. You can either, Script in Zoho CRM's editor. Upload a package. Inline Edit The editor in Zoho CRM lets you write the function code from scratch within the ...
    • Deploying Python Functions

      There are two ways for you to script functions in Zoho CRM. Each have their own advantages. You can either, Script in Zoho CRM's editor. Upload a package. Inline Edit The editor in Zoho CRM lets you write the function code from scratch within the ...
    • 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 ...
    • Class Hierarchy - Java SDK

      All Zoho CRM entities are modelled as classes having members and methods applicable to that particular entity. ZCRMRestClient is the base class of the SDK. This class has, methods to get instances of various other Zoho CRM entities. The class ...