Blog tagged as function

Working with Multi-Select Look Up fields in Zoho CRM

03.09.23 12:24 PM By Andy - Comment(s)
Working with Multi-Select Look Up fields in Zoho CRM
In this tutorial, we are going to show you how two different ways to find the Linking Module API fields, and we are going to review an example of how to search for records in a Multi-Select Look Up field.

How to Create a ChatGPT Bot in Zoho Cliq

02.25.23 11:39 AM By Andy - Comment(s)
How to Create a ChatGPT Bot in Zoho Cliq
In this tutorial we are going to go over how to create a bot that uses the ChatGPT API to respond to our questions. Once the bot is ready, we are going to add it to a channel. You will be able to use the bot directly or through the channel.

Create a ChatGPT Slash Command in Zoho Cliq

02.25.23 11:03 AM By Andy - Comment(s)
Create a ChatGPT Slash Command in Zoho Cliq
In this tutorial, we are going to go over how to create a slash command in Zoho Cliq, so you can ask questions to ChatGPT directly in Cliq.

Zoho CRM: Execute Function with a Button

11.25.21 10:07 AM By Andy - Comment(s)

In this tutorial we are going to create a button that will trigger a function after we select some records. You can trigger any function you want, but for this example we are going to keep things simple. The button will trigger a function that updates a field.

  1. In the set up page, click on "funct...

Function: Count Related Records in Zoho CRM

11.18.21 11:34 AM By Andy - Comment(s)

In this tutorial we are going to create a function that will count the related record of a record, and will add the total count to a field that you can use to filter your records or trigger other automations. For this example, we will count how many Deals are related to a Contact, but you can replac...

Next