Function - Examples

Function - Examples

Custom Functions - Examples

Functions help you update data in related CRM modules or third-party applications by executing simple program scripts. With Functions, you can program scripts using Deluge Script (powered by Zoho Creator), associate them to workflow rules, and automate the business process. Some of the most useful Functions are listed below.

Button-type Functions

  1. Convert leads into records in other modules. 

  2. Create Invoices from Purchase orders.

  3. Create purchase orders from Sales order.

  4. Sending mass emails from Leads or Contacts module.

  5. Update field and send email list view page.

Workflow-type Functions

  1. Calculate commissions in Quotes.

  2. Calculation of Taxes in Product Line items.

  3. Convert leads into records in other modules.

  4. Create Contacts from Custom Modules.

  5. Create a Custom Module from a Custom Module.

  6. Create follow-up activities.

  7. Create Invoices from Purchase orders.

  8. Create leads from a contact with all related data.

  9. Create Purchase orders from Sales Order.

  10. Update all related contact fields when a field is updated in Accounts.

Top

Still can't find what you're looking for?

Write to us: support@zohocrm.com

    • Related Articles

    • Using OAuth2 - Serverless Functions

      Introduction Functions can be made accessible through OAuth2 protocol. OAuth2 method allows you to share specific data with any application while keeping your usernames and passwords private, by having specific scopes which grant access to specfic ...
    • Formula Field Examples

      Formula Fields can be complicated sometimes. So, here are examples that will help you understand the usage of these types of fields in Zoho CRM. IF ELSE Statement Example: If field name contains 'Golf Only 1 Meal', then return 265 ; Else if field ...
    • Examples

      The Version 1.0 of Zoho CRM APIs are in the End-of-Life period and will be deprecated on Dec 31, 2018. We recommend you to check out the new and better API 2.0.  1. Fetch Records from the "Leads" Module  Programming Language JAVA  Prerequisite JDK ...
    • Building Formula Fields

      The Zoho CRM formula fields enable you to define fields that can populate dynamically calculated data based on the values returned from other standard or custom fields. For instance, an insurance company may need to determine, if the provided date of ...
    • Create Your First Widget

      Using the widgets feature, you can directly embed UI components in a CRM and use the data form a third-party application to perform actions as per requirement. Creation of a Widget Once the Zoho CLI is installed, you can create your own widget. Step ...