Custom Functions

Custom Functions

Custom functions help in automation where procedural logic is required, which cannot be implemented with the default actions such as, Tasks, Webhooks, etc. With custom functions you can automatically update the data in the related Zoho Recruit modules or third-party applications by executing simple program scripts.

When a record matches the workflow criteria, Zoho Recruit automatically triggers the custom function and updates the Zoho Recruit records. With custom functions, you can program scripts using Deluge Scripting Language, associate them to workflow rules, and automate the business process.
Setting up a custom function includes the following steps:
  1. Create a custom function
  2. Test the custom function for accuracy.
  3. Associate the custom function with a Workflow Rule.
Target Audience  
  1. Developers who set up custom workflow automation for Zoho Recruit.
  2. Programmers with REST API and Deluge Script skills.

 

Create Custom Functions   

Custom functions are written using deluge scripting language to effectively manipulate data, communicate with third-party applications, and update responses in Zoho Recruit.
To create a custom function,
  1. Log in to Zoho Sigma console and click Extensions.
  2. Select the extension you'd like to modify and click Edit Extension.
    You will be navigated to the Zoho Developers console.
  3. Click Automation in the left pane of the Extension Details page and click Workflow.
  4. Select Custom Functions tab at the top of the page.
  5. In the Workflow Custom Functions page, click Configure Custom Function.
    You can use a pre-written custom function or start one from scratch.
  6. In the Workflow Custom Functions dialog box, do the following:
    1. Specify a name for the custom function.
    2. Select the module for which you want to trigger the custom function.
Note
Make sure you associate the custom function to the workflow rule that is created for the same module.
  1. In the deluge script editor, write the function.
  2. Click Save.

 

Test Custom Functions   

Before you associate the custom function to a workflow rule, it is better to check if the function works properly. The custom function details page has an option for testing the custom functions by executing it.
To test the custom function,
  1. Log in to Zoho Sigma console and click Extensions.
  2. Select the extension you'd like to modify and click Edit Extension.
    You will be navigated to the Zoho Developers console.
  3. Click Automation in the left pane of the Extension Details page and click Workflow.
  4. Select the Custom Functions tab at the top of the page.
  5. From the list of custom functions, select the one that you want to test.
  6. In the View Workflow Custom Functions page, click Edit.
  7. Click Execute to test the custom function.
  8. In the Execute Script pop-up, enter the values and click Submit to test if the custom function is working properly.


Associate Custom Function to a Workflow Rule   

The custom function that you create should be associated with a workflow rule. Whenever a record matches the criteria in a workflow rule and the workflow rule is triggered, the associated custom function will also be automatically executed.
To associate custom function to a workflow rule,
  1. Log in to Zoho Sigma console and click Extensions.
  2. Select the extension you'd like to modify and click Edit Extension.
    You will be navigated to the Zoho Developers console.
  3. Click Automation in the left pane of the Extension Details page and click Workflow.
  4. Select the Custom Functions tab at the top of the page and click Create Rule.
  5. In the New Rule page, specify the basic details and other workflow rule parameters.
  6. Under Actions, associated the already created custom function as an instant action or a time-based action.
  7. Click Save.
 

Manage Custom Functions   

You can edit and delete the custom functions that you created as per your requirements.
To edit/delete custom function,
  1. Log in to Zoho Sigma console and click Extensions.
  2. Select the extension you'd like to modify and click Edit Extension.
    You will be navigated to the Zoho Developers console.
  3. Click Automation in the left pane of the Extension Details page and click Workflow.
  4. Select the Custom Functions tab at the top of the page.
    A list of custom functions will be available.
  5. Move your mouse pointer to a custom function for the following options:
  1. Edit - Click Edit icon to make changes to the custom function.
  2. Delete - Click Delete icon to delete the function. If you have associated the custom function to any workflow rule(s), please disassociate it before deleting.

    • Related Articles

    • Custom Functions

      The Manage Business icon in the top menu bar is your go-to for managing all of your booking preferences. This page discusses Custom Functions. Aside from the default flow of a customer booking, you can define additional workflows at each stage of the ...
    • Custom functions

      Automate your issues workflow using Custom Functions. What Is a Custom Function? A custom function is a piece of code that can be used for automating a process. You can write your own function in Deluge and call it from one or more business rules. It ...
    • Custom Functions

      Zoho Recruit Custom functions help you to update data in related Recruit modules or third-party applications by executing simple program scripts. When a record matches the workflow criteria, workflow engine automatically triggers the custom ...
    • Custom Functions

      Super admins and admins can view and edit this information. Managers can only view this information. Staff members will not have access to this information. Custom functions help with automating actions that require procedural logic and that cannot ...
    • 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. ...