[Client Script] Module: Quotes, Field: 'Quoted_Items' | setValue() --> internal API error
Hello there, I would like to use an client script to validate line items in quotes. So basically I get the value: let quotedItems = ZDK.Page.getField('Quoted_Items').getValue(); do my logic and on the end I set the value: ZDK.Page.getField('Quoted_Items').setValue(quotedItems);
REST API enable notification for notes of other module
Dear Zoho CRM team, I want my external web service to subscribe and react to new notes in Zoho CRM lead module. Usually, the service enables the notification (via the REST API) and receives events about the lead module. However, when a note is added to
Updating Sales Order "Ordered Items" values with Quotes "Quoted Items" via custom function
Hi! I'm updating a custom function that populates the Sales Order fields with values from the Quotes module. I'm trying to add a conditional statement that, when a certain field is X value i also bring all Products inside the Quote to the Sales Order.
Kaizen #106 - Functions and Invoke URLs - Part 2
Hello everyone! Welcome to Kaizen #106. In continuation to our last post, today, we will discuss invoke URLs in functions, how they are different from integration tasks, and how authentication works for them. What are invokeURL tasks? invokeUrl task is
Conditional display of elements in Canvas
Is it possible to set a conditional display of an element in Canvas? I want to 'Hide' a sidebar on a specific tab so that the other element can take up more space on the screen, but have it display on the others. Is this possible?
Sandbox / Zoho CRM / Analytics / Api Name / Possible bug
Hi Zoho Team For SANDBOX, exist analytics or something method for to access the data?, i have a doubt when i created a custom module and api fieldname, when i try to access to specific fieldname using the api name for that module, deluge claims error,
Kaizen #107 - Field Trackers in ZOHO CRM
Hey folks! Welcome to a fresh week of Kaizen. In this post, we will be looking at the Field Trackers in ZOHO CRM APIs. Currently, this support is provided to all the picklist fields (system-defined and custom) and is available by default for a picklist
Zoho Authorization Code from React Application
Hi team, I am to get the authorization_code but getting a CORS error every time. I am using the React application for the API. Things I've done earlier in order to fix this issue: a.) I created a server-based application from the developer console and
CRM variables in Webhook URL
I have a CRM workflow rule calling a webhook endpiont. I would like to be able to use CRM Variables in the URL: currently the workaround is to wrap the webhook in a custom function and set the workflow rule action to execute that function. that enables
API Error when trying to send email to a contact. Please help
Here is my setup (bubble.io api connector) when trying to send an email to a contact: authorization code is correct and I receive this error: Status code 400 {"data":[{"code":"INVALID_DATA","details":{"expected_data_type":"jsonarray","api_name":"to","json_path":"$.data[0].to"},"message":"invalid
Webhook not firing on merged accounts
When a user merges two accounts in Zoho CRM we're not getting any webhooks related to either the deleted account or the account the data was merged into. Can you please advise the steps required to set up that webhook. Our external application needs to
Kaizen #105 - Functions, Integration Tasks, and API Credits - Part 1
Hello everyone! Welcome back to another week of Kaizen! In today's post, we will discuss functions, integration tasks, how they consume API and function credits. In the next post, we will discuss connections, the difference between integration tasks and
Kaizen #82 - Search Records API(V4)
Hello everyone! Welcome back to this week's Kaizen post! Today, we will discuss Search API(in version 4), the various supported operators, and how you can use these operators to search for data in different fields of a module. First off, let us discuss:
Concurrent Limit Definition in CRM REST API
I just had a one off issue in my CRM REST API integration `429 | TOO_MANY_REQUESTS | Many requests fired in concurrent than the allowed limit.` I understand the issue, the concurrency limit is explained in the documentation: These concurrency limits specify
Kaizen #93: Credit Calculation and Concurrency in Zoho CRM APIs
Hello everyone! Welcome to Kaizen! This week, we will discuss credit calculation and concurrency in Zoho CRM APIs. Credit calculation API rate limiting is crucial to ensure fair resource distribution, maintain optimal service quality for all users, and
CRM Typescript SDK | Type errors when compiling project with @zohocrm/typescript-sdk-2.0 package
Zoho CRM Typescript SDK 7.0.0 Typescript 5.2.2 Hi, I've recently added the TS SDK to my project which is using Typescript 5.2.2. When I try to compile my code I get a bunch of type errors from the Zoho SDK package: Are there plans to update the package
Client script: using Event name from code
Hi everyone! Is it possible to get from a Client Script the name of the event that triggered it? I mean the custom name that I've assigned, not the kind of event ("onLoad", "onChange" etc) For example, given this event I'd like to get "Account-Edit-
CRM Typescript SDK | keyValues and keyModified fields in response object are empty
Node 18 ZohoCRM Typescript SDK 7.0.0 Hi, we are trying to add the @zohocrm/typescript-sdk-2.0 to our custom application so we can retrieve Contact and Account data from our CRM instance. I've been able to successfully generate and authenticate using OAuth
Invokeurl Basic Auth in Deluge
Hi Team I need how to use invokeurl for to create a Basic Auth, for example, the payload no problem, but the headers is my doubt username: user001 password: ghghgjg777 response = invokeurl [ url :"https://someurl/a.xlxx" type :POST parameters:payload
Getting a Lead image url
Hi, First of all, I love Zoho CRM! I have Tasks related to Leads. In the Tasks view, I want to see the Lead image. As this is not supported, I'm trying my luck in building a Web Tab Widget that will show the Task list with Leads images. To achieve this,
Complete Data export for Pricebooks module & associated products/list prices
Is there any way to make it easier to download a backup of an individual pricebook including all the details without having to perform a Vlookup to 3 files every time we wish to update more that a couple products? Awhile back I had submitted a request
How to access "modify time" from Client Script?
Hi everyone! I'm writing a Client script for the Account-Edit-onSave event. I'd like to access the "modify time" property, is this possible? I've tried using $Page.record._Modify_time but it looks like this returns what is on the server when the user
CRM customer login from zoho crm to our portal and get global api key which get use in widget invoking
Hello Team we have created widgets for zoho crm extension. which are simple forms that send data to our server for further process, now what we wanted do is, CRM customer login/singup from zoho crm to our portal and get global API_KEY which get store
Azure Data Factory to Zoho Connection
Hi all, I'm trying to setup a connection between Azure Data Factory V2 to Zoho in order to update data to our company's Zoho CRM. I'm able to register the client in the API Credentials page within Zoho Accounts and obtain a Client ID + Secret. I've also
More love for multi-select field
Multi-select is great as it allows n:m relations which is often necessary in more complex CRM cases. There is quite a few official constraints and I wonder if improving these is on the roadmap: - the recently added lookup filter not available for multi-select:
Using coql with Deals module
Hi, I am getting an error: Status: error Code: INVALID_QUERY Details column_name: Pipeline Message: column given seems to be invalid Every other field in Deals module work just fine. What could be the problem here?
Are you my Client Script wizard?
Hi Zoho Community! <3 I hope someone can help me with a JS-problem in a Client Script. I've been spending days on this, getting no where. I've tried ChatGPT, asked around in my network, nothing - so you guys are my last resort. And the thing is: It should
Limiting Mass Update
Hi everyone! Is it possible to disable the "mass update" functionality on the Accounts list page, or at least limit it to a subset of fields? Thanks in advance!
Kaizen #104 - Bulk Write API using PHP SDK (v5) - Part II
Welcome to another exciting week of Kaizen! This week, we will continue our discussion on Bulk Write API. In last week's post, we covered the features of Bulk Write API, and explained in detail the first two steps involved in using Bulk Write API. Today,
Detecting Connection timeout
Hi everyone! I'm using ZDK.Apps.CRM.Connections.invoke() to call a connection, how can I tell programmatically if there's a timeout? I've tried using try-catch but it looks like no exception is thrown...?
Zoho CRM: Timezones and Users API
Hello Everyone! As you all know, we have the provision to set a user's time zone in Zoho CRM. Currently, we are displaying all the time zones (both new and old) that add up to roughly 700 time zones. For instance, we have both (GMT 5:30) India Standard Time (Asia/Calcutta) as well as (GMT 5:30) India Standard Time (Asia/Kolkata) on the list. We are trimming down the list of time zones to around 500 valid time zones. For instance, we will have only (GMT 5:30) India Standard Time (Asia/Kolkata) on
Workflow not triggering
Hi I've got a workflow set up to fire an email notification when the accounts submitted field is updated via an API. The workflow only seems to trigger when the date is manually changed but won't do it when the API updates the date? Any suggestions?
Is There An OpenAPI Specification For All ZohoCRM APIs?
I'm new to APIs. I understand that the OpenAPI / Swagger specification allows for a JSON definition package that can be imported into e.g. Azure API Management. Does such a file exist for Zoho CRM APIs?
Bulk emailing on schedule, every week.
Hello. The problem is that in Zoho CRM and Zoho Campaigns it is not possible to set up mass mailing of emails on a schedule, for example every week. It is only possible to specify a specific sending date. Is it possible for Zoho to send mass emails to
Insert lead via API V2 with 'Custom Fields'
I'm trying to insert new CRM leads using API V2. The leads are created however the custom field "Notes" is not being saved. What am I doing wrong? Here is the body of my post: { "data": [ { "Company": "Zylker", "Last_Name": "Daly", "First_Name": "Paul",
Update campaign member status
I'm trying to find a way to automatically update Zoho campaign member status. Here's the scenario: I use Campaign Monitor to send emails. I connect Campaign Monitor to Zoho using Zapier. When someone opens an email in Campaign Monitor, I want to change
Custom Connection to Xero
Has anyone been able to get a custom connect to Xero working? I've written code to manage the OATH2 connection which works fine, but it would be easier to use a connection. The problem is when authenticating Xero gives me an error of invalid uri. I have
Detect success or failure of script execution when pressing a transition
Hi team I need to know the following, I have a transition button on blueprint, where in the after section I must assign a function, at the time of its execution, the function must indicate the success or failure of its execution, in the case of success
Kaizen #103 - Bulk Write API using PHP SDK (v5) - Part I
Hi everyone and welcome to another amazing Kaizen week! This week, we will discuss and explore Bulk Write API in detail, and how to implement the same using Zoho CRM PHP SDK. Please note that the information in the article holds true for Zoho CRM PHP
Sandbox
Hello, Would you please implement a way to import data from CSV into the sandbox? Currently, when I go to import in the sandbox, the display is different from the production environment. I can import the test data prepared by Zoho and the data from the
Next Page