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,
Kaizen #129 : Client Script Support for Blueprints
Hello everyone! Welcome to another week of Kaizen. Today, let us discuss about how you can use Client Script during a Blueprint transtion to meet your requirements. This Kaizen post will provide solution for the post - Need non-mandatory fields in blueprint
CRM, How to customize JSON sent back from REST API webhook
Hi, In CRM, I've created a function with a API REST access. For debug and log purposes, I have a lot of info statements. That way I can trace any problem that might occur. However the external service calling this webhook, requires that the function returns
Zoho Embedded App JS SDK - use ZOHO.CRM.CONNECTION.invoke() to upload file to WorkDrive
I have been attempting to use the Zoho Embedded App JS SDK to create a widget, and using a CRM connection (ZOHO.CRM.CONNECTION) to communicate with WorkDrive. The client that the application is being developed for requires the widget to be able to upload
Access User Photo via CRM API
Hello, we are using the Zoho CRM API to get some basic information for our logged in user through https://www.zoho.com/crm/developer/docs/api/v2/get-users.html This works fine but we also need to get access to the user's profile picture set through the
Zoho CRM API: Python request-based POST or GET authentication + insertion of contacts
The Task## A django application that allows users to sign up and once the user clicks on the account activation link, Zoho CRM is receiving the data and a contact is created in the CRM section. Olansi Air Purifier The Problem I am currently working on
Kaizen #13 - Bulk Write API
Hello everyone! Welcome to yet another post in the Kaizen series. This week, we are going to discuss the Bulk Write API. What is the Bulk Write API? The bulk write API allows you to insert, update, and upsert records in a module in Zoho CRM in bulk. The primary difference between the bulk write API, and the Insert, Update, Upsert records API, is the number of records that you can handle. While you can insert, update, and upsert, only 100 records via the Insert, Update, and Upsert Records API per
Kaizen #147 - Frequently Asked Questions on Zoho CRM Widgets
Heya! It's Kaizen time again, folks! This week, we aim to address common queries about Zoho CRM Widgets through frequently asked questions from our developer forum. Take a quick glance at these FAQs and learn from your peers' inquiries. 1. Where can I
Trello: Invalid Client - Client ID passed does not exist
Hello, I am trying to authorize the Zoho CRM power-up in Trello but always land on the following page: I tried adding a trello client to the Zoho API console but this generated a different client ID to the one in the link of the page in the above picture.
Bug: ZDK.Client.navigateTo() has recently stopped working for same page reloads.
Zoho - this urgently needs resolving. In order to reload the same "Page Details" page using Client Script, you should simply be able to call: ZDK.Client.navigateTo('record_detail', {module: $Page.module,record_id: $Page.record_id}); This has recently
Extension pointers for integrating Zoho CRM with Zoho products #8: Upload and manage Zoho Workdrive folders and files from within Zoho CRM
Keeping records on your customers and business prospects is essential for tracking data, conducting follow-ups, and running a business smoothly. When you use two separate applications, and store relevant data in each, checking and tracking data becomes
Make certain subform entries read only
Hi all I need to make specific entries on a subform to be read only for portal users. Ive added a field to my subform called 'read only' which is a picklist with the values of Yes and No. Ive set this field to be hidden as its only to be used in the function
Zoho CRM Client Script - SetCriteria in lookup Field
Hello All One More Zoho CRM Client Script Tips & Trick. Now you can Set the Criteria on Your lookup in zoho CRM, It Comes With a Create Page, Edit Page, and Details Page (Standard). Example:- We have a Room Module that includes Room Name, Status, Campus,
SSL Exception When Querying REST API
We use functions to query regional data from GIS REST APIs. We're having an issue with one REST API that appears to be a problem within ZOHO, as I'm not having an issue querying the API in Postman or via the built in query tool. // test coords lon = "-84.29118695502028";
[URGENT] Response of getRelatedRecords API is In-Consistent
Hi Team, I often face issue with the code due to the inconsistence in the response in "getRelatedRecords" API. Refer to the below image's highlighted text. "Created Time" not in a sequence. This happens often. Sometimes it shows results as "latest to
{"error":"invalid_client"} - postman error
When I run a POST request on postman using the form-data option to pass the body parameters, I am able to successfully retrieve the auth token. But when I use the raw option and enter the body parameters as a JSON object, I receive the following error: {"error":"invalid_client"} Please help! Thanks
Kaizen #146 - Assigning values to different field types using Zoho CRM SDKs - Part IV
Welcome to another Kaizen week! In our ongoing effort to enhance your Zoho CRM integration skills, we have been exploring various field types and demonstrating how to manage them using our different SDKs. So far, we have covered the Java, PHP, and Python
Kaizen #70 - Client Script Support for Wizards
Hello everyone! Welcome back to another interesting Kaizen post. In this post, we can discuss the recently added Client Script Support for Wizards. What is a Wizard? A Wizard in Zoho CRM helps you divide a long form into a series of screens. You can also
How do I use the RefreshToken when the Token expires
How do I generate a new token when the current token expires? I tried it on Postman but encountered an error. { "error": "invalid_code" }
Kaizen #145 - Assigning values to different field types using Zoho CRM SDKs - Part III
Welcome to another Kaizen week! In Part I of our series, we explored the various field types in Zoho CRM in detail and demonstrated how to assign values to these fields using our Java SDK. In Part II, we continued by showing you how to work with these
Need SOMEONE'S Help! B2C CRM issues. Need anyone that works in construction, Labor/Service, Roofing etc
Has ANYONE created a successful System process in Zoho CRM that works? I own a roofing company and currently use JobNimbus. I love ZOHO and don't want to give up as I SEE the amazing potential! But, I feel i'm wasting my time! Just when I feel i'm getting
Can I generate a Zoho Access token using ClientCredentials flow?
I have a "Cron Job" that runs every hour. It will update 1 (to many) Zoho CRM 'accounts'. To do this, I need to use an access token in the 'Authentication' header. Now I can manually do this via the "api console" (https://api-console.zoho.com/) and manually
Get records from zoho CRM (Invalid Request)
Hello guys, I have got the following response error when I try to post a request to the https://www.zohoapis.eu/crm/v2/Subscriptions 400 (Bad Request) widget.html?serviceO…F%2Fdesk.zoho.eu:88 { "code": "INVALID_REQUEST", "details": {}, "message": "unable
.Net integration
All the things I see that are .Net related are fairly old. I am trying to find a good way to integrate with ZohoCRM from a .Net 8 C# application. Something that does not require MySql or Newtonsoft. Something that can be ran in an AOT project. What is
Kaizen #53 - Sales Orders #API
Hello everyone! Welcome back to another week of Kaizen. In this post, we will discuss inserting, updating, and deleting a Sales Order via an API. What is a Sales Order? A Sales Order is a document sent to your customers to confirm the items and prices of a sale. It is usually created after a quote is accepted by your customers, and your items are ready to be shipped or delivered to them. Getting a Sales Order Use the Get Records API to get the record(s) from the Sales Order module. Request URL: {api-domain}/crm/v2/Sales_Orders
Multiline Rich Text Field truncates when used in a Related List
Hi all I am trying to use a Multiline Rich Text Field in a custom module to display note type information in a related custom module. It appears that there is some character limit (around 500) that limits the display of the field content as compared to
Kaizen #144 - Assigning values to different field types using Zoho CRM SDKs - Part II
Welcome to another week of our Kaizen series! In our last week's Kaizen post, we explored the various field types in Zoho CRM and their typical uses. We also discussed the utility of our SDK sample codes available in our GitHub repositories and how they
Problem with default value by using Bulk Write API
Hi guys, I have a problem with the bulk writing API. I have 2 modules. First module ("dataimport") is storing csv file uploads of users. The secound module ("Erzeugungsdaten") should store the data from those csv files. My goal is that each entry in "Erzeugungsdaten"
How to use COQL in Zoho CRM's Client script
Hi Community & Zoho Team, Can any one help me with the code for the below scenario. I need to get the records counts in Invoice module with applying two filters. 1) Mailing State = "Given State" 2) Invoice Date is Greater than "01-June-2024" I expecting
OAUTH_SCOPE_MISMATCH when attempting to find CRM User Record
In my App, I want to look for records owned by a Zoho CRM user. Therefore, I am attempting to find the relevant CRM user details for the logged in Creator App user. The lookup I am using is: userEmail = thisapp.permissions.loginUserEmailid(); userDetails
Security in zoho crm when using credit card info
Hi! In order to make online payments through zoho crm, I created a new kiosk with some input fields (card number, exp date, cvv ecc). Then, the information is sent (through an envokeURL function I created using API) to an external service that manages
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
error. undefined in Send Email Rest API on Zoho CRM
Hi, I've got a problem with sending an Email to new Leads that are added to the CRM. After creating connection in Make, I had an issue with the permission scope, but fixed this with manually adding scopes to second connection. But now, after trying to
Don't get Bulk Write API to work
Hi everyone, I'm facing current problem. I have csv files (+500 row) which I push into a custom module (each row is one entry). I thought its a good idea to use the Bulk Write API (https://www.zoho.com/crm/developer/docs/api/v6/bulk-write/overview.html)
Help needed with COQL query
Hi all, I'm facing an issue with the v2 COQL query. Can someone resolve the issue? Query select Dossier, Status, Toekenning_startdatum, Toekenning_einddatum, Created_Time from Bijzondere_bijstanden where Dossier in (640049000000603044,640049000000550726)
Get Workflow Metadata via API
Is there a way to get metadata on workflows and/or custom functions via API? I would like to automatically pull this information. I couldn't find it in the documentations, but I'm curious if there is an undocumented endpoint that could do this.
Get "un"related records function ?
I have a multiselect in Products to relate products to accounts. I use a custom function to relate them automatically based on a field. What I need to know is which products are unrelated to accounts. I can use getRelatedRecords to get the ones that are
Kaizen #143 - Assigning values to different field types using Zoho CRM SDKs - Part I
Welcome to another week of our Kaizen series! Today, we will discuss a critical aspect of working with Zoho CRM SDKs across various programming languages: assigning values to fields of different data types. Zoho CRM offers a comprehensive suite of SDKs
Website form want submit data show in zoho crm using api
I have a website in php i want some one fill out the form it show in zoho crm
I can't get if notification exists
Greetings. Thanks in advanced for your help. I am trying to make a request to the CRM API to find out if a notification exists by passing a channel ID as a parameter. All requests end with Bad Request. Here is my request https://www.zohoapis.com/crm/3/actions/watch?channel_id=10000000810244
Next Page