Client script to validate field: showError and prevent Save
Hi, I am pretty new to Zoho CRM customization and I would like to know which is the best practise to use client script for field validation. I developed a very simple function to validate "onChange" of a field. When the user enters an invalid value, the
Upload Bulk records in Zoho CRM
Hi, I am trying to upload bulk sales orders into Zoho. The process is so slow via API, so I have decided to change the approach and now I want to upload the Sales orders using csv. Still, I am not sure how I can add the order line products via CSV in
how to get users from a group id using API?
Hi, let say I have a group id, and that group has 10 members. which Zoho CRM API that I can use to get those 10 user ids?
Fetching subform for sales orders modules using COQL
I'm using the sales order module, I am trying to fetch a list of orders that belong to a customerId using COQL. While fetching the order, I am not able to retrieve order items(which is a subform). I am using v3 of coql. I tried using the following thing:
i am facing Problem to authenticate myself for running any of the CRM Api
i have generated a server based Client and get code from the zoho further i am trying to run get token api but getting invalid Client, Please help me to resolve my issue.
Kaizen #156 - Enhancing Mass Communication in Zoho CRM with a Custom Button Widget
Hello code enthusiasts! Welcome to a fresh week of Kaizen! In this post, you will learn how to build a custom button widget to boost mass communication of your business using SMS notifications and pre-recorded calls within Zoho CRM. Business Scenario
Self Client invalid_code Error
Hello, We are trying to use the Zoho CRM SDK version 7.0 for Node.js, with an API Self Client. We have our Self Client ID and secret saved, and have generated 2 different refresh tokens. Every time the SDK tries to get an access token using either of
how to convert to PDF having already the base64 in a field of my form that I need to view or download?
Hello team, I have a script to get information from a PDF file in a module from CRM but it is bringing it to me as base64, I need to convert it to PDF to be able to view it from zoho creator. Please help me.., SCRIPT: void obtenerPDFsDesdeCRM(int IDlead)
Zoho Bulk Write API
Request i am making to upload the file !curl "https://content.zohoapis.com/crm/v6/upload" -X POST -H "Authorization: Zoho-oauthtoken 1000.xxxx" -H "X-CRM-ORG: xxxx" -H "feature: bulk-write" -F "file=@sample2.csv.zip" Response: {"x-error":"Check if headers
Zoho CRM's V6 APIs are here!
Ho ho ho, developers! Hold onto your hot cocoa because we have just unwrapped the ultimate Christmas gift for you - Zoho CRM v6 APIs!! Just in time for the season of giving, this monumental release comes bearing enhancements and new APIs that aim to elevate
COQL for SUM and COUNT
I just can't get the syntax correct on this and could do with some help. I've looked through all the posts and dcumentation I can find, however a lot of it is contradictory. I am wanting to essentially duplicate this Analytics agregate formula in a CRM
Deploy or update Zoho CRM custom functions via curl
How can I deploy/modify/update my custom deluge functions using curl? Can't find related API endpoints in CRM documentation Provide me with examples I need it for making autodeploy process from git repo Thank you
RTL in client-script
hi, im trying that after an ontype event the filed will be RTL abd centerd. this is the code: var elem = ZDK.UI.getElementByID('test'); elem.addStyle({ direction: 'rtl', 'text-align': 'center' }); where did i get wrong?
Kaizen #155 - Frequently Asked Questions on Subforms
Hello all! Welcome back to another post in our Kaizen series. In this post, we will address the most frequently asked questions about Zoho CRM Subforms from the Zoho CRM Developer Community Forum. Subforms Subforms allow users to capture multiple records
How to populate a multi select field options based on options selected in another multi select field
For instance, If i have a multi-select field "MultiSelect1" with options "Option1" and "Option2", And if both options are selected, How do I populate another multi-select field "MultiSelect2" with options that are associated with those two options ex
HELP IN GETTING MY ACCOUNT ID
im using zoho api , im trying to apply the steps to send email via endpoint : /accountid/messages but for that i need to get account_id by using zohoid , im trying that but the result is : resulted in a `404 Not Found` response:\n
{"data":{"errorCode":"INVALID_OAUTHSCOPE"},"status":{"code":404,"description":"Invalid
quote of the day home page
Dear Zoho, Is it possible to show random quotes of the day on the home page for each user? Think of: quotes of the CEO, inspiring people from around the world, quotes of employees. The administrator can then add quotes to a list, and it will randomly show on the home page. This should not be too hard to implement. This would really enhance our CRM! Hope to hear from you guys keep up the good work Jimmy Netherlands
ODBC or JDBC Access to CRM
Is there an ODBC or JDBC driver available anywhere that can access my instance / data in Zoho CRM. I am not interested in CloudSQL or Reports, or any other access. I just want to report against my CRM data from say, "Crystal Reports", "Pentaho" or any
Client Script limits per Event?
Is there a limit to the number of Client Script functions that can be attached to an Event? I have a module where 94 fields can be modified in the Detail Page (Standard) view and each field value change should trigger different calculation updates in
Does the webhook support sending a pdf file?
We are trying to clean up a process and it would be great if we could send a file (pdf) via webhook to our server. I noticed that within the webhook all parameters are available except our "file upload" field name. Is there another way to pull this
Kaizen #152 - Client Script Support for the new Canvas Record Forms
Hello everyone! Have you ever wanted to trigger actions on click of a canvas button, icon, or text mandatory forms in Create/Edit and Clone Pages? Have you ever wanted to control how elements behave on the new Canvas Record Forms? This can be achieved
How to extract the return value from a Client Script function call to a standalone CRM function?
I want to extract the return value (String type) from a Client Script function call to a standalone CRM function. How do I do that? It has been frustrating as I can't find any documentation of this object datatype. Please provide the link to the documentation
Kaizen #153: Interpreting Zoho CRM GraphQL schema
Hello everyone! Welcome back to the Kaizen series! In this week's post in the Kaizen series, we will discuss interpreting Zoho CRM GraphQL schema using schema explorer in Postman. What is GraphQL Schema? A GraphQL schema is a comprehensive definition
I am not part of any CRM service orgs. What does that mean and why is navigating access the Zoho APIs a game of guess the setting.
What does this mean. How is it solved. Using ZohoCRM.modules.leads returns an message to the effect that it is an invalid scope. Is this a guessing competition. This is your documentation.
How to switch to Python in Zoho Functions?
I can't find any buttons to switch to Python in Zoho Functions. I would like to use a script I already have, not Deluge. The documentation says I can, but the UI disagrees.
Zoho CRM Developer Series : Client Script
Hello Everyone! We are glad to announce that we have started the Zoho CRM Developer Series. This series aims to aid the developers explore the development capabilities of Zoho CRM and learn in-depth about each feature. These sessions will help developers
Get selected contact ID dynamically or from the URL
Hello, I'm working on getting an integration done, and I need to get the selected contact information to be passed to the integration, in other words, my end goal here is to go to Zoho CRM>click contacts>click on a contact to open it>Get the ID of that
A way to "bulk clear existing data fields" when cloning a page?
Is there an implementation option where I can easily clear the data in a page when the user presses on the "Clone" button on a page? My current thought is to implement a Client Script that gets triggered by onLoad event for Clone Page and call ZDK.Page.getField(<field
Increasing API Credits
Hello everyone! Organizations consume Zoho CRM APIs for various business needs, and it's a show-stopper when you exhaust your API credits before the 24-hour rolling window replenishes your credits. To meet your growing needs and help you keep your business
Create a Sales Order Record via the API using a Contact external ID
I am trying to create or upsert a Sales Order via the API using an external ID for a lookup. https://www.zoho.com/crm/developer/docs/api/v6/records-api-ext-id-overview.html I use an external ID for the Contact Lookup: "Contact_Name":{"FastSpring_Account_ID":"l6NPd8ygTm-qR5Vrfgru8rg"},
Character Encoding Issue When Using API in Deluge Function (UTF-8 and Multi-Form-Data Applied)
I am developing a function in Zoho CRM that interacts with two different APIs. However, when I make the call to the second API within the function, I receive corrupted characters, such as n�o, indicating an encoding issue. I have set the function to use
{"errors":[{"id":"500","title":"Servlet execution threw an exception"}]}
Here's the call to move a file to trash. The resource_id is accurate and the file is present. header = Map(); header.put("Accept","application/vnd.api+json"); data = Map(); data_param1 = Map(); att_param1 = Map(); att_param1.put("status",51); data_param1.put("attributes",att_param1);
PDF Generated Using Zoho CRM API Contains Empty Pages
Hello, I’m trying to convert an inventory template into a PDF for a specific record using the Zoho CRM API with ZohoEmbededAppSDK and Javascript . However, when I run the following code, I end up with a 6-page PDF that is completely empty. Could you please
custom fied filter by null value
Hi Everyone, I have a custom field in invoice..i need to get invoices when the custom field is empty.. i can able to get all invoice or fillter by custom field value.. But I need to filter custom field by null or empty value pls help... https://crm.zoho.com/crm/private/json/Invoices/getSearchRecords?authtoken=" + "Authtoken" + "&scope=crmapi&selectColumns=All&Customfield=(Test|=|\"\")"); this is i used..
Ideas for automated testing of workflow rules and custom functions?
I'm new to developing web application software, though I used to develop mobile application software for years that went to millions of mobile devices and am familiar with different types of testing (unit testing, exploratory testing etc.) and what each
Kaizen #151: Leveraging ZDK CLI with VCS to reuse components across different Zoho CRM orgs
Hello everyone! Welcome back! In this week's Kaizen Series post, we will explore how to leverage ZDK CLI (Zoho Development Kit CLI) with a VCS (Version Control System) to reuse components across different Zoho CRM orgs. Consider the scenario of a large
How to enable custom function sharing?
I have written a custom function that is triggered as part of a validation rule for one module. I want to use the same custom function as part of a validation rule for another module. Is it possible to do this? If so, how? Please provide step-by-step
invalid oauth token
Hi Folks, I am generating grant token using uri redirect(https://accounts.zoho.in/oauth/v2/auth?scope=ZohoCRM.users.ALL&client_id={client_id}&response_type=code&access_type={"offline"or"online"}&redirect_uri={redirect_uri}) after that using grant token
sending json in the body of a webhook POST request.
Hello, I am creating a POST webhook in zoho crm. It allows me to add url params but I want the BODY of my POST request to contain a json object. How can I do this? There seems to be no way to add json in the post body. Thanks, Samar
Unable to write GCLID via UPSERT API call
We are trying to add the Google Adwords integration to our existing custom web forms, which requires us to write the GCLID value to the Leads we create. All of our webforms use Zoho's UPSERT API, but it does not seem like this API is capable of writing
Next Page