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
CRM Client Script Buttons
Hello, Client Script ZDK list button functions, but I am not sure how to interact with them. I tried a few methods of getting the API name for a custom button, but no luck. Any ideas where the button API names are stored? Also, custom buttons must be
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
Syntax for <criteria> field in zoho.crm.searchRecords() function when the value to check against is a variable?
I want to search for records in the Tasks module whereby the value of a field (called field1) matches the value stored in a variable in the Deluge script (called variable1). From the sample code in https://www.zoho.com/deluge/help/crm/search-records.html,
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
can I possible get the deal owner name in converted leads record?
Hi, can I possible get the deal owner name in converted leads record? I need to access the deal owner of converted leads using Restful API, but I confused how to get the appropriate field regarding this
Is Client Script IDE not working now?
I'm only seeing the "loading" progress UI now when I want to access the Client Script code I had made a few days ago. See attached screenshot. Is the IDE down?
Newbie!! SOAP API Responses???
So I am a newbie to ZOHO but I've learned alot. I am working on a API request using functions to a third party to create an account on their system by pressing a button in the contacts section of the CRM. It works. But I want to see the responses. How
OAuth Scope for fetching data from Custom Related List
Hi. I'm trying to fetch record related data from custom related list (a function) using Zoho API as described here https://www.zoho.com/crm/developer/docs/api/v7/get-related-records.html My request: GET /crm/v6/Campaigns/my_campaign_id/Members Members
Kaizen #150 : Track and Monitor Activities in Zoho CRM using the Export Audit Log API
Hello all! Welcome back to another post in our Kaizen series. This post details how to back up and track history of actions, such as those performed on a module (example: Leads), track actions performed by specific CRM users, and filter entries within
Zoho CRM's V7 APIs are here!
Hello Everyone! We hope you are having a fantastic time and are ready for some exciting news! We are thrilled to announce the release of Zoho CRM’s V7 APIs, packed with powerful new features designed to elevate your CRM experience. Here’s what’s new in
How to add a custom field to specific section via restfull API
Hello there, I wonder if there is a way to add a custom field to specific section, e.g. Add to calls module's Outcome Of Outgoing Call section, is there a property like "section_id" or others? Thanks
How to programmatically set a reminder schedule for a Task on the date specified in "Due_Date" field?
I want to programmatically set up the reminder schedule for a Task that sends out an email reminder on the date specified in the "Due_Date" field. I've looked at the Zoho CRM Insert Record API and it looks like the TRIGGER key for "Remind_At" field requires
Message Id of emails from IMAP is not the same as Gmail's message id
Hi, I'm working in deluge functions that get all emails of a module (zoho.crm.getRelatedRecords("Emails","Contacts",contact_id,1,200,{"type":5});), but the response message id of the email is not the same as Gmail's message id, Can you explain to me why
Tracking "Last Contacted Date" (emails, activities, etc.)
Hi all, We want to track the last contacted date for Lead records, including emails, activities, etc. The goal is to create: a report of leads that haven't been updated, a field within the record that clearly indicates the last contacted date, and. an automation that reassigns the Lead when it hasn't been touched in 30+ days. We thought we could use ${Leads.Last Activity Time} but it seems that for some insane reason email isn't considered an activity. (Frankly, I don't think email is going to
Programmatically Show/Hide Fields in Deals of Zoho CRM
Do you know how to display and hide Checkbox fields dynamically in the Standard Layout of the Deals module? I’d also like to dynamically change the display-label of the checkbox fields too. For Example: if I have a Multi Select Lookup field of Contacts
Cannot read properties of undefined
I have a problem with Client Script. I can't fetch data from server when I use ZDK.Apps.CRM.Users.fetch(); (as attached image) Please help me!
How to list all soid of all environments(including Sandbox ones)
Hello, I am trying to use the self client credentials flow(https://www.zoho.com/accounts/protocol/oauth/self-client/client-credentials-flow.html) for the Zoho CRM and the request to get a token requires an soid. However, I do not know how to get the soid
Coql Query By Date
I try to get records via the Coql Api it works fine since i try to have a date in the where clause like this select id from Contacts where First_Name='Franz' AND Last_Name='Müller' AND Date_of_Birth='1986-2-2T00:00:00' The field is defined as date Can
Kaizen #149: Using GraphQL APIs to fetch data in a consolidated way
Hello everyone! Welcome to this week's post in the Kaizen Series! This week, we will discuss GraphQL APIs, a query language that provides an efficient, powerful, and flexible method for fetching and manipulating data from Zoho CRM. Let us consider the
Introducing ZDK CLI (Beta): our latest developer tool for Zoho CRM metadata management
Hello Developers! We are delighted to announce the release of ZDK CLI (Beta), a set of powerful command-line tools designed to simplify the way you manage your Zoho CRM org's metadata (customizations) and your team collaborate to customize Zoho CRM. ZDK
Kaizen #148 - 'trigger' in Records APIs
Hello everyone! Welcome to another week of Kaizen! In today's post, we will discuss the "trigger" key in the Insert, Update, and Upsert records APIs. What is "trigger"? "trigger" is a key of the JSON type array. You can use this key in insert, update,
Zoho CRM Client Script Open Pop-Up
Hello All Hope you are doing well. In this article, you will see how we can create a Popup and get the value from the Popup Up. Example:- Suppose we have a field (Boolean Type) City Details once someone selects this a popup will open and capture some
Client Script - How do you obtain the current record ID when in detail view?
I'm trying to gather the Account ID of the Account currently being looked at in Detail View of CRM. I'm using a "button on click" client script execution, and am trying to create a logged call with input, based on button click. eg - User goes to account,
Next Page