Deploying Python Functions

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 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 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 ...
    • Class Hierarchy - Python SDKs

      All Zoho CRM entities are modelled as modules having classes, methods and instance variables applicable to that particular entity. ZCRMRestClient is the base class of the Python SDK. ZCRMRestClient has methods to get instances of various other Zoho ...
    • Functions - An Overview

      Functions in Zoho CRM follows the Serverless Computing architecture. It is a cloud computing execution model in which the cloud provider dynamically manages the allocation of machine resources. Zoho CRM provides options for the customer to write ...