
Hello Everyone!
Second half of November brought several exciting updates, especially around Zia, making AI assistance smarter, faster, and more context-aware. We also feature engaging community snippets highlighting members who went the extra mile to help their peers. Dive into the Community Digest to explore all the details.
Product Updates:
Smart Prompt Upgrade: Record-Level AI Assistance and Support for New AI Models
Smart Prompt now provides deeper, contextual assistance through the new Record Assistant, offering quick summaries of conversations, records, and notes, along with AI-generated content suggestions. The Template Assistant helps craft email templates by expanding, rephrasing, or adjusting tone based on simple prompts. This update also adds support for multiple AI models, including Zia, ChatGPT, Gemini, Claude, and others giving admins the flexibility to choose what best fits their organization. It is available for Professional and above editions across all DCs. Explore more about it in this post!
Zia Conversation Summary: Instant Context for Every Customer Interaction
Zoho CRM now provides a single snapshot of all customer interactions with Zia Conversation Summary. It consolidates recent emails, calls, meetings, and notes, giving reps, managers, and cross-functional teams a quick recap of what happened, what was promised, and what still needs attention. Zia also flags delays, missed follow-ups, sentiment, and intent for a complete view of each record. This feature works through Record Assistant and requires Smart Prompt permissions, available for Professional and above editions. Check out the post for full details.
Zia ICR Adds Zero Shot Field Prompting to Automate Data Extraction
Zia’s Intelligent Character Recognition (ICR) now uses zero-shot field prompting with Visual Language Models (VLM) to extract data from images and update CRM fields without training or manual setup. It reads printed or handwritten text, handles rotated or custom-shaped images, and fills multiple fields at once, speeding up tasks like capturing RFQs, onboarding sellers, processing car registrations, and other routine operations. This update is available for Enterprise, Ultimate, CRM Plus, and Zoho One in US, EU, and IN data centers. Learn more in this post.
Zoho CRM for Everyone: The NextGen UI Just Got Smarter
Users are loving the upgraded Nextgen UI! Navigate from a single sidebar, access Global Search and Quick Create at the top, and open Setup, Reports, and Dashboards in just one click. Filters and record views are grouped, and custom views appear as tabs for quick switching. The new layout improves visibility, reduces clicks, and gives you more screen space. Rolling out gradually for standalone CRM accounts, with CRM Plus and Zoho One support coming soon. Check out the full post for details.
Quick Wins:
Filtering Dropdown Data by Another Field
@Tom Mitchell wanted to restrict lookup fields in the Quotes module based on a specific criteria. Specifically, the Reseller lookup to show only Accounts marked as “Reseller,” and the Reseller Rep field to display Contacts linked to that selected Account. The solution provided by @Hugh Marshall, using lookup filters, was tailor-made for this need. With this approach, related fields display only the relevant options without requiring custom scripts. Check out the full post for all the details.
Running Two Actions After Mail Merge
@Sophie wanted to streamline their mail merge so the merged document saves to WorkDrive and to the original Deal record without having to run two separate merges. Each action worked individually, but getting them to run together was a challenge. @Sunderjan Siddharth explained that this can be handled by using a single custom function through “Merge and Invoke Custom Function,” or by triggering a workflow that runs a unified action after the merge, allowing both actions to execute in one smooth sequence. Check out this post to learn more on handling multiple post-merge actions.
Dev's Corner:
Control Which Fields Users See on Record Creation Pages:
@Naomi Cerny wanted to show only the fields they consider necessary on the record creation layout, while keeping all fields accessible afterward for edits [Ref].@Rodger Brehaut shared a separate post with an On Load Client Script that lets admins control which fields are visible to users during the record creation stage. If you want a simple way to control what users see on Create pages, take a look at this post!
Send Emails with Inline QR Codes and Dynamic Images
@David wanted to embed a dynamic QR code directly in an email template rather than sending it as an attachment. @Andres noted that inline images are natively supported only in mail merge templates, while @Haiku Technical Support suggested generating the image via a URL or embedding it using base64 (a way to convert a file into text so it can be included directly in the email body) in Deluge. Since URLs weren't an option in David’s case, the base64 approach offered a practical way to include true inline images. If you’re looking to embed images directly in emails, this discussion clearly explains the feasible methods.
Kaizen:
(Kaizen #217): Automation Tasks API
This Kaizen post talks about how the Automation Tasks API helps add accountability to workflows by auditing existing tasks, creating follow-ups, updating priorities, and cleaning up old tasks. Tasks can be triggered by events such as onboarding or lost deals, using execution time, static values, and merge fields. Automating these actions ensures teams stay on top of critical follow-ups while keeping operations running smoothly. Check out the full post to learn more.
(Kaizen #218): Field Updates API
This Kaizen post shows how Field Updates can automatically change key fields when a workflow triggers, helping teams prioritize important leads without manual checks. The example focuses on marking high-score leads as High Profit and tagging them instantly. It also outlines how to create, edit, and manage Field Updates through API v8. If you want a clean way to auto-update fields based on conditions, this post lays it out clearly.
And that’s a wrap for this fortnight’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. We’ll be back in two weeks with more updates and community gems.
Until then, stay tuned!
Recent Topics
Generate a link for Zoho Sign we can copy and use in a separate email
Please consider adding functionality that would all a user to copy a reminder link so that we can include it in a personalized email instead of sending a Zoho reminder. Or, allow us to customize the reminder email. Use Case: We have clients we need to
I would like to request a new feature or setting for SalesIQ.
Hello Zoho Team, I would like to request a new feature or setting for SalesIQ. Currently, when a user opens our contact widget and clicks on the "Chat with us" option, it opens a standard chat window that remains empty until either the user types a message
In Zoho inventory Converting sales return to cerdit note from using Api from Creator Error details: {"code":-1,"message":"Invalid Sales Return ID."}
In Zoho inventory Converting sales return to cerdit note from using Api from Creator Error details: {"code":-1,"message":"Invalid Sales Return ID."} this is button Function used in the Creator map Inventory.Create_Credit_note(int CRE_ID) { return_value
Zia should track how customer relationships evolve over time
Here's a feature idea that I've been thinking about The Problem Zia is great at analyzing individual interactions email sentiment, call transcription, best time to contact. But here's what it can't do: tell you how a relationship has evolved over time.
FSM integration with Books
Hi, I have spent a few months working with FSM and have come across a critical gap in the functionality, which I find almost shocking....either that, or I am an idiot. The lack of bi-directional sync between Books and FSM on Sales Orders/ Work Orders
How to Track Inventory Usage from Zoho FSM to Zoho Inventory?
Hi everyone, We’re currently working on integrating Zoho FSM with Zoho Inventory, and we’ve encountered a challenge we’re hoping the community can help us understand better. Here’s the context: When we create a Work Order in Zoho FSM that involves parts
Set Field Mandatory by Client Script ZOHO CRM
#Tips of the day We can set the field as mandatory by the client script var field_obj = ZDK.Page.getField('Custom_Field1'); field_obj.setMandatory(true); Custom_Field1 = Field API Name Apart from is if you have required any kind of Zoho work please do
associating products with accounts
I have all my accounts and products in zoho now. I need to generate a sales order for an account. The product lookup feature on the sales order shows no products...how can I get them to appear.
Can we rely on order of returned ids when inserting multiple records?
Hello! API https://www.zoho.com/crm/developer/docs/api/v8/insert-records.html does not mention that the response array will match the input array*, keeping this important information implicit and someone might have doubts to rely on it. (*the response
New UI for Writer - Disappointed
I've been enjoying Zoho Writer as a new user for about 6 months, and I really like it. One of my favorite things about it is the menu bar, which you can hide or leave out while still seeing most of your page because it is off to the left. I think this
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.
Dont want to list inactive items.
If an item is made inactive, there is no point in showing it in the item list. Please provide an option to hide all inactive items in 'Preferences'.
Client Script event on any field of a Detail page
Hi everyone! I'd like to trigger a Client Script when a user modifies a field - any field - from the Account Details page, how can I do this? I don't want to trigger it on a specific field, but on all of them. Thanks in advance!
Tip #66 - Exploring Technician Console: Network Statistics - 'Insider Insights'
Hello Zoho Assist Community! Have you ever wondered why a remote session feels sluggish, or wanted to check whether connectivity issues are on your end or the customer's? That's exactly where the Network Statistics feature in Zoho Assist comes to the
REFUND REQUEST FOR PLAN SUBSCRIPTION CANCELLED
I have cancelled my Zoho Books subscription and would like to request a full refund for the subscription. Kindly process the refund at your earliest convenience.
Sales IQ - Bot Builder - Forward to Operator Action Card Improvement
Hi team, It would be a great improvement to have an additional branch out of the Forward to Operator Action Card. I would like to allow 10 seconds for an operator to pick up the chat, if they don't or if they reject the chat I would like the Bot to continue
purchasing a pagkage
goodmorning i want to pay for my monthly package but your app is sayinng i have insufficient funds yet i loaded money on my account yesterday though in our currency of ugx
Edit Receipt, how?
Do you notice the big blank space in Receipt? I want to remove that. I know there is a template but that blank space, I can't seem to remove it. Please help. Thank you!
Can I export a TXF (TurboTax exchange format) file out of Zoho Books?
Hello, I'm trying to do my US Small Business Taxes using Intuit's Turbo Tax. Can I export my expenses from Zoho Books to a TXF format file, so that it can then be imported into Turbo Tax? Thanks, Rajnesh
Tax inclusive and exclusive for Sales invoices
Hello, where can I set my tax to be inclusive or exclusive for invoices in Zoho Books? There used to be a button for me to do that right above the products table. Can someone help me please? Thank you!
Unable to produce monthly P&L reports for previous years
My company just migrated to Books this year. We have 5+ years financial data and need to generate a monthly P&L for 2019 and a monthly P&L YTD for 2020. The latter is easy, but I'm VERY surprised to learn that default reports in Zoho Books cannot create
ZOHO Reports are taking longer time to get refresh
Hi Team, Since last few days, I'm facing issues in getting updated reports. For eg: right after making an expense entry or even posting a journal, it is taking longer then expected for the updated reports. Refer below: "You are viewing the report that
audio and video comments in tasks in zoho projects
Hi, is it planned to have the ability to post audio and video comments? the whatsapp wechat format of communicating is a reality... tools like zoho project would facilitate a lot teamwork by facilitating the way in which we can give feedback in audio and video rather than only text. thx!
Looking for Zoho + Twilio Automation Specialist (Duda Website Integration)
Hi everyone, I’m looking for an experienced Zoho specialist to help build a mostly automated CRM and booking system for my service business. I already have a live website built on Duda.co and need help integrating my existing forms into Zoho CRM (no rebuild
How To Implement an Auto-Check-out Feature for Attendance?
If an employee forgets to check out, the system should automatically check out the employee at 6:30 PM
Zoho CRM For Everyone UI Rollout Begins for All Users
Hello Partners, We have started rolling out the new Zoho CRM For Everyone UI as the default experience for all users. This update is being released in three phases based on organization size and account type. We want to keep you informed of the rollout
How to retreive the "To be received" value of an Item displayed in Zoho inventory.
Hi everyone, We have our own Deluge code to generate a PO according to taget quantity and box quantity, pretty usefull and powerful! However, we want to reduce our quantity to order according to "To be received" variable. Seems like this might not even
Introducing Explainer Videos for Zoho Desk: Solve everyday challenges with simple configurations
Dear everyone, We have created a set of short explainer videos that show how common support scenarios can be handled using simple configurations within the product. The solutions often lie in the plain sight, but go unnoticed. Through these videos we
Notifications Feeds unread count?
How do I reset the unread count on feeds notifications? I've opened every notification in the list. And the count never goes to zero.
Simple reliable solution to convert MSG files for AOL Mail?
A simple and reliable way to convert MSG files for AOL Mail is by using a professional tool MacGater Mac MSG Converter. This software allows users to quickly convert MSG files into formats compatible with AOL, such as MBOX or direct email migration. It
Zoho One Support is non existent...
I've tried through Email, Chat, this community and finally through Phone. There is no way to receive an answer. Email = over a week and no answer Chat = not available Community = no answer at all Telephone = after clicking myself through the callcenter
Disable Zoho Contacts
We don't want to use this app... How can we disable it?
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.
Dynamic Questions in Zoho Forms
Is it possible to add dynamic questions (like displaying a user’s name) in Zoho Forms? I know this is possible in surveys, but can we implement similar functionality in Zoho Forms?
Introducing Zoho MCP for Bigin
Hello Biginners! We're excited to introduce Zoho MCP for Bigin, a completely new way of interacting with Bigin data using AI. With Zoho MCP, you can securely connect your Bigin account with popular AI tools like Claude, Cursor, Windsurf, and VS Code,
[Action Required] : Update Shopify Access Scope to fetch complete order history
Hello Shopify Users! Shopify has updated the access scope for apps under developer portal. With this change, the read_orders scope now provides access only to the last 60 days of order history. To access older historical orders, Shopify requires a separate
Advance Payment Record Removed When Deleting Applied Credit from Bill
Hello, So while working with vendor advance payments, I noticed that removing the applied credit from a bill also removes the corresponding entry from the Payments Made section. What I did : Recorded an advance payment to a vendor through Payments Made.
How to Connect Zoho Books with e-Way Bill Portal (Step-by-Step Guide)
Integrating Zoho Books with the e-Way Bill portal helps automate your logistics and compliance process. Follow the steps below to set it up easily: 🚀 How to Connect Zoho Books with e-Way Bill Portal (Step-by-Step Guide) Integrating Zoho Books with the
Is there a way to update all the start and end dates of tasks of a project after a calendar change?
Hi! Here's my situation. I've built a complete project planning. All its tasks have start dates and due dates. After completing the planning, I've realized that the project calendar was not the right one. So I changed the project calendar. I now have
Lookup fields can't be used for anything important
Hi It seems the lookup fields are mostly.... informative, you can at most link stuff between modules... You can't use lookup fields in blueprints, you can't use them in layout rules or anything... It that correct?
Next Page