Client Script | Update - Introducing Subform Events and Actions
Are you making the most of your subforms in Zoho CRM? Do you wish you could automate subform interactions and enhance user experience effortlessly? What if you had Client APIs and events specifically designed for subforms? We are thrilled to introduce
Trying to copy Active Leads to a Custom Module called Dead Leads
Hi, I am trying to code when the "Active Lead Status" field is changed to "Dead", a copy of the record should be created in the "Dead Leads" module while keeping the original lead in "Active Leads." I am using the following code but I keep getting the
Mass Action Button Script
Hi all, I've been trying to search a lot of places for a solution on how to do a button placed at the "Mass Action Menu" and thus only updating multiple CHOSEN records at once. After finding no success whatsoever, I decided to just run and test whatever
ZDC Hackathon 2024 Category-wise Winners !
Zoho CRM Client Script Hey everyone! After rigorous evaluation by our 14 expert judges, we’re beyond excited to announce that two incredible teams have won the Zoho CRM Client Script – Product Category award for their outstanding innovations! Team 1:
Lookup Field Values In BulkRead
I am pulling cases from the Zoho Case module using the BulkRead API. However, I am receiving IDs (random numbers) as field values. I later discovered that if I include column_name.Name in the returned fields, I get the actual value. However, this approach
Kaizen #78 : How to disable clone record?
Hello everyone! Welcome back to another interesting Kaizen post. In this post, let us discuss a workaround solution for the use case - How to disable clone record for a user. Requirement Consider that you want to disable the clone option for the Deals
Mass-Delete-Action over API doesn't work because of scope
Hi all, we're currently trying to mass delete 40000 deals from our CRM, that we have already put into a custom view. I'm not that used to the API, but I managed to authenticate by https://accounts.zoho.com/oauth/v2/token with Postman and going by the
Remove Special Characters "\" using Zoho Deluge
Who needs this? I don't know! I did, and I sure did not find any helpful information out there, not with this keyword though. So, if you find this article because you searched the same thing as I do, then hey, you're in luck! And do note that I am not
Kaizen #177: Duplicate Check Preferences API vs. Upsert API
Hello all!!! Welcome back to another week of Kaizen. Last week, we discussed Optimizing the Use of Record ID Variables in Zoho CRM Queries. This week, we will explore two important APIs for managing duplicate records in Zoho CRM - Duplicate Check Preferences
Possible to use REST API without a user to perform the interactive login?
Hi, I am hoping to use the CRM API to push data into ZOHO CRM from our enterprise application. This may need to happen at any time of day and there could be a long interval between calls to the API. Also, there will not be a user triggering the request
Kaizen #111 : Set default values based on Page Layouts using Client Script
Hello everyone! Welcome back to another interesting Kaizen post. In this post, let us discuss how to set default values for fields based on different layouts using Client Script. In this Kaizen post, What are Page Layouts? Client Script is specific for
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!
Kaizen #63 - Layout Rules in Zoho CRM
Hello and welcome to another week of Kaizen! This week, we will be discussing Layout Rules in Zoho CRM. If you need to modify the layout of a module based on user inputs, or to show or hide sections based on the value of a specific field, we have got
[How-to with Example] Getting field value/data in Client Script from lookup field record
Imagine you have a field you would like to prefill a field based on a value from another record in another module. In this case, we are looking into a scenario where an Asset (custom module) module is being created from a Deal module. Meaning, there is
Kaizen #176 - Optimizing the Use of Record ID Variables in Zoho CRM Queries
Hello everyone! Welcome to another week of Kaizen! Since the release of Queries, we have covered Handling Query Variables in Zoho CRM, Serialization and Schema Management, and Leveraging the 'crmAPIResponse' object in Queries in previous posts. Today,
Introducing 'Queries' In Zoho CRM
Hello everyone! We are here with an exciting feature - Queries in Zoho CRM! A little context before we dive right into the feature specifics :) In today’s fast-paced business environment, immediate access to relevant data is essential for informed decision-making.
Experience sharing - creating quick prototypes to align understanding
Curious to hear from developers in this community - How do you create a prototype of Zoho CRM customised changes quickly with little coding so that you can validate your idea and requirements with stakeholders? The latest method I have found still requires
How to Check if the Access Token is expired?
Hi Zoho CRM Team, I want to ask if there is a way or if there is an API to check if the access token is already expired. This is to avoid having several active access tokens. I really appreciate any help you can provide. :)
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
Function deleted after releasing connection in Kiosk
Hi Everyone I create a Function (Automation) and link it in a Kiosk Workflow. Later, I decide not to use this function from Kios anymore, so I delete the entry in the Kiosk Workflow and publish the new Version. Problem 1: The Function remains linked until
GetRecords.py UNABLE to PARSE DATA
Hello, I am trying to follow the GetRecords.py sample but I am getting a Status Code: 400 Status: error Code: UNABLE_TO_PARSE_DATA_TYPE Details Message: either the request body or parameters is in wrong format Any thoughts on how to fix this?
python Message: invalid external fields in header
Hello, I am trying to follow the GetRecord.py sample and put in my record ID from my URL and I am getting this error: Status Code: 400 Status: error Code: INVALID_DATA Details Message: invalid external fields in header Thanks for any help. I've double
Zoho CRM function invoked by REST API Key does not receive a POSTed payload from Zoho Sign's webhook feature
Posting a payload to the URL of the API Key invokes my function, but I can't access the POSTed payload data inside my function. I have confirmed that a payload is being POSTed correctly by testing with my own hosted webhook. I have tried receiving the
Kaizen #175 - Leverage Settings Widget for Zoho CRM Extensions
Howdy, innovators! Welcome back to a fresh week of Kaizen. This week, we will delve into configuring a Settings widget in Zoho CRM for the effective functioning of extensions. It centralizes around key configurations that will be carried out to various
Populating Lead ID in Deal Record
I’m trying to create a unique identifier to match deal and lead reports, and my plan was to use the Lead ID as the key. However, I’m having trouble figuring out how to get the Lead ID from the lead record into the deal record during the lead conversion
Kaizen #121 : Customize List Views using Client Script
Hello everyone! Welcome back to another interesting Kaizen post. In this post, we can discuss how to customize List Views using Client Script. This post will answer the questions Ability to remove public views by the super admin in the Zoho CRM and Is
How can i get and update Multi-Select Lookup field through API?
Hi! How can i get and update Multi-Select Lookup field through API from/in Custom Module?
Deal Stage component/widget/whatever it is... event
Deal Stages I am trying to access the event and value of this component. I can do it by changing the Stage field but users can also change a Deal Stage via this component and I need to be able to capture both values. Clicking on 'Verbal' for instance,
Request for Assistance with Script for Updating a Custom Field in Accounts
Dear Zoho Support Team, I have created the following script, intended to automate the update of a custom field called kontrolka in the Accounts module based on data from the Leads module. Below is the script: // Get the account ID from the Lead var accountId
Kaizen #174 : Client Script Commands
Hello everyone! Client Script Commands feature is a highly anticipated functionality that enables users to trigger Client Scripts anywhere within Zoho CRM, extending the scope of client script beyond standard pages and events. In this Kaizen post, we'll
COQL equivalent to zoho.crm.getRelatedRecords
Hello i add a standalone function, that i call from my js app with ZOHO.CRM.CONNECTION.invoke etc in the function i fetch with something like this AllContacts = zoho.crm.getRelatedRecords("relation_name","parent_module_name",recordid); it works great
Function went from fine to nonfunctioning without change
url = "https://www.zohoapis.com/crm/v7/Accounts/" + id + "/Attachments/" + attach_id; file_engage = invokeurl [ url :url type :GET connection:"zoho_attachments" ]; The attach id is grabbed from a file upload field account = zoho.crm.getRecordById("Accounts",id);
INVALID_TOKEN CREATING LEAD
An error occurs when create token with curl "https://www.zohoapis.com/crm/v7/Leads" -H "Authorization: Zoho-oauthtoken HIDE" -d"@Lead.json" -X POST I can read leads, but I cannot write them. The permission are: ZohoCRM.modules.leads.ALL ZohoCRM.modules.deals.ALL
How to search Locked Record?
Hi, I have script like below, however seems this cannot search those locked record. what para I can add to search locked record? var invoice_info_list = ZDK.Apps.CRM.Invoices.searchByCriteria("(Sales_Order:equals:"+ so_record_id +")");
Audit Log Export via API
Hello, Based on the documentation here https://www.zoho.com/crm/developer/docs/api/v7/create-export-audit-log.html I need to specify the scope ZohoCRM.settings.audit_logs.CREATE to create a log export. I've created a Self Client app but when I specify
Want to upload images to custom image fields using zoho crm api v2.
Hi i want to upload image to my custom image field from third party application using zoho crm api v2 . Please tell me how i can do this? Thanks
Issue with Exact Phone Number Match in Zoho CRM Search Record API
Hello Everyone, I am working on a custom function that works as a REST API. This function receives API calls via a third-party webhook, where the payload data contains various details, including phone numbers, names, dates, etc. A single payload can contain
How to Automatically Populate the Deal ID in the Parent Lead After Creating a New Deal with Blueprint?
Hello Everyone! 🎉 I wanted to share a solution to a problem that some of you might have encountered. In Zoho CRM, when creating a Deal from a Lead using a Blueprint, data can only flow in one direction—from the Lead (parent) to the Deal (child). But
Kaizen #173: A Comparison of Zoho CRM REST APIs and GraphQL APIs
Hello everyone! Welcome back to another week of Kaizen! Zoho CRM offers two API architectures for its users: REST API and GraphQL API. Each of these API architectures has its own strengths and ideal use cases. In this post, we will discuss the difference
Multiple contact email linking for a deal
How can I add multiple contacts to a deal to have their emails auto link to a deal. At the moment only one primary contact is available for a deal, but we work with manufacturing and power plants where multiple contacts are associated with a deal and
Next Page