
Hello Everyone!
Here's a quick recap of first two weeks of October!
Product Updates:
Zoho CRM’s Android app just got a useful upgrade. You can now share records, upload your profile photo, and set meeting venue preferences with ease. The app also supports Zoho Survey integration, letting you create, send, and view surveys right from the mobile app. Plus, Blueprints are more flexible with optional fields and a handy "Save as Draft" option. These web-only features are now mobile-ready! Check out the post to explore!
Microsoft Teams Integration Lands in Zoho CRM Meetings
Microsoft Teams is now available as a meeting provider directly in Zoho CRM. Admins can enable it from the Preferences tab in the Meetings module without needing to visit the Marketplace. Once enabled, users simply authorize their account when prompted and can schedule Teams meetings like any other online meeting. This feature is available to all users across all DCs. For step-by-step instructions, check out the full post.
New Updates in Zoho CRM for Everyone:
The Setup area in Zoho CRM for Everyone now opens with a new Setup homepage that neatly categorizes all configuration options in one place. The experience is cleaner and faster homepage, with an improved inline search, and a “Frequently Used” section that highlights your top five most accessed setup features. The menu also remembers which sections you expand or collapse, making it easier to navigate the items you use most. These updates are now live for all CRM for Everyone users on the NextGen UI. Dive into the full post for a complete walkthrough.
ZRC Now in Widgets and Client Scripts:
ZRC (Zoho Request Client) is a built-in SDK that simplifies API calls in Zoho CRM, handling CRM APIs, connection requests, and public APIs with a single, consistent syntax and no setup required. With ZRC now available in Widgets and Client Scripts, developers can streamline integrations, build richer experiences, and automate tasks effortlessly. Check out the Widgets post for SDK v1.5 upgrades and multi-page navigation, and the Client Script post to see ZRC in action for real-time CRM data and automation.
Dev's Corner:
Check “Last Contacted” in Hours: Using Datecomp and Client Script in Zoho CRM
@Dexter wanted to stop duplicate client emails by checking whether the last automated communication was sent within the past two hours. @Ishwarya SG provided the correct formula using Datecomp(Now(), ${Lead.Date/Time 3}) > 120, which compares the current time to the custom Last Auto Communication timestamp. When @Dexter asked how to reference the linked Contact’s timestamp, @Ishwarya explained that formula fields cannot pull data from lookup modules. Instead, she recommended using a script to fetch the Contact record, compare timestamps, and update a checkbox on the deal record. This post is useful for anyone looking to avoid sending repetitive emails to clients.
Auto-Fill User Details from a Lookup with a Clean Deluge Script
@Catherine needed a way to copy a Project Lead’s name and email from a User lookup into plain text fields, since Marketing Automation doesn’t sync lookup data. @Bhoomi provided a working Deluge Function that fetches the selected user, extracts their full name and email, and updates the record. Catherine then refined the function, added detailed debug logs, and shared the final working version so others can reuse it. If you’ve ever needed to pull lookup field data into text fields for sync or reporting, this post is a great reference.
Auto-Linking Leads and Custom Records by Phone
@Annya wanted the records from Leads and a custom module to auto-link whenever phone numbers matched, despite differing formats. The community recommended standardizing numbers with Zoho's Parse Phone Number , then using Deluge scripts to update lookup fields on create or edit. With guidance from @Bhoomi, @Ishwarya and @Rodger, Annya normalized numbers, refined the logic, and confirmed the automation works reliably. This post is a great reference for anyone needing to link records by phone in Zoho CRM.
Kaizen:
Top Questions Answered in Kaizen - 209
This Kaizen post covers the community's top Client Script questions, from repeated validation code and IDE enhancements to third-party API access, UI control limitations, and upcoming event support. It highlights updates like multi-picklist triggers, subform events, and triggering Blueprint transitions from Canvas pages. The post also explains when to use validation rules, layout rules, Functions, or Client Script. Check out the full post for examples, timelines, and detailed guidance.
Build Full Event Systems: Kaizen #210 Explores ZDK CLI in Action
This Kaizen post shows how to build a complete, reusable Event Management System using ZDK CLI, including custom modules, relationships, fields, and roles, all managed as JSON for version-controlled deployment. Through a real scenario for a partner hosting multi-vendor conferences, it demonstrates how ZDK CLI streamlines metadata creation, lookup configuration, and sandbox pushes using specific commands. The result is a fully reusable CRM system built with modern engineering practices rather than manual clicks. Want the full step-by-step breakdown with code? Check out the full post.
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
Is there a way to disable the Activity Reminders Pop-Up Window every time I log in?
Just wondering if there is a setting to disable the window from opening every time I open my CRM? Thanks Chris
Auto-sync field of lookup value
This feature has been requested many times in the discussion Field of Lookup Announcement and this post aims to track it separately. At the moment the value of a 'field of lookup' is a snapshot but once the parent lookup field is updated the values diverge.
Hide fields only for creation
Hello, I'd like to hide some fields only during the creation of a contact in Zoho CRM. In fact I have some fields that are automatically calculated thanks to an automation, so when my users create a contact I don't want them to fill those fields. I know
Rich-text fields in Zoho CRM
Hello everyone, We're thrilled to announce an important enhancement that will significantly enhance the readability and formatting capabilities of your information: rich text options for multi-line fields. With this update, you can now enjoy a more versatile
Font Size 11 - Zoho CRM Email Templates
Our company communicates with our vendors exclusively using Calibri Font Size 11, as this is the standard formatting for professional emails. Since the CRM only allows for the selection of font sizes 10 & 12, we have been unable to utilize the CRM email
Error 400 Booking
Added a custom domain to Booking. Am Getting a SSL Error that has some other domain on the SSL and giving a 400 error. Followed instructions and it stated it verified our domain.. However it is not working. Please Help!
Error AS101 when adding new email alias
Hi, I am trying to add apple@(mydomain).com The error AS101 is shown while I try to add the alias.
How do I change a form's name? Why isn't this more intuitive?
Can someone please let me know how to change a form's name?
Link Purchase Order to Deal
Zoho Books directly syncs with contacts, vendors and products in Zoho CRM including field mapping. Is there any way to associate vendor purchase orders with deals, so that we can calculate our profit margin for each deal with connected sales invoices
Recruit paid support?
Hi all, Could anyone who has paid support package advise if it provides value for money with regards to support response times? Exploring the idea as unfortunately when we have faced issues with Recruit it has been a 7+ day timescale from reporting to
Zoho Projects - Unread Comment Icon
Hi Projects Team, It would be great if there was a notification I con on the comments icon so it's easy to see which tasks have new comments. Something like a red circle with a number of unread comments would be great. Thanks for considering my feed
E-Invoicing in Belgium with Zoho Billing
Starting January 1, 2026, Belgium is introducing mandatory electronic invoices (e-invoicing) for all B2B transactions between VAT-registered businesses. Invoices and credits notes must be exchanged in a prescribed digital format. How E-Invoicing works
Zoho Projects - Email Notifications for Feed Updates
Hi Projects Team, I'm working with a client who wants a simple way to communicate with their customers on projects. Getting the customer to add comments to Tasks or Bug records is not ideal, as we need a way which is easy with minimal training, and has
Zoho Analytics Export API
Hi Team, I’m working on some integration tasks and wanted to confirm if it’s possible to retrieve a Zoho Analytics table as JSON data using a Deluge script. I’ve already stored my custom data from multiple sources and combined it into a single source.
Loading Project Balances in ZOHO Books for each project
Hello, What is the best method for loading project balances actual and budget into ZOHO books to provide tracking to our project managers. We have projects and federal awards (also treated as projects) which span multiple years. We are converting from
Weekly Tips : Make collaboration effortless with Whiteboard in Zoho Mail
Working with your team often means switching between emails, notes, and other applications just to explain an idea. Maybe you are trying to sketch a layout, plan a workflow, or quickly brainstorm ideas—with text alone, things can get confusing. So how
Zoho Projects - Update Feed via API
Hi Projects Team, Please consider adding an API to allow update and retrieval of messages to the Feed. Thank you
Zoho Sites "pages" management page
I have 80 plus pages on zoho sites. When I go to the "pages" link to view and edit pages, They are not in any kind of order, so I spend lots of time searching for pages when I need to edit or create new. How can I change the view order of all my pages
Introducing the all-new email parser!
Greetings, We are pleased to introduce to you, a brand-new, upgraded version of the Zoho CRM Email Parser, which is packed with fresh features and has been completely redesigned to meet latest customers needs and their business requirements. On that note,
Zoho Projects - Refine Access to Collaboration Menu
Hi Projects Team, I noticed that Calendar, Chat and Meeting menu options in the Collaboration section are visible to client users, even when they don't have access to the features. This could be confusing and frustrating, because if it's there you expect
Zoho Projects - Add Feed to Project Tabs
Hi Projects Team, I'm working on a lightweight communications requirement for one of my customers in relation to communicating with their client users via Zoho Projects. I noticed that the Feed is only available in the Collaboration section, but you can
Kaizen #217 - Actions APIs : Tasks
Welcome to another week of Kaizen! In last week's post we discussed Email Notifications APIs which act as the link between your Workflow automations and you. We have discussed how Zylker Cloud Services uses Email Notifications API in their custom dashboard.
Connecting zoho creator to zoho writer to send prefilled documents
i will paste the worflow below // Get user's submitted data from the form userSalary = input.Current_Salary; userCIBIL = input.CIBIL_Score; userEmail = input.Email; userName = input.Name; // You need to get the Document ID from the URL of your Zoho Writer
Extracting Images from a Zoho Creator Report into a Pages
If you’ve uploaded images in a form and can see them in your report, you might also want to display those same images inside a Page (custom HTML page). This is useful for dashboards, profile pages, or any place where images should be visible dynamically
Zoho is blocking emails I subscribe to from one sender
About 4 months ago I stopped receiving newsletters that I subscribe to from @thedispatch.com. They tell me that zoho's server is blocking them. I've added them to my contacts list, but they're not even reaching my inbox. I don't know how to troubleshoot
Introducing Formula Fields for performing dynamic calculations
Greetings, With the Formula Field, you can generate numerical calculations using provided functions and available fields, enabling you to derive dynamic data. You can utilize mathematical formulas to populate results based on the provided inputs. This
Inactive Items - Make Less Prominent by Default
Currently, when one marks an Item as "Inactive", it really doesn't do much of anything to hide it or get it out of the way. Search and reporting within Finance should, by default, hide inactive Items from standard reports, searches, etc. If one specifically
Items should display under specific warehouse
I have configured the multi warehouse but it show all the items under all warehouse which is not correct according to our business logic, so i want that items should only display under that specific warehouse not under all the warehouses not even with zero quantity. Some items should be common but not all so is there any option for that purpose so i can specific the items to its warehouse. Regards
How to calculate GST based on "Ship To Address"
We into the interior designing work, providing "Works Contract Services" to our clients across India. We are registered under GST in Maharashtra state. For works contract services as per the GST rule, we need to decide place of supply based on "Ship to
I NEED TO NUMBER TO TEXT NO HERE
=NUMBERTEXT NEEED
Auto-fill New Row with Previous Row Values
rowsize = input.Order_Items.count();
for each row1 in input.Order_Items
{
rowsize = rowsize - 1;
if(rowsize == 1)
{
row.Door_Model = row1.Door_Model;
row.Door_Color = row1.Door_Color;
row.Materials = row1.Materials;
When I click on PDF/PRINT it makes the invoice half size
When I click PDF / Print for my invoice in Zoho Books, the generated PDF appears at half size — everything is scaled down, including the logo, text, and layout. The content does not fill the page as it should. Could someone advise what causes Zoho Books
Python - code studio
Hi, I see the code studio is "coming soon". We have some files that will require some more complex transformation, is this feature far off? It appears to have been released in Zoho Analytics already
API question - adding a thread to an existing ticket
Hi Is there an API function for the customer to add to an existing ticket thread? example, customer puts in new support ticket. support replies and ask for more details. customer replies with more details -what api function is used for this (will add record append to same ticket number?) Thanks
search and Smart Bar both missing in Mail
One of the users on my account does not have the search bar at the top right or the Smart Bar at the bottom left of the desktop Mail app. Any ideas how to get those back?
Why is Zoho Meeting quality so poor?
I've just moved from Office 365 to Zoho Workplace and have been generally really positive about the new platform -- nicely integrated, nice GUI, good and easy-to-understand control and customisation, and at a reasonable price. However, what is going on
Items Below Reorder Point Report?
Is there a way to run a report of Items that are below the Reorder Point? I don't see this as a specific report, nor can I figure out how to customize any of the other stock reports to give me this information. Please tell me I'm missing something s
Qwen as the default open source Generative AI model for Zia
Hello everyone, Zia Generative AI is transitioning from Llama (8B parameters) to Qwen (30B parameters) as the default model. This means that users who were using Llama as a GenAI service will now use Qwen. This upgrade was made with a vision to enhance
Calendar week view: Today + 6
Is there anyway to have the calendar change dynamically based on the date? Due to the amount of events, we only display a week at a time, but towards the end of the week, we can no longer see ahead to next week (without changing it manually every time).
How to restrict user/portal user change canvas view
Hi , I would like to restrict user / portal user change their canvas view because I hide some sensitive field for them. I dont want my user switch the canvas view that do not belong to them But seems Zoho do not provide this setting?
Next Page