Configuring a workflow when a specific picklist value is changed to a different specific value
I'd like to create a Task when the Status of a Product is changed specifically from "Offline" to "Online". I cannot figure out how to set this workflow. I tried setting to to trigger anytime the Status field is changed to "Online", with the condition
Getting "NO_PERMISSION" on API call for Administrator user for *some* modules (/crm/v3/settings/fields?module=<certain modules>)
Getting "NO_PERMISSION" for Administrator user with all permissions for some modules (/crm/v3/settings/fields?module=<certain modules>) Same query works for many other modules, but fails for these: Campaigns Cases Solutions Products Vendors Price_Books
'Refresh token is not provided
when i am using get all records zoho crom dashboard to our website then occure error ('Refresh token is not provided) using php sdk samples code. please anyone provide me solutions or implementation code of insert and fetch records to zoho crm dashboard
Extension pointers #12: Create custom script and retrieve personalized outcomes using custom actions
Create custom script, allow end users to define criteria, and obtain personalized outcomes. What are custom actions? Custom actions make it simple to carry out a templated action or task that end users can reuse, leading to personalized outcomes based
Can not get FirstName and LastName columns for a custom lookup column using Query API
For default lookup columns such as Owner, when executing the following query in Query API I was able to get data { "select_query":"select Owner.first_name,Owner.last_name,Owner.id from Accounts where id is not null" } However I have created a custom
ZOho CRM API : Unable to connect even following afficial documentation step
Hello, I'm facing issue when i try to connect to api from Oauth2. Even i post request with correct parameters like id and secret i and client id, have only error message like : invalide code or invalide url redirect url even if it the same like set on developper console. could you please check it why is no t working ? Thanks,
Is it possible to join Users and Accounts using Query API
Is it possible to join Users and Accounts using query API For example: { "select_query":"select Users.first_name, Users.last_name, Accounts.Email from Accounts where id is not null" }
Query API . Expose all fields that that require a join for lookup
From Query API documentation it seems that there is a limitation according to which we can only use only two relation join in the select query column. https://www.zoho.com/crm/developer/docs/api/v3/COQL-Limitations.html However I wanted to know if there
How to make sure that the refresh token has not expired
I know that refresh token lives forever, but i can revoke it, so the question is how to verify that the refresh token is valid without creating access tokens. For example, as in HubSpot https://legacydocs.hubspot.com/docs/methods/oauth2/get-refresh
Extension Pointers #1: A step-by-step guide to integrate Google Contacts using Sigma
Integrating and syncing data is a significant factor for effective customer relationship management. Let's consider a scenario where an entrepreneur is planning on starting a new venture. An important factor in propelling any business towards success
Function Code
Hi there, I am struggling to generate a code for functions. The purpose is for data upload. I have 3 Custom modules. (Discretionary Savings; Retirement savings; and Annuities & Incomes, each with a module ID) I have multiple products, by multiple providers
Extension Pointers - Simple yet significant pointers #5: Deleting developers from workspace
Deleting developers from Sigma workspace As a continuation to our previous post in this series, let's see how you can remove developers from your workspace. Similar to adding developers to your workspace, you can remove developers in order to revoke
Adding a column like Zoho Records id
Hello, I am sending zoho crm leads to another application. I need to create a column to separate records with successful URL submission and records which fail. I should be able to assign values in these input deluge commands, but I don't want it to appear
Zoho CRM API: Access Call Recordings (Ring Central) via API
Hi, We have activated Zoho CRM -- Ring Central Integration. We can listen to the call recording by Zoho CRM UI. We need download call recordings by the API. 1. Is there a way to do that? Could you please explain me as I couldn't find it in the API documentation?
How-to get line items from sales order using bulk read
Hi We are trying to download the Sales and Purchase orders with all it's line items from our CRM to do some analytics. For that purpose we are using the bulk read API https://www.zoho.com/crm/developer/docs/api/v3/bulk-read/create-job.html. Unfortunately
API for Online Meeting Event for MS Teams
Our CRM is set up so when a new meeting is created (manually) and the "Make this an online meeting" checkbox is checked, a Zoom meeting is created and an invite sent. I am using the API CURL code in the screenshot below to also create a Zoom event programmatically.
COQL request ignore "not like"
i used COQL for api requests $query= "select id, Name_for_1C from Invoices where ((Name_for_1C not like GoITeens) and (Date_of_receipt_of_payment > '2022-08-15'))"; $query= "select id, Name_for_1C from Invoices where ((Name_for_1C not like 'GoITeens')
Possibility to update SDK module metadata dynamically or store it in a cloud?
Hi! I'm using the Node.js SDK v2 in my web app. The web app runs in Google Cloud Run. The app fetches module data from Zoho CRM and lets the user edit the information. The problem is that when ever we update/add a field in Zoho CRM, the web app suddenly
Multi-select fields don't add items, they overwrite
Hello, For Action Leads/insertRecords? When I choose duplicateCheck =2, it finds the same email, and updates the record. Fine. But don't you think that all Multi-select fields should have Items added to the list, rather then replacing all the options
Search records API - Sorting
Hi Is it possible to use sort_by and sort_order in Search records query? I tried using it and it works but it's giving me inconsistent results. https://www.zoho.com/crm/developer/docs/api/v2.1/search-records.html Thanks.
<join limit exceeded> error when executing a query using COQL
I have executed the following query (using COQL): { "select_query":"select Owner.first_name,Created_By.first_name,Modified_By.first_name from Accounts where id is not null" } but I get an 400 Bad Request with the following response, { "code": "LIMIT_EXCEEDED",
"error":"invalid_redirect_uri"
Hi, 1. I have created a client app at https://accounts.zoho.com/developerconsole using dummy redirect url http://127.0.0.1:8080/. 2. I then followed the instructions at https://www.zoho.com/crm/developer/docs/api/auth-request.html to generate a grant
Unable to Upload files to ZFS in Zoho CRM API
I wanted to fetch an image from an external website, and then upload it to Zoho File System so that I can attach it to an image upload field. Based from the documentation in https://www.zoho.com/crm/developer/docs/api/v3/upload-files-to-zfs.html, a sample
Error: MANDATORY_NOT_FOUND
Hi! I'm trying to create a record to Zoho CRM using the createRecords-method in Node.js SDK v2. When I send the request to create a new record I get the following error:
Extension Pointers #11: Publishing an Extension
Extensions are software components that help developers add features that enhance the functionality of your Zoho product. Bundling an extension is essentially wrapping and delivering the components of an extension as a whole package. The process of building
Issue when testing out SDK 3.0 in Node Js
Hi, I'm trying out the Node SDK (v3.0) and I implemented the test SDK script mentioned in the README here. I used file persistance and that part worked well. The initialization worked fine, where both the access and refresh tokens got fetched and saved
CreateRecords works only on localhost
Hi, I have a problem with node-js sdk 2.0 and createRecords. Everything works well when creating records on dev but when the project is pushed to google cloud run it will give out this error: If I remove that field it will let me create the record but
C# SDK Configuration
In my application I installed these package _ ZOHOCRMSDK-2.1 MySql.Data Newtonsoft.Json My application is .NET Framework 4.6.2 This is my Initialize class code screenshot. I use self client and scope "ZohoCRM.settings.ALL" for generate GrantToken code.
Why am I only seeing a few modules in the Multi Select Lookup Properties popup?
When I use a Lookup in my module, I can see all my modules in the Lookup Properties popup. But when I try to use a Multi-Select Lookup, I only see a few modules in the Multi Select Lookup Properties popup. Why would this be? I cant use the module that
Unable to process your request - Importing Opportunities
Hi, I am importing an csv sheet into the opportunities modules with 54 records. I am getting the error "Unable to process your request" since 3 days. I checked on the forum for downtime or service upgrade of your system but still getting the same error today. I tried to import contacts and they were successfully imported. Only problem is coming in Opportunities. Please let me know the suitable resolution asap. Regards, Amit Sharma
Are the first 7 digits of the Contact ID unique to a CRM Account?
I am looking for a confirmation from someone with this knowledge. It appears that the first 7 characters of the 19-character Contact ID are unique to a CRM account. Am I correct? The 7-digits do not relate in any way to the CRM Account ID so I don't know
Unable to search Leads by Created_Time or Modified_Time
I'm migrating the data-mining part of an Enterprise Intelligence app from API V1 to API V2. I got everything from OAuth to user-mapping sorted out. What I need in data-mining is to get a list of Leads (and some other modules) a user has created/modified
API Name for Events Module: "Reminders"
In CRM, the list of API Names for Meetings (Events) does not include the API names for: 1. Participant Reminder 2. Reminder (for Host) I assume this will be an array to allow multiple reminders to be set but what API name is used and what is expected
Bulk APIs and Photo/Attachment ID
Hi There, I have implemented Bulk APIs and downloaded the CSV with all records needed, in the CSV the image field has a long string ( e.g. 86za2be586e6f6bd8460191f2dbaf76e9dd58) now I want how to access these individual images while importing the downloaded
Extension Pointers - Simple yet significant pointers: Adding developers to workspace #4
Adding developers to Sigma workspace A user may be a part of multiple workspaces in Sigma, including their own, and have access to their own extensions as well as other workspace extensions to which they have been added. When you are added as a developer
I am trying to get contact form 7 data to zoho crm and for it i write custom code..it is working fine on local host but on live it is giving following error
{"data":[{"code":"INVALID_DATA","details":{"maximum_length":20,"api_name":"Subscribed_Newsletter"},"message":"invalid data","status":"error"}]} reference code is- add_action('wpcf7_mail_sent','brainium_cf7_api_sender'); function brainium_cf7_api_sender($contact_form){
Implications of moving from COQL v2 to v3
I am new to COQL and because my initial searches in the Zoho support docs brought me to info on using v2, I did not realize I had an option. Are there any REAL benefits to changing from v2 to v3 and, if so, what are the implications to all the code I've
API Name: No "Call Type" under Events
In the docs (https://www.zoho.com/crm/developer/docs/api/v2/insert-records.html) there is a list of "System-defined mandatory fields for each module". Under Events it states: "Event_Title"- Single Line "Call_Type" - Picklist "Start_DateTime" - Date/Time
Does Contacts and Deals have a column named Contact_Name
Does Contacts and Deals have a column named ContactName because I cant seem to find it. If so what is the API's name for this column in both tables?
JOIN Contacts and Deals (COQL)
How to write a query to JOIN Contacts and Deals using COQL?
Next Page