How to Display Search Results Using ZOHO.CRM.API.searchRecord with in Zoho interface.
Hello Community, I’m currently using the ZOHO.CRM.API.searchRecord API to retrieve results within a module in Zoho CRM. The API works fine, and I can successfully fetch the data. ZOHO.CRM.API.searchRecord({Entity:"Leads",Type:"phone",Query:"123456789",delay:false})
.then(function(data){
Kaizen #80 - COQL API - Part I
Hi everyone! Welcome back to another week of Kaizen! This week, we will discuss the COQL Queries in detail. COQL (CRM Object Query Language) is a powerful query language based on SQL syntax that allows users to write their own queries and fetch records
Kaizen #81 - COQL API - Part II
Hello everyone! Welcome to another week of Kaizen! In continuation to last week's post on COQL API, we will discuss the rest of the field types and their supported operators with detailed examples in this post. Supported field types and Operators Please
setVisibility() not working for Subform Fields with Client Script
I am currently working on a Zoho CRM Client Script involving a subform and encountered a limitation that hinders my ability to fully control the visibility of specific fields within subform rows. The setVisibility() method, which works perfectly fine
Sheet view ignores layout rules / How to restrict fields in sheet view
Hi Problem 1: When editing records in sheet view, layout rules are ignored. This is a problem, because it allows users to ignore some mandatory fields (mandatory in a Layout Rule). (Mass Update does not allow updating of fields with Layout Rules, so why
Kaizen #165 : How to call Zoho CRM APIs using Client Script
Welcome back to another exciting Client Script post! In this post, we will discuss one of the most frequently asked questions: How do you call Zoho CRM APIs from Client Scripts? In this kaizen post, 1. Ways to make calls to Zoho CRM APIs using Client
Kaizen #89 - Color Coding using Client Script
Hello everyone! Welcome back to another exciting Kaizen post. Today let us see how you can apply color codes to the List and Detail Pages of Zoho CRM using Client Script. Need for color code in Zoho CRM When you mark things with different colors as a
API Credentials Can Be Reused To Access Any Organization Including Dev & Sandbox
When an application is created in the API Console, the client ID & secret can be used to access every single type of CRM: main (production), developer edition & any sandboxes. These credentials can be used to generate an access token for any of these
How to Perform Global Search
Hi everyone, I am working on an integration project using the Zoho CRM JavaScript SDK. I’ve implemented functionality to create and open entity records, but I am stuck on a specific requirement: I need to implement a global search feature where given
Get the body of an email from the Email module using a workflow
Hello Folks, I've created a workflow that works on the "Emails" module, this workflow sends the email information to a function. My Question is: How I can obtain the body of these emails? Since there is way to get the body from the fields of the Emails
CRM subform hide delete icon
Hi, is it possible to hide the delete and duplicate buttons on subforms in CRM with client script? I have set the fields to readonly via client script: ZDK.Page.getSubform("Subform").getField("field").setReadOnly(true); Users cant edit the fields anymore,
Enroll, Script, Win: Hackathon 2024!
Hello CRM Developers! Are you ready to create some magic with Client Script and Functions in Zoho CRM? Let’s make Hackathon 2024 an unforgettable adventure! The Zoho Developer Community Hackathon 2024 is here, and it’s your time to shine! REGISTER NOW
Add/Remove Values on Picklist via Deluge Function/Workflow
I'm trying to figure out how to add or remove a value on a picklist within CRM. For this case, it would need to be done in a workflow function. I see some options for Zoho Creator, but none for Zoho CRM. Are there any functions that can accomplish t
Does Client Script work on Zoho CRM Portal?
Hi ! I create a new module to use at customer portal. But Client Script looks not work. Please help me clarify, thank you!
Client Script help for setting a listener
Hello Zoho Community, I need assistance with modifying my current client script. Current Setup I have a client script on the Quote module within CRM, which is set to run on the Edit Page. The script is triggered by a Field Event on a checkbox field called
Kaizen #164 : Client Credentials
Hello everyone, Welcome back to Kaizen. In this post, we will discuss Client Credentials Flow and when it can be used. What is Client Credentials Flow? According to RFC6749, the official specification for the OAuth 2.0 authorization framework, "The client
Zoho CRM in Microsoft Power Automate Custom Data Connector
Hello, I have set up a custom data connector in Microsoft Power Automate. It is a connector to retrieve Zoho CRM data. I am pretty certain that I have entered the OAuth 2.0 authentication information correctly. However when I test the Get request https://zohoapis.com/crm/v2/leads.
INVALID_TOKEN message when associating project to a deal
Hi Please can someone assist with this issue I am encountering using this Deluge script in Zoho One? This script successfully creates a new project in the projects module when a deal is won in CRM. However the second part of the script is to associate
URL format for objects in different DC
Hi there, I'm currently working on supporting multiple DCs. While everything works as expected, there is one problematic topic - I am displaying a link that user can click and it will open object in Zoho CRM - i.e. Account. So war, I've been using the
Introducing Data Model for CRM
Hello everyone! We are thrilled to unveil our latest feature, the Data Model! Data Model is your ultimate visual guide to understand and master your CRM's data structure. What is the Data Model? Data Model gives you a visual representation of how the
COQL parsing error
Dear ZOHO support! I had a similar problem a few years ago, so I hope that you will help me. I've got an error for the following COQL query: `select $se_module, Trigger FROM Events WHERE (Created_Time >'2024-10-01T04:00:00Z') LIMIT 200`. The error response
Best way to fetch data from potentials using NextJS?
What is the best way to fetch data from Zoho CRM Potentials using NextJS. I would like to send the potential name and get back all data for that potential to display on our app. Thanks, Rob G.
Connect and create Zoho CRM widget using React.js and package the widget through "zet" sdk
Hey guys, how y'all doing? I have trouble connecting zoho crm widget with react.js or other frameworks. Could you help me with CLI instructions for setting up zoho "zet" sdk and react.js and how to package the app later to be able to deploy it locally?
Trigger workflow or assignment rule from SDK Bulk Write
Hello, I've seen some discussion about a trigger parameter using the InsertRecord API call, however I was curious if it's possible to trigger a workflow or assignment rule using the Bulk Write calls in the SDK. Thanks
Relation name issue with getRelatedRecords
Hi, I'm puzzled because of the following. I have custom modules Participants (CustomModule5) and Departures (CustomModule1): a Contact can be a Participant in multiple Departures. Participants used to be called Passengers; it was renamed to Participants
API WATI Error
Hi Support I would like to raise ERROR API WATI received after to configurate the API WATI. The API does not send new contact to leads despite i selected automatically creation leads option. Please contact to me very urgent Thank you
Quick Create needs Client Script support
As per the title. We need client scripts to apply at a Quick Create level. We enforce logic on the form to ensure data quality, automate field values, etc. However, all this is lost when a user attempts a "Quick Create". It is disappointing because, from
Where can I find when to trigger work flow
Hi, I notice in the form there was a way to select the trigger on the work flow for example the triggering on the loading of the form or user input into a field. I found the guide over here https://help.zoho.com/portal/en/kb/creator/developer-guide/workflows/create-and-manage-field-rules/articles/configure-field-value-in-form-workflows
Zoho Api returns HTTP response code 200 but not updating custom field value
I am facing an issue in updating my custom field id value via API using zapier. While i have also tried it from postman for testing it gives me response code: 200, but values are not updating
Kaizen #163 - Extension Widgets in Zoho CRM
Hello Developers! Welcome back to a new week of Kaizen. This week, we are diving into the significance, types, and practical uses of Extension Widgets in Zoho CRM. It helps in boosting business efficiency and creating customized CRM experiences. What
Running C# code
What are all the options for calling C# code from a Deluge function? I know there is a C# SDK -- where is the latest documentation on that? If I create my own REST API, how do I configure it to work with OAuth?
Kaizen #124 - Manipulating Subform using Zoho CRM APIs
Hello everyone! Welcome back to another post in our Kaizen series. In this post, we will discuss how to manipulate the Subform data using Zoho CRM APIs. Subforms A Subform is a data section embedded in the primary form to collect details related to the
Upload a file to a File Upload Field through API
Hello, Is there any way to upload a file to a custom file upload field in a module when doing an Update using the Record API? I've found and I am able to upload files to attachments but I don't know how to upload them to a field. I've checked the documentation at https://www.zoho.com/crm/help/api/v2/#update-specify-records but the File Upload field type does not appear in the examples. Thanks
Client Script to change colour of related list item fields in canvas view
Hi, We have a custom module 'provider numbers', related to accounts. Each record in the related list has a 'State' field which we would like to colour depending on the value in our Accounts canvas view (see attached). As there is canvas rule limit of
API Adding to Related List
I have a PHP integration with Zoho that works fine. However, under the Contacts module we have a related list called Check-ins. In the Zoho CRM Api Names its listed Check_Ins1. However if I query the API to get related lists I get this... [sequence_number]
Problem with CRM Connection not Refreshing Token
I've setup a connection with Zoom in the CRM. I'm using this connection to automate some registrations, so my team doesn't have to manually create them in both the CRM and Zoom. Connection works great in my function until the token expires. It does not refresh and I have to manually revoke the connection and connect it again. I've chatted with Zoho about this and after emailing me that it couldn't be done I asked for specifics on why and they responded. "The connection is CRM is not a feature to
CRM API v2 AdWords GCLID Parameter
Hi, I'm using AdWords Integration with Zoho CRM using a third party webform and can't manage to insert the "gclid" parameter via Zoho CRM API Leads endpoint (version 2). I already checked the following articles: 1. https://www.zoho.com/crm/help/google-adwords/configure.html#Third_Party 2. https://www.zoho.com/crm/help/api-diff/ Form submission works fine. On server side the gclid is correctly included in API request. The Lead is created successfully. All fields (system and custom) are populated correctly
Kaizen #154 - Dynamically Update Picklist Values in Zoho CRM Workflows
Hello all! Welcome back to another interesting Kaizen post. Today, we will discuss how to add automatically or remove values from a picklist field using Deluge within a workflow. This post serves as a solution for the forum post. Use case The sales team
Kaizen#162 : Add Tags and Open Pre-filled Email Drafts via Client Scripts
Hello everyone! Welcome to another informative Kaizen post. In this post, let us see how to accomplish the following using Client Script. 1. How to auto-tag a record based on field update? 2. How to Open a pre-filled email draft This post will provide
What is a a valid JavaScript Domain URI when creating a client-based application using the Zoho API console?
No idea what this is. Can't see what it is explained anywhere.
Next Page