Zoho CRM Digest

Zoho CRM Digest




Hello Everyone!

Here’s the second part of January’s Zoho CRM Community Digest, rounding up the remaining highlights from the month. From newly rolled out updates to thoughtful implementation questions and practical solutions, the community once again delivered valuable insights. Let’s take a look at what stood out in this edition.

Product Update:

Spam Detection for Webforms!

Zoho CRM now screens webform submissions for spam before they enter your system. Each entry is scored based on factors like suspicious emails, invalid phone numbers, bot and crawler activity, IP signals and honeypot field detection. Each submission receives a Spam Possibility Score, and high-risk records are held for review in the Awaiting page, complete with detailed source insights and scoring reasons. Admins can block specific IP addresses and rely on a system maintained blacklist to prevent repeat spam. Dive into the post to see how this added layer of protection keeps your CRM clean and efficient.

Workqueue: Manage your CRM work in one place

Zoho CRM now includes Workqueue, a centralized workspace that brings tasks, approvals, and important records into one customizable view. Create custom queues using filters or existing views, track activities, and manage approvals without switching modules. Managers gain real-time visibility into team workloads to enable better planning and faster decisions. Take a quick look at the full post to learn more and see how to set up Workqueue for your team.

Uplifted Homepage Experience:

Design your homepage with flexible drag-and-drop layouts to create a fully customized view that fits your team’s processes with ease. New Quick Links let you place important resources right on the homepage for one-click access, while rich text helps highlight key announcements. You can also bring reports directly onto the homepage so key metrics stay visible and actionable from the moment users log in. Check out the full post to learn more and get started.



Quick Wins:

Trying to Survey Contacts Linked to Accounts Filtered by Billing Period?

When @lrocaboy raised this, @Ishwarya SG shared that an update about an enhancement to filter Contacts by Account field values is in the works. Since it’s not live yet, @Max Tyack stepped in with a practical workaround using criteria-based mass email and the Zoho Survey integration. If you’ve ever needed to bridge data between Contacts and Accounts for campaigns or surveys, check out this post to see how it's done.

 

Dynamically Filter Deal Sectors from Account Selections

@Matt Beck kicked off a discussion on dynamically filtering Deal sector options to match the sectors selected in an Account, including identifying a primary sector. After exploring multiple configuration approaches, @Andres suggested using Client Script, and @Sunderjan Siddharth highlighted the use of 'setCriteria' as a workable solution with certain limitations on the details view. Catch the full exchange and technical nuances in the post to see how this can be implemented.

The Case of the Missing Deal Team

@Rodrigue Saab asked how to add multiple team members to a single Deal, after being unable to find the “Deal Team” feature in their CRM. @Stefanie Vanjo-Carnell pointed them toward Deal Management, and @Hugh Marshall shared the exact steps to enable and configure it in Settings. If you have been unsure where this option is located, the full walkthrough is in the post.

Dev's Corner:

Default Values for Meetings:

@Ashley Bell proposed a simple yet impactful enhancement, enabling users to set default reminders and apply merge tags to meeting titles without manually editing each time. While native support isn’t available yet, @Sunderjan Siddharth shared a Deluge-based workaround to auto-update reminders and titles after meeting creation. Check the full post for the code and additional details.

Fetching Lookup Data with Client Script

While entering form details, @Sam wanted to avoid manual typing by auto-fetching the Service Number from a selected lookup and defaulting the current date on form load. @Ishwarya SG recommended using Field of Lookup and the Now() formula, while @Rodger Brehaut shared a Client Script solution with guidance on proper event setup and variable handling. Take a look at the full post for the debugging steps and the script to achieve this requirement.


Kaizen:

Kaizen #225 - Making Query-based Custom Related Lists Actionable with Lookups and Links

In this Kaizen, you’ll learn how to transform query-based related lists into actionable workspaces using module-type queries and serializers. Rather than displaying all related records, discover how to filter precisely, preserve native lookups, and add contextual links for a smarter navigation. As @Quint highlights, these thoughtful enhancements can turn passive lists into intuitive, purpose-built tools without heavy customization. Explore this post to learn more.

Kaizen #226: Using ZRC in Client Script 

In this Kaizen, you’ll explore how ZRC (Zoho Request Client) simplifies API calls inside Client Script using a single unified syntax. Through a practical use case, learn how to build a custom button that captures a salesperson’s call notes via a pop-up, creates a Note, and updates the Lead status, all in a single click. You’ll understand how to use zrc.post() and zrc.put() to insert and update records seamlessly, reduce manual tracking gaps, and design smarter, action-driven CRM experiences. Curious to learn? Check out the full post!

And with that, we wrap up this January's Zoho CRM Community Digest. Caught something cool we missed, or have a favorite from this edition?

Drop it in the comments! We’d love to hear from you.

If you haven’t already, don’t forget to check out
Part 1 of the January Digest to explore the earlier updates and discussions from the month and complete the roundup.

We’ll be back with more updates and community gems. Until then, stay tuned!


    • Sticky Posts

    • Zoho CRM Community Digest - February 2026 | Part 2

      In this edition, we’re highlighting a few more product enhancements, along with some helpful community discussions that explore everyday CRM scenarios from automating reminders and managing lead outreach to making the most of APIs and client scripts.
    • How to reach the official Zoho Support channels and avoid fake ones.

      Dear Customers, Thanks a lot for choosing Zoho! Our applications are built to help achieve your day-to-day business goals. We are committed to engaging with you, to understand and develop solutions that enhance your productivity.  We are happy and ready to help you use our services effectively. Understanding and avoiding fake support Just like using popular bank names and financial applications for phishing purposes, using Zoho and claiming to be providing Zoho Support or services with false numbers
    • Function #35: Close all tasks associated with a lead and create a new task.

      Welcome back everyone! Last week, we learnt how to close all tasks of a deal depending upon the deal stage. This week, let's look at a custom function that lets you close all of the tasks associated with a lead while simultaneously creating a new task, like when you need to halt all progress towards a lead while the lead is not available at the moment but create a reminder task. Business scenario: The success of a company, in one way or another, is determined by the leads it gets. Each lead is just
    • Zoho CRM Webinar - Redesigning Daily User Experiences with Canvas

      <br> Your users across roles use the CRM for day-to-day tasks that are necessary. Whether they perform their tasks on time, the right way, or at all depends on a lot of factors, including User Experience. Many businesses struggle with rigid layouts,
    • Join us at the Canada ZUG Meetup: What’s New in Zoho CRM

      Hello Zoho Community! Start your year with fresh insights into Zoho CRM’s latest updates and tools. Whether you're a CRM beginner or a experienced user, this meetup is crafted to help you optimise your processes and leverage new features. Explore practical
    • Recent Topics

    • Private email threads

      When sending a Private email or receiving a response once the email thread has been marked as 'Private'- is there a way to trigger the system to "restart the clock"? I am finding that when someone responds to a 'Private' thread that it is opening the
    • SLA Notification

      Team members have been receiving this notification and feel as though it is as random. Explanation on this notification is appreciated! Also, is there a way to disable this notification?
    • Map: Output None

      Hi, Checking if you help me inspect this block The code below triggers during Successful form Submission from another Form. // rec_a = formA[ID!=0]; rec_b = formB[ID!=0]; ListA = List(); //subformA for each recA in rec_a.ItemSubform { for each recB in
    • Use arbitrary images in deluge

      I am sending emails from my deluge code and I would like to be able to include a few images in the email template. While I know that I could put the on a website somewhere and link to them in the HTML, that is not what I want due to email client security
    • Schedule a Call by Date and Time when a specific lead status is selected

      Hi Wanting to create a workflow where a call can be scheduled by date & time when a specific lead status is selected. Can only currently set the date by Due Date - Trigger Date - Plus 'x' day(s) Thanks
    • How to add "All Open AND Overdue" back to the Home Page Task Component?

      Hi everyone, I’m looking for a way to restore the Tasks component dropdown list on the Zoho CRM Home Page. Since the recent update to the Task area in my Home Page Classic View, the dropdown options (e.g., My Next 7 Days + Overdue) are too restrictive
    • Sync Attachments in Comments from Zoho Desk to Zoho Projects

      Hello Zoho Desk Team, We hope you're doing well. We are actively using the Zoho Desk–Zoho Projects integration, especially for reporting and managing bugs/issues between support and development teams. Current Limitation: After creating a bugs/issues via
    • Add a way to connect Log360 Cloud logs with Zoho analytics

      Hi, Several month ago Log360 Cloud was added to zoho one - and this is great. But as far as I see there is no prebuilt way to connect Zoho analytics to the logs we have in Log360 Cloud. Please add a prebuilt connection like we have for so many other zoho
    • CRM

      HOW DO I BUILD AN EMAIL FUNNEL OF 10 EMAILS WITH DECISION TREE IE; IF YES USE THIS EMAIL IF NO USE THIS EMAIL ALSO I CANNOT FIGURE OUT HOW TO ADD MORE GROUPS OR SEE MY WHOLE GROUPS. I'VE SET UP DIFFERENT GROUPS LIKE ATTORNEYS IS ONE GROUP OF COMPANIES/PEOPLE
    • Adding Calendar Display to Home Page

      I would like to display my calendar in a module on the Zoho CRM Home Page. I can't figure out a way to do this.  Is it possible to display the CRM Calendar on the Home Page?  
    • Funcionalidades y configuration ZohoDesk

      Creo que no estoy sacando el provecho adecuado a la application quisiera solicitar una capacitación al respecto
    • How to call Functions and perform Write Operations using Page Scripts?

      Hi everyone, How to call a function from a Zoho Creator application within a Page Script, also how to perform write operations (adding or updating records) using page scripts?
    • Connecting Airwallex in Zoho Books

      I have a question. I’m trying to connect our Airwallex account to Zoho Books, but the integration does not seem to work. Could you please guide me on how to properly connect Airwallex? I need to see the expenses also, since it only shows the profits now
    • Questions Regarding Helpdesk & SalesIQ Customization and Email Setup

      Hello, I hope you’re doing well. I have a few questions regarding Helpdesk and SalesIQ: Can the emails sent to customers via helpdesk tickets be fully customized — including signature, subject line, and other elements? Also, is it possible to send these
    • Button Duplication when emails forwarded or replied

      When I create a new email template in campaigns and send it out it looks fine to all the users, however if that email is then on forwarded or replied to then all buttons within the email duplicate.  See below The one on the left is the original one.
    • Workdrive backup and default storage selection

      Hi community, I have been informed by Zoho that workdrive will be the default storage mechanism for crm and projects. These 2 Apps seem to have different design on how they interact with workdrive for storage. 1. Crm: seems to have files saves at the
    • Cliq iOS can't see shared screen

      Hello, I had this morning a video call with a colleague. She is using Cliq Desktop MacOS and wanted to share her screen with me. I'm on iPad. I noticed, while she shared her screen, I could only see her video, but not the shared screen... Does Cliq iOS is able to display shared screen, or is it somewhere else to be found ? Regards
    • Ask the Experts 27: Onboarding and managing support reps

      Hello everyone, We are back with our Ask the Experts (ATE) series for 2026. This year, we bring experts to help you address customer support challenges using Zoho Desk. For our first ATE, we are getting into the human side of customer support. "Every
    • CRM x WorkDrive: File storage for new CRM signups is now powered by WorkDrive

      Availability Editions: All DCs: All Release plan: Released for new signups in all DCs. It will be enabled for existing users in a phased manner in the upcoming months. Help documentation: Documents in Zoho CRM Manage folders in Documents tab Manage files
    • Assign emails to lead

      I have some contacts who refers leads but there is no away to manually assign emails to lead.   
    • sync two zoho crm

      Hello everyone. Is it possible to sync 2 zoho crm? what would be the easiest way? I am thinking of Flow. I have a Custom Module that I would like to share with my client. We both use zoho crm. Regards.
    • Built-in Date Functions in Zoho Analytics Query Tables

      I have a doubt about whether Zoho Analytics Query Tables provide built-in functions for start date, end date, and the current month
    • Introducing Rollup summary in Zoho CRM

      ------------------------------------------Moderated on 5th July'23---------------------------------------------- Rollup summary is now available for all organizations in all the DCs. Hello All, We hope you're well! We're here with an exciting update that
    • Enhancements for Currencies in Zoho CRM: Automatic exchange rate updates, options to update record exchange rates, and more

      The multi-currency feature helps you track currencies region-wise. This can apply to Sales, CTC, or any other currency-related data. You can record amounts in a customer’s local currency, while the CRM automatically converts them to your home currency
    • Marketer's Space: Why your open rates suddenly drop to zero?

      Hey everyone—welcome back to another post in Marketer's Space! If you regularly track the performance of your campaigns, open rates are probably one of the first numbers you check after sending an email. So it can be quite alarming when a campaign suddenly
    • CRM x WorkDrive: We're rolling out the WorkDrive-powered file storage experience for existing users

      Release plan: Gradual rollout to customers without file storage add-ons, in this order: 1. Standalone CRM 2. CRM Plus and Zoho One DCs: All | Editions: All Available now for: - Standalone CRM accounts in Free and Standard editions without file storage
    • Bulk upload images and specifications to products

      Hi, Many users have asked this over the years and I am also asking the same. Is there any way in which we can bulk upload product (variant) images and product specifications. The current way to upload/select image for every variant is too cumbersome.
    • Introducing Workqueue: your all-in-one view to manage daily work

      Hello all, We’re excited to introduce a major productivity boost to your CRM experience: Workqueue, a dynamic, all-in-one workspace that brings every important sales activity, approval, and follow-up right to your fingertips. What is Workqueue? Sales
    • Import Quote from CRM into document in Writer?

      Hi, I created a quote for a proposal in the Zoho CRM and was wondering if there is a way to embed the quote into a document in Zoho Writer so I can make our sales proposals look a little nicer. Is that possible?
    • I'd like to Import Contacts for an SMS Campaign, but they don't have email addresses.

      I've got a contact list of about 4000 contacts. Some only have mobile phone and not email. Can I still import the contacts?
    • Incoming email replies not automatically associating with Deals/Opportunities - Is this possible in Zoho CRM?

      Hello Zoho Community, I'm running a travel agency (B2B and B2C) and we've been struggling with what seems like a basic functionality that we cannot get to work properly. Our use case: We send emails to suppliers (hotels, transportation companies) and
    • Transaction Rule Matching

      Q1. Is there a method to have the Transaction Rules applied across multiple Bank Accounts? Q2. To match "contains" text in Transaction Rules, is a wildcard or regular expression required? Is it case sensitive? Would searching for "issue" in the following
    • Newby Questions - Vendors, Customers, and Income vs. Other Income Clarifications

      Q1. For Deposits, there does not seem to be an option for "Income". "Other Income" is an option however. What is the process to add the option to assign a deposit to type "Income"? Q2. In many cases Vendors and Customer are the same. Vendors may purchase
    • Newby Questions

      Q1. The top bar of Zoho Books has a "Search in Banking (/) " field. What is the proper use of this text box? - Searching for Amazon for example has no results but there are transactions. - Is the search case sensitive? - Are regular expressions allowed?
    • Duplicate Leads Notification Help!

      Hello! I have several web forms that have a duplicate lead notification that are being sent to the creator of the web form. I understand how to change the form entry notification, but I am specifically looking to change the recipient of the "Duplicate Lead" notification. Any help you can offer is greatly appreciated! TIA, ~ Jenn
    • Bulk Associate Tasks/Task Lists to Milestones (Similar to Issues)

      Hello Zoho Projects Team, We hope you are doing well. We would like to request an enhancement regarding Milestone management for Tasks in Zoho Projects. Current Behavior: In the Issues module, it is possible to select multiple issues and easily associate
    • How to see Statement Details Shown in Unclassified Transactions in All Transactions?

      All, The list of Unclassified Transactions show the Statement Details and Descriptions. What is the method to see that column in the All Transactions list? -Thanks!
    • Zoho CRM - Feature Request - Analytics Components Group By Week Alternative Formats

      On the Zoho CRM Analytics Components, please consider adding an option to allow group by week format to be changed to other formats such as Week Commencing or Week Ending dates, rather than the current Week Number. This would provide improved usability
    • Is Zoho Sites still actively being developed?

      Hello, Is Zoho Sites still actively being developed as part of the Zoho ecosystem? I noticed that the What's New page (https://www.zoho.com/sites/whats-new.html) does not show any updates since Q1 2025. We were considering migrating our website from Squarespace
    • Adding new data to the sheet with most recent data being added to top row.

      I am using a form that I built from within sheets.  When the form is submitted, is it possible to have the data entered in (for example) row 2 (since row 1 is the heading) instead of being added into the next available row which should be hundreds of
    • Next Page