COQL Query in Events with What_Id and Join
I'm trying to return fields in a lead related to an Event in Zoho CRM. Looking a the documentation https://www.zoho.com/crm/developer/docs/api/v3/Get-Records-through-COQL-Query.html it says the format sample is { "select_query": "select 'What_Id->!Leads.Last_Name'
CRM User field API peculiarities
There is a newly created Multi user field `Usersss` in the Leads module (`sss` is an exaggerated typo): Now I fix the name to `Users`: And also fix the API name in Setup > Developer Hub: But the API name stays the same (i. e. in Postman): This vaguely
Subform loop not listing all records
Hi, We have a script that should transfer subform records from one module to another subform in another module, but it is only pulling the last record and looping it in the other module. Please see script below and advise on how we can modify it to pull
No Refresh Token created when generating Access Token
The issue is the same as discussed in https://help.zoho.com/portal/en/community/topic/missing-refresh-token-in-respose - no matter what parameter I send, the refresh token is always missing. I have tried all combinations of access_type=offline and prompt=consent,
CRM Custom Deluge Function "Composition"
I have an custom function `foo` in CRM automation, let's say it's attached to a workflow rule `X` in module Deals. Now I also have another workflow rule `Y` calling another custom function `bar`. Is it possible to call function `foo` inside `bar` at all?
Unable to rename linking module API name once created
Moderation Update : We are yet to support rename for linking module API name, and it would be best to continue the discussion in the below forum post as this will help us track the feature request and keep you all posted with an update being made accordingly.
Kaizen #130 - Zoho CRM Scala SDK (V6) - Configuration and Initialization
Hello and welcome to another Kaizen week! In this week's post, we'll show you how to get started with Zoho CRM's Scala SDK, and walk you through the configuration and initialization process. Specifically, we will discuss how to use the Scala SDK to make
Zoho CRM Developer Series: Zoho CRM APIs
Master Zoho CRM APIs like a pro! In collaboration with Zoho Developer Community, we are introducing Zoho CRM APIs to help you unlock the full potential of Zoho CRM APIs, regardless of your experience level. Register now to supercharge your CRM skills
Invalid Module in Zoho Flow Function
Hi, I am having a weird error when trying to create records in a module using Zoho Flow. I am getting a JSON from a webhook and using that data to create records in my "Tickets" module with the API Name "Tickets createResp = zoho.crm.createRecord("Custom_Module_Tickets",ticketRecord);
Date Time field not reading api input correctly
I've run into a strange issue which probably has a simple solution. When I am inserting a record, I have a field that maps to a date time field. When I look at the xml before it is sent it has a value of 08/22/2015 11:59 AM. The insert processes fine
How to cronJob for async between Zoho and my ERP.
I am going to implement the async. And I wanna get access_token without user interaction, so I can set cronJob. If you have any experience and idea, please help me. Thank you.
API: How to use the Record_Image field
Hey, I'm looking to download the image from a specific record. I know I can use the api as follows: https://www.zohoapis.com/crm/v2/{module_api_name}/{record_id}/photo But I want to avoid making two calls to the CRM API. I know the record comes with a
Client Script | Update #5 - Supporting Dynamic Lookup Filters, Flyouts, Widgets, List & Detail Page (Standard) and much more!
Hello everyone! We are immensely delighted to introduce the most-anticipated and enchanting features on Client Script to empower you to fulfill sophisticated functionalities in Zoho CRM, thereby providing a rich experience to your users. Let us walk through
How can I show an Account's total lifetime purchase value?
Hello, I know I am missing something. I want to visualize how much each account has paid us over the time they have been customers (lifetime value). This must have been done before but I can't find a community thread on it. We do not bill with Zoho Finance/Books,
What is the client script syntax to call a CRM standalone function?
What is the client script syntax to call a CRM standalone function? Tried this. Can't make it work. https://static.zohocdn.com/crm/7981591/documentation/DotSDK/Functions.html
Bug in Python SDK
there is a code change required in a python environment class: class INDataCenter(DataCenter):
"""
This class represents the properties of Zoho CRM in IN Domain.
"""
@classmethod
def PRODUCTION(cls):
"""
This method
"Zoho CRM API Access" permission
Hi everyone! I understand that the "Zoho CRM API Access" user permission allows a user to be used for API calls, but does this imply that - using the API - the user can gain access to every module? Or is it limited only to enabled modules? I think I know
Work around for Parent/Child Field Limitations
We are an automotive wholesaler which means we deal with a lot of vehicles. One way to prevent typing errors for vehicle Makes and Models when creating a record is we created Parent and Child fields for Makes and Models. So, if a user selects a Make,
Building integration to support multiple zoho clients
Hi, We have our custom webapp which we need to integrate with Zoho via API as some of our clients are using Zoho, so we have to build a integration with Zoho to pull some data from clients zoho crm. I tried zoho php sdk and it works but I am getting errors
Kaizen #79 - OAuth2.0 - A Recap and FAQs
Hello everyone! Welcome to another week of Kaizen! Today, we will address a few frequently-asked questions about OAuth2.0 that include token generation, scopes, errors etc,. If you have any other questions, let us know in the comment section. We will
Custom Richtext is not updated through rest API
Hi I have a rest API client that I can update all fields of a lead, except a custom richtext field which is not updated. The funny part is that it returns success but the record is not updated. I have also double checked the API name and it exactly matches
Kaizen #120 - A Guide to API Calls in Zoho CRM Sandboxes
Hello everyone! Welcome back to another post in our Kaizen series. This week, we will discuss in detail about the sandbox environment in Zoho CRM, and how to make API calls to the sandbox orgs. Environments in Zoho CRM Zoho CRM empowers your business
zohocrm-csharp-sdk-2 - Only works through proxy server?
The configuration of the sdk asks for : * Create an instance of RequestProxy class that takes the following parameters * Host -> Host * Port -> Port Number * User -> User Name * Password -> Password * UserDomain -> User Domain */ Are users
How to generate grant token without using developer console
I'm integrating Zoho CRM with another app. I need to be able to use REST calls without ANY HUMAN INTERVENTION. I need a programmatic way to generate a grant token. Using the developer console will not work! This question has been asked several times before
How to fetch custom Related-list records from ZOHO CRM using ZOHO-API?
Hi, i am working on Zoho CRM and using Zoho API to fetch records from zoho crm. I want to fetch custom related-list records by using zoho-api but I am not able to do this. The scenario is : I have University as Related list in Contacts module and University is a custom module in which I have a lookup field of Contacts. Now all University records related to particular Contacts are shown its record as University Related-List. I want to get this data by using zoho-api. Help me to solve this problem.
Self-client INVALID_TOKEN error
Hi, I am looking to use the v2.0 API to allow users in our system to submit tickets in Zoho. We would like to set it up as a self-client as we prefer to set it up to provide a known access token from our back end service that will submit all requests.
Best way to "repair" a missing required field
I have a date field which is now required. I have a few hundred records which were created before the field was set to required. Most of my users prefer to do in-line field edits rather than going into Edit mode. If the user is not editing the required
Composite API working ubnormally
Hello, Today we see that Composite API (https://www.zoho.com/crm/developer/docs/api/v6/composite-api.html) is working ubnormally. Before today everything was ok. 1. If we call it with "parallel_execution": true it has REQUEST_TIMEOUT. For example: Light
Auditing the Zoho Implementation: How can I export a list of rules, permissions, etc?
Hello, I've just inherited management and administration of my employer's Zoho CRM. I've been asked to provide a flowchart of the various combinations, conditions and switches that the previous administrator put in place for each of the modules. It looks
Unable to get Authentication code
Hi Team, We're currently sending a request to the endpoint (/oauth/v2/auth) via Postman, but we're encountering an issue: we're receiving an HTML response and struggling to extract the authorization code from it. Is there a method to retrieve the code
The Add New Module page isn't working in my developer edition of Zoho CRM. The sidebar loads but the main canvas stays white with a loading icon.
Trying to add a new module on the developer edition is broken. The sidebar loads but the main canvas stays white with a loading icon. I've tried yesterday and today on both Firefox and Chrome. Attached is the console log which is showing numerous er
Client Script does not fully function in Sandbox
I have noticed that the Client Script behaves differently inside Sandbox, compared to production. For example, I am trying to invoke a function inside the client script. ZDK.Apps.CRM.Functions.execute("GetProductLocalPrices"); it would work in production,
ZDK.Apps.CRM.Products returns "undefined"
Hi there, I am trying to create a Client Script to query the Product modules. in the script, trying to use ZDK.Apps.CRM.Products.fetchById("2607824000078309340"); However, "ZDK.Apps.CRM.Products" returns "undefined" In Zoho official document, it seems
Kaizen #127 - Circuits in Zoho CRM - Part 2
Hello everyone! We're back with part 2 of Circuits in Zoho CRM! We are as excited as you are with this topic! Let's dive right in! As promised, in today's post, we will discuss a use case, see how execution happens, and associate that circuit with a workflow.
Search Records API: strict "equals" criteria
Hi everyone! The documentation for the search records API states that > When you use "equals" in Search API, it behaves like contains and fetches the records accordingly. So, how can I specify a criteria for "the field matches exactly this string"? Thanks
Browsing files uploaded via API?
Hi everyone! I'm uploading files to be used with ZohoCRM with the relevant API. It's working, but I was wondering, how can I browse those file and eventually delete them? Thanks for your assistance!
Best way to make API to Zoho Books from Client Script?
in Deluge there're shortcut commands to call Zoho Books. (e.g zoho.books.createRecord) How would that work in CRM / Client Script? (another easier way than using HTTP request, which requires creating OAuth token)?
Introducing Zoho CRM GraphQL APIs: Our Next Frontier!
Update 25th Sep 2024: GraphQL APIs are now open across all DCs including IN DC for Enterprise, Zoho One Enterprise, CRM Plus and Ultimate edition orgs. Please note that GraphQL APIs are not available for Trial Edition of these editions. Update 27th Aug
Schedule 200 calls for contacts with a Button based on the view that the button is in
Hi Everyone Hopep you are well. I need some help nailing this code down. I need to create a butotn that generates 200 calls for contacts. The button will be placed in the contacts module and will need to generate the calls for the contacts based on the
Get Notes related to specific contact in rest api v6 using coql query
I'm trying to fetch list of notes for a specifc contact using coql query. Here is my query { "select_query": "SELECT Parent_Id, Note_Title, Note_Content FROM Notes WHERE $se_module = 'Contacts' and Parent_Id = '638530000000373001'" } This query is working
Next Page