Copy a File Upload field from one module to another
We have a file upload field on a custom module named "Attachment". We want to use a Deludge function that copies this field and adds it to a file upload field on the Account module. The account level field is also called "Attachment". Here's a sample
Cadence vs. Workflow
Greetings. I see a lot of noise around Cadence. We have already creating a lot of workflow rules for dealing with and following up to incoming leads. What I don't see is what's the difference between Cadence and Workflow and how we may benefit from updating?
Zoho CRM and Safari v18 MacOS page display weird
With Safari 17.6 this issue didn't exist. When opening a quote under Quote Information (see below) it displays correctly as shown. When using Safari 18, the latest version, a large blank area get's added under Hide Details where you have to scroll down
Image insert
How do I add an image to Zoho forms? From what I understand it used to be available when you could add a note, but now it is not. Second how do I link one form after another, for example say I have 1 form and then they hit next, and go to another form
Converting a lead does not create an account
When I convert lead, I get a portential and a contact, but I do not get an account. Account Module says that accounts are created when a lead is converted. Why is this not happening?
Kaizen #115 :Customize Buttons using Client Script
Hello everyone! Welcome back to another interesting Kaizen post. In this post, we can discuss how to customize buttons using Client Script. In this kaizen post, Need for customizing buttons ZDKs related to Buttons Use Case to customize button using Client
How to automatically fill up field based on lookup field input
Hi there, I have a custom module where some emails are stored and i was wondering if i can make it so that based on the selected procurement name the procurement email will pop up, wondering if this is possible using client script. The APIs API for procurement
Case Comment Information Edit/Delete Entry
How can I edit or delete Comment Information entries in Cases? We are using this as a log and if erroneous information is entered we would like to remove it.
Different custom view sharing settings for web & mobile app
Hello, One feature that would be very helpful, especially in businesses where there are users that primarily or solely use the mobile app and who have different job functions that users mostly using the web app, is to define custom view visibility separately
Import does not UPDATE existing records
When I import, although I have the original Record Id, from a previous export, the import creates NEW records. I just want to update those records with the new values from a CSV I have 1200 leads I exported 3 fields to CSV. So I have 1200 rows the my
How to automatically pull multiple fields
Hi there, I want to be able to pull multiple fields from Sales order module to purchase requisition module 1. Purchase Requisition Name: Copy from “Subject” in Sales Order 2. Deal Name: Copy from “Deal Name” in Sales Order 3. Account Name: Copy from “Account
Kaizen #159 - Configuring Telephony Extension Widget in Zoho CRM
Hello Developers! Welcome back to the Widgets fold in our Kaizen series. In this post, we will learn how to build a custom telephony extension widget for call centers and deploy it within a Zoho CRM organization. This helps in establishing unified communication
Product search issue
Hi, I would like to understand what is the search logic of product module. We have lots of pen, but when I key in "pen", there is no result back.
Calculate next due date
Hello Zoho Community, I need to calculate something. Perhaps you have an idea: I have a field for a starting date of a contract. e.g. 1.3.2023 I also contract length in month: Renewal every 3 month Now I want to calculate the next renewal date. (In this
Error when automatically filling up field based on lookup field
I tried running this code: try{ var procurementId = ZDK.Page.getField("Procurement_List").getValue().id; log(procurementId); ZDK.Page.getField("Procurement_list_email").setValue(ZDK.Apps.CRM.Procurements.fetchById(procurementId).email); } catch (error)
Zoho CRM Group Records
Hello, It would be a great addition if we are able to group records by a field, not only sort them. For example lets say I have a field Account Status - a) Potential b) Customer Currently I can sort all the records, but it would be nice if I am also able
Client Side Scripts for Meetings Module
Will zoho please add client side scripting support to the meetings module? Our workflow requires most meeting details have a specific format to work with other software we have. So we rely on a custom function to auto fill certain things. We currently
How to carry over module name to another module with automatic generated number
Hi there, i want to be able to from a module called sales order, automatically put the name into Delivery order, however there is a workflow that automatically generates the name as the delivery order no. picture of delivery order name and no. in this
CRM Developer Connection
I want to change an developer admin account to a non admin on production. This account has connections created under it, is there a way to transfer ownership of the connections or will I have to recreate them?
Meeting color coding - determined by filter
Hello, the meeting color coding is great! I have an idea, can the filter setup screen have an option that says "Field that determines calendar color coding". Since the filter being used at the time still determines that only 1 picklist is driving the
Can I Create Check Box Fields Instead of Multi-Select?
Is there a ways to create a field that has several check boxes to choose ? ..Not Boolean For examples, Field Name "Areas Of Pain" -Neck - Back - Shoulder I want a check box next to each so person can check one or all.. I know I can use mult-select but
Related Lists filter
I have Contacts showing in our Accounts module. I customized the Contacts module with an Employment Status field, with the following picklist options: "Primary Contact", "Secondary Contact", "Active Staff(not a main contact)", and "No longer employed".
Quotes - Products - Discount percentage does not work
Team, I have a layout in Quotes with Products to estimate the budget The thing here is that I've added Discounts to the grand-total (that works fine) and also possible per line. This one does not work: everytime i choose a product, and select the price
Changing Web form Button Color
Is there a way to change the color of the button on the web form? When I embedded it into wordpress , my buttons turned blue. Help how do I fix it ?
Unlocking customer insights everywhere: Voice of the Customer (VoC) feature is now open to all
We are pleased to inform you that our Voice of the Customer (VoC) feature is now available for public access. This marks a significant milestone in our journey to provide solutions for understanding and analyzing customer feedback. If you are hearing
How to transfer uploaded file from one module to another
Hi there, I have made it so that when an enquiry is created, an estimate will be created using workflow. I want to be able to copy the file uploaded from enquiry to estimate module is there a way to do so? Enquiry estimate Moderation Update: We are locking
Add Headlines/Paragraphs/Text to Layouts
It would be extremely beneficial if we could create Headlines, Paragraphs, or other Text in module Layouts (specifically leads and deals). This would be extremely helpful with written instructions for the users, such as outlining a qualification process
How do I enter phone extensions?
How do I add a phone extension correctly so that when I dial the main number it will pause and dial the extension of the contact I want to talk to Greg
How do you create an event/meeting in a different time zone?
Does anyone know how do you create an event/meeting in a different time zone?
Verify details pop-up windows
Hi, Is it possible to turn-off the anoying "Verify details" window that ask for closing date, "Reason for Lost" or other concepts. If I would like the user to enter such data, I will implement a rule .... How can I turn-off such pop-up? it's not necessary
Creating and working with reports - Knowledge Base
Hi ZOHO Teams Here is missing an article I think. Knowledge Base CRM Analytics and Dashboards Reports Create/Edit reports Ropic: Creating and working with reports Regards, Kochnik
Zoho CRM Joined Report is limited to 2000 rows
Exporting a Joined report is limited to 2000 rows. How do i export if I have more than the limit?
Using functions in Zoho CRM Circuits, howto and solution
So, I don't know if anyone has tried this yet but Circuits can be a pretty powerful solution to process data and get the job done in a more structured way. However Circuits are not that easy as it looks. One of the problems that we had to overcome was
Webform
Hello Zoho developers 💻 I just went through the Webforms functionality in Zoho CRM. 🔹Webforms simplify the process of capturing visitors or users information from your website into your CRM system. They are designed to automate the importing of data
Create an alias for multiple users
Hi there, You've been of great help for all my issues so far. And I'm grateful for that. I hope you can help me with one more issue. I want to create an alias for more than one user. The reason for this is so that multiple users can see, reply to and store incoming and outgoing messages to that alias in such a way that all actions made by one of the users can be seen by all the users of that alias. Is this possible? Thank you! Kind regards, Hashim
Calling Token API in Postman returning "error: invalid_client"
Hello, I've been working on setting up an API to get data from zoho crm into a third-party application. I'm currently testing the setup in Postman, but I'm getting an error from the API to retrieve the access token. It keeps returning "error: invalid_client".
Bilder der Formen | Kontakte exportieren
In den Firmen haben wir Logos (Bild) und bei den Kontakten Fotos (Bild) je Datensatz hinterlegt. Wenn wir die Datensätze exportieren wollen, dann werden die Bilder nicht mit exportiert. Bei Artikeln ist es ebenso. Wir exportiert man die CRM-Daten mit
Best Power Dialer for Zoho?
We’ve been using Power Dialer AI with Pipedrive for a while now, and honestly, it’s been a great tool for us. The integration is seamless, call logs are automatically synced, and it helps us stay on top of follow-ups. The analytics and efficiency have
Pulling subject name from deals to custom module
Hi there, i want to pull the subject name from deals to another module which is a custom module so that i dont need to type out the subject name everytime i create the delivery order in deals module. This is the picture of inside the deal module, before
Blueprint - Mandatory file upload field
Hi, File upload (as we as image upload) field cannot be set as mandatory during a blueprint transition. Is there a workaround? Setting attachments as mandatory doesn't solve this need as we have no control over which attachments are added, nor can we
Next Page