Simple Request : Insert record to CRM Custom Module via Deluge
I'm quite used to Deluge in Creator, however I can not get the simplest bit of code to work in the CRM. I have full admin access to the system and ensured and am running the script on the Administrator permissions which has access to everything. I have
Client script: checking for problems when calling a connection
Hi everyone! I'm writing a Client Script in which I need to use a Connection to call our custom ERP. I'm doing something like: var res = ZDK.Apps.CRM.Connections.invoke("myerp", "https://our.url/path", "POST", 1, parameters, headers); and it works, so
Kaizen #157: Flyouts in Client Script
Hello everyone! Welcome back to another exciting edition of our Kaizen series, where we explore fresh insights and innovative ideas to help you discover more and expand your knowledge!In this post, we'll walk through how to display Flyouts in Client Script
Set connection link name from variable in invokeurl
Hi, guys. How to set in parameter "connection" a variable, instead of a string. connectionLinkName = manager.get('connectionLinkName').toString(); response = invokeurl [ url :"https://www.googleapis.com/calendar/v3/freeBusy" type :POST parameters:requestParams.toString()
401 w/ blank response while using a valid access token to query records in Zoho CRM
Hi, I'm building a background sync app for my website, so I used the API console to generate a Self Client w/ authorization code. I set the scopes to - ZohoCRM.settings.ALL based on https://www.zoho.com/crm/developer/docs/api/v7/modules-api.html?srcPlan=NewCRM.
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
Automate Zoho CRM Export to pdf
Is there any way to automate through Deluge or another language the 'Export to PDF' or the 'Send Email' task? When the individual in charge of invoices marks the invoice as 'Finished', there would be a process enabled to download the PDF or email the
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?
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,
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.
Client Script field.setCriteria need the list of possible operators for criteria or the opposite of "equal"
The gist is to just filter the lookup the countries not listed in the multiselect field. I've been using a client script and this time I would like to set this criteria for the lookup: op.setCriteria("((Specialty_Requirement:equals:" + spec + ")and(Countries_Excluded:not_equal:"
Kaizen #99 - Render Widgets Using Client Script
Hello everyone! Welcome back to another interesting post. In this post, let us see how you can render Widgets using Client Script. Widgets are embeddable UI components that you can create and add to your Zoho CRM. You can use widgets to perform functions
Kaizen #131 - Bulk Write for parent-child records using Scala SDK
Hello and welcome back to this week's Kaizen! Last week, we discussed how to configure and initialize the Zoho CRM Scala SDK. This week, we will be exploring the Bulk Write API and its capabilities. Specifically, we will focus on executing bulk write
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
Client Script - onBeforeUpdate, how to get the new value of picklist
Basically, I have "Contact Type" field, and if a particular type is selected from within Canvas detail page, I want it to show a popup warning. I have all of this working, except that getvalue on the particular field in question shows the currently saved
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?
Need a way to run a client script longet than 10 seconds
By The Grace of G-D. Hi, Currently, Client Scripts are Timing out at 10 seconds. We have complex logics that needs more time. Can you add a feature request to increase the timeout?
Client Script: new value not set after calling setValue() - what's wrong?
I'm new to Javascript and Zoho Client Script, though I have experience developing applications in C and Java. I have been trying to figure out why my code doesn't work and would appreciate help from the community to point out what's wrong. For my current
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
CRM API w/ Self Client (Administrator): You do not have sufficient permission to associate this record. Contact your administrator.
I am using the CRM API and am having an issue creating a contact. I've successfully created a contact linking to an existing account by ID, but then when I created a separate test account (which succeeded) and tried to create a contact linked to that
Kaizen #96 Automatic Mail-Merge Document Creation Using Zoho CRM APIs
Efficient communication and personalized document generation are crucial for maintaining strong customer relationships in your business. Manual document generation can be time-consuming, repetitive and error-prone, decreasing productivity and customer
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
sync two zoho crm
Hello everyone. Is it possible to sync 2 zoho crm? what would be the easiest way? I am thinking of Flow. I have a Custom Module that I would like to share with my client. We both use zoho crm. Regards.
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
Has anyone successfully added Microsoft Graph API Oauth2 as a connection?
I'm having trouble getting Microsoft Graph API created as a connection in zoho crm. Has anyone successfully added Microsoft Graph API Oauth2 as a connection? My issue is not necessarily on the Zoho side, but understanding how to set up the Microsoft side
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
Next Page