
The new year is already in motion, and the Zoho CRM Community has been buzzing with steady updates and thoughtful conversations. In this edition, we’ve pulled together the key product enhancements, Kaizen learnings, and helpful discussions from the first two weeks of January, so you can catch up in minutes.
Before we jump into what’s new, here’s a quick thought:
Last year laid the foundation for a lot of what you’re seeing now. If you haven’t already, take a minute to skim through the 2025 highlights. It’s a great way to connect the dots. And if CRM lives on your phone as much as your laptop, don’t miss the mobile recap covering everything that rolled out across Android and iOS.
Now, let’s get into what’s new.
Product Updates:
More control over email fonts and reply-to settings:
Your emails just got more flexible in Zoho CRM. The email composer now supports custom fonts, font sizes, and a default reply-to address. Check out the post to learn more and see how to configure these enhancements.
Create formula fields faster with Zia Formula Expression Generator:
Writing formula syntax from scratch? Not anymore. The new Zia Formula Expression Generator lets you describe your logic in plain language and automatically generates the expression for you. Review, tweak, and insert it directly while creating Formula fields in the Layout Editor. Check out this post to see it in action.
Integrate QuickML models directly into Zoho CRM
Custom AI Solutions in Zoho CRM now offers deeper integration with QuickML, allowing you to connect deployed QuickML models directly to CRM modules and view AI-driven insights within record detail pages. Map CRM fields to your model inputs and instantly access predictions, recommendations, forecasts and analysis as part of your day-to-day operations. Explore more about this integration in this post.
Business day logic update: more accurate Workflow scheduling
We’ve updated how business-day calculations work in Workflows to ensure offsets like +0, +1, and +2 business days behave exactly as intended when triggers occur on weekends. This update makes Workflow execution timing more accurate and predictable, especially for processes that rely on business-day-based scheduling. Learn how it works and what it means for your Workflows in the Forum announcement post.
New VoC enhancements in Zoho CRM for deeper response insights
We’ve introduced new enhancements to Voice of the Customer (VoC) in Zoho CRM that help teams analyze customer feedback more deeply and contextually. These updates include response-level drilldown, summary-based analytical components powered by Zia, and the ability to leverage VoC intelligence in custom views and Workflow criteria. Check out this announcement post to discover how these features can be used in dashboards, views, and Workflows.
CRM gets location-smart with the new Map View
We have introduced Map View in Zoho CRM to help teams visualize and work with records based on location. Powered by the new address field and Mappls (MapMyIndia), Map View lets you plot records on an interactive map, apply nearby filters, sort by distance, and plan visits more efficiently, all within your CRM modules. This feature is available in all paid editions but only for the Indian Data Center (IN DC). Explore this post to learn how Map View works and how you can use it for location-based planning and execution.
Enhance your CRM records with data enrichment:
In Zoho CRM, data enrichment helps enhance company and person records with additional information gathered from publicly available sources. Details such as company size, industry, job titles, and contact information are mapped directly to corresponding CRM fields using native enrichment capabilities and supported integrations like WebAmigo. Tip: Instead of enriching records manually, you can automate the process using APIs and Workflow rules to trigger enrichment when records are created or updated. Take a look at this post to understand how data enrichment works and how to configure it effectively.
Quick Wins:
Restrict task deletion and enforce strict stage control in Zoho CRM:
@Rodney D Abernathy asked how to prevent staff users from deleting tasks and enforce forward-only stage progression in Zoho CRM. @Ishwarya SG recommended restricting task deletion by adjusting profile permissions and using Blueprints to control stage progression with admin-only corrections. Read the full discussion for setup details.
Setup notifications for upcoming CRM callbacks in Zoho CRM:
@Dan Newham asked how to notify users before scheduled CRM callbacks. @Haiku Technical Support suggested using built-in Call activity reminders (pop-ups and Cliq messages), creating call-related Workflows for email notifications, or leveraging Zoho Flow for automation, especially when template-based Workflows aren't feasible, as in Dan's case. Haiku also included screenshots that provide additional clarity, so take a look at this post to learn more.
Migrate data between related lists in the same module:
@Sahal Akel asked how to migrate existing Product-related list data in the Leads module to a newly created multi-lookup related list. @Cloud Bound suggested exporting the data using a detailed report with Leads as the primary module and the Product relation as the child module, then importing it into the linking module created by the multi-lookup field. Checkout the post to learn more.
Mapping countries to regions for deal reporting:
@Clement asked how to categorize Deals by region by linking country values to a region lookup table for reporting and analysis. @Pranit explained that this can be done by creating a custom module to maintain country–region mappings, adding a Lookup field on Deals, and using a workflow with a Deluge function to populate the region directly on the Deal record. This approach overcomes the reporting limitation of lookup fields and enables region-based reports and dashboards, while Client Scripts can also be used for UI level updates. Read the full discussion for implementation details.
Dev's Corner:
Associating Zoho Projects with Deals using Deluge:
@Jacob asked how to automatically associate a Zoho Project record with a Deal when creating the project via a Zoho CRM workflow using Deluge. @Ishwarya SG shared a sample script showing how to use the appropriate CRM-Projects API endpoint and explained why it's important to use the right data center–specific OAuth token and required connection scopes for Zoho CRM and Zoho Projects. Once the connection settings were aligned properly, the project–deal association worked as expected. Read the full discussion to review the sample script and setup details.
Kaizen:
Kaizen #223 – Building a File Manager CRM Widget using ZRC methods
This Kaizen explores the Zoho Request Client (ZRC) introduced in Widget SDK v1.5 and shows how to build a related list widget in Zoho CRM. The walkthrough demonstrates how ZRC enables integration with Zoho WorkDrive, letting users list, preview, and upload files directly from a record’s detail page. It also covers automating WorkDrive folder creation and setting up the widget for seamless file management. Read this post to explore the complete implementation and step-by-step guide.
Kaizen #224 – Quote-driven deal reconciliation using Zoho CRM Functions and Automation
This Kaizen demonstrates how Zoho CRM Functions and Automation can reconcile deal values against quote activity over time. The walkthrough covers managing currency fluctuations, grace periods, loss thresholds, and renegotiation logic by treating quotes as the source of commercial truth and updating finalized deal values accordingly. Read the full post to explore the business scenarios, field design, automation flow, and function logic behind this quote-driven reconciliation.
And with that, we wrap up this edition of the Digest. Caught something cool we missed, or have a favorite highlight from this edition?
Drop it in the comments! We’d love to hear from you. We’ll be back soon with more updates and community gems. Until then, stay tuned!
Recent Topics
Kaizen #227 : Client Script Support for List Page (Canvas)
Hello everyone! Welcome to another week of Kaizen. In today's post lets see how Client Script can be used in Canvas List Page to mask sensitive information from specific roles and add colors to Canvas List Page records based on custom criteria.This use
Automation#25: Move Tickets to Unassigned When the Owner Is Offline
Hello Everyone, Welcome to this week's Community Series! 'Tis the holiday season—a time when work often takes a brief pause. The holiday spirit is in full swing at Zylker Techfix too, with employees taking some well-deserved time off. During this period,
Automation#27: Retain Ticket Owner on Moved Tickets
Hello Everyone! This week, we present to you a custom function that retains the ticket owner when a ticket is moved from one department to another. Here’s more to help you understand the custom function: At Zylker Techfix, Alex, the Support Engineer manages
Automation#28 Notify Agents on Article Expiry
Hello Everyone! This week, we’re bringing you a feature that notifies your team when articles in the Knowledge Base are set to expire to keep your content relevant and helpful for customers. The Zoho Desk's Knowledge Base is an asset for customers to
Automation#29 Retain ticket status on moved tickets
Hello Everyone, Hear out Zylker Techfix’s Success Story on Smoother Ticket Transitions! Zylker Techfix, a gadget servicing firm committed to quick repairs and timely deliveries, faced a challenge when ticket statuses changed automatically while moving
Automation#32:Auto Add New Portal Users to the Help Center User Groups
Hello Everyone, Introducing a custom function that automates the process of adding new portal users to Help Center user groups, making user management effortless! By default, Zoho Desk allows you to assign new portal users to groups manually. But with
Automation#34 : Automate Email threading for Ticket notification
Hello Everyone, It's been a while since we've presented an automation. However, our community has been buzzing with ideas, use cases, and discussions with our community experts and Ask the Experts session. So, here we are again, presenting an automation
Automation#35 : Auto-Add Comments under the Owner's Name in Tickets via Macros
Hello Everyone, This week's custom function provides simple steps to configure a Macro for adding comments to tickets with the name of the Comment owner. When managing tickets, you can use the Comment feature to communicate internally with your team and
Automation#36: Auto-create time-entry after performing the Blueprint transition
Hello Everyone, This week’s edition focuses on configuring a custom function within Zoho Desk to streamline time tracking within the Blueprint. In this case, we create a custom field, and request the agent to enter the spending time within the single
Automation#33: Automate Splitting Names for Existing Contact Records
An organized directory – who doesn't love one? Previously, we explored how to split contact names into First Name and Last Name for new contacts in Zoho Desk. But what about existing contacts already in your database? This week, we bring you a custom
Workqueue
I really like the idea of the Workqueue generally - it will be really useful. What it seems to lack however, is the ability to customise it properly. I want to be able to show a custom view rather than just "My Leads" and "Leads Assigned in Last 3 hours".
Webform & spam
Hi, We set up 2 webform on our website, fowarding the content to Zoho CRM. Since it has been opened up, we are getting lot of spam message (for now about 20 a day). To lower the amount of false new leads we added the captcha field and new enquieries are
Zoho CRM Web form page URL
Hi there, I am getting quite a bit of spam through my Zoho CRM Web form and want to restrict the URLs it is submittable from. I can see that I can add Location URLs but I need to be able to just add a domain so can I enter mydomain.com/* to cover all
Receiving too many Spam Leads. Why?
I am receiving so many junk leads from web forms created by zoho's platform. The junk queries are increasing day by day and are affecting our business. I am continuously following up with zoho team from the past one year but not getting any satisfactory
Mail Merge is not working properly as far as the AUTOMATE section is concerned
Hi there, I created a Mail Merge template for the Deal module. I would like Deal owners to mail merge their Deal records, download the Mail Merge document as a Word doc and make a few changes before sending it to the customer. Thing is, neither the "Merge
Canvas Detail View Related List Sorting
Hello, I am having an issue finding a way to sort a related list within a canvas detail view. I have sorted the related list on the page layout associated with the canvas view, but that does not transfer to the canvas view. What am I missing?
project name field issue- n8n
Hey guys, I have a question. I want to create a new product using the workflow. The problem is with the product name field; I don't know how to fill it in. The workflow starts with retrieving information from the leads table, retrieving links to scrape
Critical:- Eneble TDS filing for 26Q from the zoho book
We currently extract TDS data from Zoho Books and manually input it into a separate TDS software to generate the FUV file and file returns. Previously, while using Tally, we benefited from an integrated feature that seamlessly recorded transactions and
How to track repeat customers?
I own a food business and every order is entered into Zoho with: a unique Customer ID total order amount date of order With this information, I want to be able to see a list of my "best" customers. In other words, descending lists arranged according to:
Zoho Books - Breaking A Working App
We've been using Zoho for many years now. Across all apps, entering phone numbers in standard formats was enabled in all apps. These formats are: xxx.yyy.zzzz xxx-yyy-zzzz (xxx) yyy-zzzz and we were able also to add extension numbers in these formats:
Build data protection into your support
At Zoho, privacy is our principle. Every Zoho product is built with privacy as the foundation and the finishing touch, guiding every decision we make. Security, privacy, and compliance are woven into the software development lifecycle, starting from how
Conditional formatting: before/after "today" not available
When setting conditional formatting, it only allows me to set a specific calendar date when choosing "Before" or "After" conditions. Typing "today" returns the error "Value must be of type date". Is there a workaround? Thanks for any help!
Display Client Name in Zoho Creator Client Portal Dashboard
Hello Zoho Creator Team, We hope you are doing well. Zoho Creator recently introduced the option to set a client’s display name in the Client Portal settings, which is very helpful for providing a personalized portal experience. However, there is currently
Customizable UI components in pages | Theme builder
Anyone know when these roadmap items are scheduled for release? They were originally scheduled for Q4 2025. https://www.zoho.com/creator/product-roadmap.html
Amazon.in FBA multiple warehouse integration with Zoho Inventory
My organisation subscribed to Zoho One looking at the opportunity to integrate Amazon.in with Inventory. But during the configuration, we understood the integration has severe limitations when it involves multiple warehouses in the same Organisation.
Feature Request - Set Default Values for Meetings
Hi Zoho CRM Team, It would be very useful if we could set default values for meeting parameters. For example, if you always wanted Reminder 1 Day before. Currently you need to remember to choose it for every meeting. Also being able to use merge tags
Ability for admin to access or make changes in zoho form without asking for ownership
Currently in zoho form only form owner can make the changes in the form and if someone else has to make changes then we have to transfer the ownership to them and even admin also cant access it . So i think admin must have the ability or option to access
Issue with WhatsApp Template Approval and Marketing Message Limit in Zoho Bigin
We are facing issues while creating and using WhatsApp message templates through Zoho Bigin, and we request your clarification and support regarding the same. 1. Utility Template Approval Issue Until December, we were able to create WhatsApp templates
Zoho CRM Calendar View
Hello Zoho team, We need desperately a calendar view next to list, kandan and other views. I think it should be easy to implement as you already have the logic from Projects and also from Kanban View in CRM. In calendar view when we set it up - we choose
Camera
I can sign on to a meeting and see the other participants, but my screen is dark. The instructions for Zoho "Camera Settings" say "click on lock icon in address bar," but I don't see that icon! Suggestions?
What is Workqueue and how to hide it?
Hi, My CRM suddenly have this "Workqueue", may I ask how to set the permission of this tab?
Batch/lot # and Storage bin location
Hi I want to ask for a feature on Zoho inventory I own a warehouse and I've gone through different management software solutions with no luck until I found Zoho, it has been a game changer for my business with up to the minute information, I'm extremely happy with it. It's almost perfect. And I say Almost because the only thing missing for me (and I'm sure I'm not alone) is the need of being able to identify the lot number of my inventory and where it is located in the warehouse. Due to the nature
Adding Sender Address with Basic Plan
According to the knowledge base, I should be able to add Sender addresses with the Basic Plan. But whenever I try to add an email, it takes me to a search window and I cannot find any emails in the list. Even mine, which is the admin. email.
Conditional Field Visibility in Bigin CRM
I would like to request support for conditional field visibility within Bigin CRM. This feature should allow administrators to configure show/hide rules for fields based on predefined criteria (e.g., field values, picklist selections, stage changes,
Bill automation in Zoho Books
Hi I am looking for 3rd-party options for bill automation in zoho which are economical and preferably have accurate scanning. What options do I have? Zoho's native scanning is a bit pricey
Reporting Tags
We've been using reporting tags for years (before itemizing was available) and now we are finding reporting these tags are impossible to track. Reports have changed in the customization and our columns of reporting tags no longer show up. We do not use
Consumption based inventory
I am currently using Zoho Books for my hospitality business, which includes lodging and restaurant services. We purchase many items in bulk for storage and consumption as needed. I'd like these items to be recorded as inventory when purchased and categorized
Smarter Access Control: Role-Based Access vs. Responsibility-Based Profiles
Every business has roles, responsibilities, and workflows. While roles help define structure, responsibilities within those roles are rarely the same. As your team grows, some members need access to only a specific set of features. Others require visibility
Partner with HDFC And Sbi Bank.
Hdfc and sbi both are very popular bank if zoho books become partner with this banks then many of the zoho books users will benefit premium features of partnered banks.
API in E-Invoice/GST portal
Hi, Do I have to change the api in gst/e-invoice portal as I use zoho e books for my e-invoicing. If yes, please confirm the process.
Next Page