Zapier won't retrieve assignment rule
Hello there! We're trying to automate the process of sending the client info from a landing page (unbounce) to zoho crm. Everything seems to be working fine except for the assignment rule. It doesn't show up in the automation fields.
How to format API get request for Google Calendar connection?
I am brand new to API call scripts. I am a google Workspace user. I need to use the google calendar connection to get a list of calendar events with criteria (notably start or end date-times). Then I need to put them in zoho crm's Meetings module. This
Remove HTML Format - Deluge
Hello @all if you want to delete the HTML format from the text please follow the script. Data = "Text"; info Data..replaceAll("<(.|\n)*?>" , "").replaceAll(" " , " "); Apart from this if you require anything please let me know Thanks & Regards Piyush
How to associate a Contacts record with multiple Account records?
I googled to find a solution to this before posting the question here but am not sure if the information I came across is the latest one. I want to be able to associate a Contacts module record with multiple Account records. In my Accounts module, I have
Multi-currency in Zoho CRM Forecast and Reports
As a company we have branches in 4 different countries with as many different currencies. Our Sales Teams would like to work with their local currency as much as possible. The Forecast module using only 1 currency is practically usable only by the sales
Is it possible to customise the lead conversion page in Zoho CRM?
I am looking to add/remove some fields and permissions on the lead conversion page when you convert a lead. I can't seem to find any information on whether this is possible or not.
Email deliverability
Good morning, I would like to send newsletters via ZOHO and therefore want to take care about the DMARC topic, which i unfortunately have no Idea about it, can you help here? I attach the message I´ve received as well to this request. Looking forward
Function
I have a workflow made when a quote is edited the quote number will be copied to a text field Quote_number_ref in the deal that it is associated with. This is the function, it says successful in view usage but Deal field is never populated. Any ideas?
Apple Messages for Business in Omnichannel communications?
Hello, Apple launched "Apple Messages for Business" but Zoho CRM or Zoho Desk don't appear in the list of possible integrators. Zoho already promotes https://www.zoho.com/crm/omnichannel.html Omni Channel integration, but Apple Messages does not yet appear.
LinkedIn Sales Navigator extension not showing info in CRM (Lead/ contact file)
Hi all, I got the LinkedIn Sales Navigator extension installed and activated in CRM (still version 1) and my sales reps who hold an Advanced Sales nav license can't see anything in the lead file section. Apparently we have to update a "app package", but
Records that are in the trash are counted in the reports.
Hello community, after intensive investigation by support, we have noticed that when we relate records through a lookup field, if we delete records from the child module they will be counted when generating a report from both modules. See the case below:
Custom module - change from autonumber to name
I fear I know the answer to this already, but thought I'd ask the question. I created a custom module and instead of having a name as being the primary field, I changed it to an auto-number. I didn't realise that all searches would only show this reference.
Bulk Updates and Untouched Records
We have a field for the industry that the customer is in. Our initial upload of our database was done very poorly, and as a result we are forced to fix all kinds of things in the customer records. Right now, I need to add industries to a slew of companies.
How to Create a Report or List across Two Modules that allows for Mass Updating?
I'm trying to pull a list or report of all Contacts who meet a specific criteria from the Accounts module. I then want to mass update a Contact field for those Contacts in bulk. Basically, I want to find all Contacts who meet Contact Criteria 1 whose
Using Client Script to change Canvas ID
In my deals module, I have created two difference canvas. One for personal insurance and one for Commercial insurance. I have a field in Deals called "Customer Type" that is a drop down with two choices, "Commercial" and "Personal". I am trying to set
Remove Zoho tracking wrapper from CRM template emails
Hi All, We have URL redirect rules so that when certain links unique to a user/account are sent via Zoho templates, they should redirect to open the mobile app rather than web (mobile web is not supported). Because of the Zoho tracking wrapper that gets
Associate a Contact to a Campaign using deluge?
If I want to add one record to another related list, which zoho function do I use? zoho.updateRelatedRecord is not it I don't think. I simply want to take a "Contact" and associate it to a "Campaign" using deluge. Can anyone help? contactId = 5122008000000796037;
Attachments Rename
It would be great if you could rename, or make a copy of an attachment in the attachment area. Similiar to the del button.
Canvas assignment rule.
I was wondering is it possible to assign different Canvas to different detail record page base on a field. For example, I have a field called Steps. I would like to have Canvas 1 show when it’s step1 and Canvas 2 for step 2. The Canvas we have are WAY
Rich Text Editor adding extra paragraph tags
Hello, I believe a Rich Text field adds extra paragraph tags that show up as extra spaces when rendered in PDF via a template. See the template's output.. it does perfect at first but starting with the bullet points, it makes a lot of extra spaces: Here
Canvas Fit to Screen
Hi, is it possible to have the Fit to Screen tickbox unmarked as a default?
Dynamically populating picklist using v7 API is throwing INVALID_DATA error
Hi, So basically, I've tried all sorts of solutions but to no avail. This is the error I kept on getting: { "code": "INVALID_DATA", "details": { "expected_data_type": "jsonobject" }, "message": "body", "status": "error" } And this is the object I'm passing
Zoho Campaigns Event timestamps do not propagate to Zoho CRM
We have integrated Zoho CRM and Zoho Campaigns. But when looking at Contact records, the Campaign event data is missing the actual timestamps: especially when a particular email was sent. They're not in the Campaigns related list, and the cannot be found
Convert a CRM dashboard into a presentation in just two clicks
Availability Release plan: This feature is being released in a phased manner for orgs in the supported editions and DCs. Editions: Enterprise edition and above DCs: US, AU, EU, IN, JP, CN For instructions and more details, please refer to this help document.
Converting multiple leads to the same account
In our marketing we have multiple leads for the same organisation. When we convert one to an account/contact is there any way to be able to convert all the other leads that have a matching company name to contacts in the original Account. Currently I
Zoho CRM Contact Form style in website
Hello, I am trying to embed the Contact Form from Zoho CRM into our existing WordPress website to replace our current contact form. The look on the website is not similar to the 'Preview' when I am setting up the form in the CRM, and I have limited html
Search records API returning 204
when using the search API for finding records, the response is 204 no content. I have tried two options of GET https://www.zohoapis.com/crm/v6/Contacts/search?criteria=Email:equals:robert...@...com https://www.zohoapis.com/crm/v6/Contacts/search?email=robert...@...com
Multi User Lookup field on the Zoho CRM iOS app.
Hello all! Hope you are all safe and sound. We have now brought in support for the Multi User Lookup field on the Zoho CRM mobile app. Below are the enhancements that are supported in this update: * Multi User Lookup field can be added through the
Zoho CRM built-in Email validation
Hello, We're trying to do email validation before submitting the data to Zoho CRM to prevent getting the INVALID_DATA error We're just wondering what's Zoho CRM's built-in email validation (in regex?) for the Email fields? Thank you
Toggle UI for Checkboxes
Hey, I would like to have the ability to set Checkboxes to look like toggles:
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
How to Capture Email Message ID After Workflow Email Notification?
Hello everyone, I have a workflow that triggers an email notification as an instant action. The email is sent successfully, but I need to capture the response (in JSON format) to store the message_id in a custom field for future reference. Is there a
Introducing Image Upload in Canvas
Dear All, Canvas lets you create or redesign your CRM interface beyond the traditional customization options available. You can design the record details page starting from a blank template or using the default template options available, add images,
Lead to Contact Conversion with multiple email address fields
We are a B2C business with a strong repeat cycle, and as such it's not uncommon for customers to use multiple email addresses with us. We have both our Contacts & Leads modules set up with 3 email fields. (Primary Email / Secondary Email / Historic Email)
How many contacts can a zoho Crm account hold? Account meaning accounts where we store contacts associating with the accounts.
Automatically fill in information in a quick create deal (opportunity) when a quote is made
Hello, I would like a help on how to automatically fill out information in the quick create Deal ( we call it opportunity) automatically from the quotes module. In my company, we usually start with creating a quote, then use the quick create option to create an opportunity. Some of the information comes from the quote that would be the same information as in the opportunity such as account name, amount (grand total of quote), currency, and sales office. Is there a way that this can be done?
Zoho CRM Community Digest - August 2024
Hello Everyone, This month, we've got a host of exciting updates to Zoho CRM, including early access to CRM for Everyone, the Beta release of ZDK CLI, the new Zoho CRM V7 API featuring advanced capabilities, and the ability to convert dashboards into
Zoho CRM Quotes for Different Volumes
Hello all, I am looking for some ideas or advice on how to configure products give pricing for the same product at different quantities A. Configure Products So here we are looking for ideas how to "configure products" without having to create a separate
Introducing Zia's integration with OpenAI for Zoho CRM
The integration was earlier available only in the US DC. It has now been extended to the EU, IN, and AU DCs. Hello all, We are delighted to announce the release of Zia's integration with OpenAI for Zoho CRM. This integration incorporates the power of
Next Page