Zoho CRM Community Digest October 2025 | Part 2

Zoho CRM Community Digest October 2025 | Part 2



Hello Everyone!

From new mobile capabilities and smarter integrations to real-world workflow fixes and developer insights, all the highlights from the second half of October is covered right here. Let’s dive in
.


Product Updates:

Zoho CRM Mobile Updates: Android + iOS Enhancements
Both Android and iOS apps get meaningful upgrades this month to make your CRM experience smoother on the go. The Android app now supports Kiosk flows directly in the app and lets you upload up to five files per subform field for richer, multi-document entries. The iOS app introduces a refreshed CRM Homepage for quick insights, mobile-ready Zoho Survey actions, and the same enhanced subform upload capability. Each platform brings its own improvements, so check out the full details in the Android post or the iOS post.

 

Zoho CRM Adds Direct Outlook and Office 365 Integration via Microsoft Graph API

Zoho CRM now supports connecting your Outlook or Office 365 inbox through Microsoft’s Graph API, offering a modern and secure alternative to IMAP and POP. Your email experience works just as smoothly from day one, while the Graph integration sets you up to benefit from enhanced Microsoft 365 capabilities as they continue to evolve. The integration is available for all editions across all DCs. For setup steps and more details, the full post walks you through everything.

Full Automation Control: Workflow & Actions APIs Now in Zoho CRM

Zoho CRM's v8 API suite now includes Workflow and Actions APIs, giving you full control over your automations. You can create, update, reorder, or remove workflow rules, view their configuration, and track how often they trigger and perform. The same control extends to actions, including field updates, emails, tasks, and webhooks, with detailed usage and failure reports to keep everything running smoothly. For the complete breakdown and API list, check out this post.

Capture Anonymous Market Insights with VoC in Zoho CRM

Zoho CRM’s Voice of the Customer can now analyze comments and reviews from people not yet in your contact list, giving you a clearer view of how the wider market perceives your business. You can import feedback from ads, social media, surveys, blogs, partners, and review sites, then use VoC to understand sentiment, spot trends, compare prospects with customers, and anticipate demand. It’s a easy way to bring external conversations into your CX analysis. The full post explains how to map your review module and get started.

Zoho CRM Calendar Gets a Fresh UI

Zoho CRM's Calendar has been completely refreshed to make schedules easier to read, organize, and navigate. Activities now feature clear icons, you can quickly view calendars for specific users or groups, and all-day or ongoing items are grouped in one section. The month view offers cleaner summaries, and week numbers help with planning. The layout makes it easier to see and plan your day at a glance. Check out the post for the full breakdown.


QuickWins:

Access your Favorite Websites Inside Zoho CRM:

@Karan wanted an easy way to view a daily-updated website directly inside Zoho CRM instead of opening it separately. @Sunderjan shared a simple option: create a Web Tab, which lets you load any external site as a tab inside CRM. It works like a built-in shortcut you can open anytime after logging in. Want to set up Web Tabs for your daily sites? Read this post to learn more.


Functions:

Finding the Logged-In User’s CRM ID:

In Deluge, zoho.loginuserid only returns the logged-in user’s email, not their CRM user record ID. @Jacob needed the CRM user record ID but initially only had the login email. @Haiku Support showed an easy way to search the Users module using that email and retrieve the matching user record, which includes the user’s unique record ID. Want to see the exact line of code they used? The full post shares the snippet.


Dev's Corner:

Blueprint Transition Hack: Open External URLs

@Rodger shared a workaround for opening an external URL during a Blueprint transition using the onBeforeMandatoryFormSave event in Client Script, validating required fields before triggering the URL. Since this runs before the actual save, checks must match the Blueprint’s requirements to avoid opening the link too early. @Sunderjan added that using return false can stop the form from saving when needed. Learn more about using Client Scripts to open external URLs in Blueprint flows in the full post.

Fetch Lookup Details Using COQL in Client Scripts

@Jacob wanted to access data from a lookup field returned in a Client Script search, without making a second API call. @Jegan clarified that the recommended way is to use a COQL query, which lets you fetch the parent record and its lookup field details in one call. Selecting the lookup field and its sub-fields in the query provides everything you need in a single response. The full post includes an example COQL query you can explore.

How to Stop Users From Creating Deals for Accounts They Don’t Own

@Jacob wanted his sales team to see all Accounts while preventing them from creating Deals for Accounts they don’t own. The community suggested two main approaches: use a validation rule or a Client Script to check if the logged-in user matches the Account owner and block the save if they don’t. Territory checks can be enforced via the Territories API. Another recommendation was to keep Accounts as public read-only and Deals as private for clean access control. Want to see the exact scripts and options? This post walks through them.



Kaizen:

(Kaizen #212) — Mapping Picklist Dependencies Through Zoho CRM APIs

This Kaizen post explains how picklist dependencies work in Zoho CRM and shows how to fully manage them via APIs—from creating parent–child mappings to retrieving, updating, and deleting them. Using a Support Cases example, it shows how dependencies keep data clean by showing only relevant options, and it walks through the APIs you need, including module metadata, layout metadata, and the map dependency endpoints. It also covers details like subform support, limitations, and tips for ensuring valid values when inserting records. Explore the full post to learn how to setup and manage dependencies step by step.


(Kaizen #213) — Understanding Workflow APIs (Part 1)

This Kaizen post shows how Workflow APIs give teams a complete, organized view of every workflow running inside Zoho CRM. Using Zylker Cloud Services as an example, it demonstrates how to list workflows, inspect their logic, track last runs, and see where automation is concentrated or missing. You'll also learn how to check workflow limits, identify modules with the most rules, and start cleaning up old or duplicate processes. Check out the full post to see how Workflow APIs can streamline your CRM automation.

(Kaizen #214) — Understanding Workflow APIs (Part 2)

This Kaizen post builds on the previous one by showing how the new Workflow Configuration API helps you avoid mistakes when creating or updating workflows through APIs. Rather than guessing which triggers, actions, or related-module events are valid, this API shows exactly what each module supports, what can trigger a workflow, which actions are allowed, where limits apply, and when scheduled actions are permitted. Check out the full post to see how to use this API to work confidently and error-free.

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

        • Account name not populating when importing contacts

          When importing a csv file to add contacts the account name is blank? Every other filed gets mapped and imported correctly, i.e contact name, phone number. However not the account name which I have mapped to "company" field in my csv file
        • Suggestion to improve zoho writer

          I am using your product, I believe it is very useful, however, i was writing a note and I needed to draw an arrow in different angles to explain a point and I couldn't. it would be helpful, to add draw functions to the zoho writer. thanks
        • webhook basic authentication

          II want to use a webhook to send out a SMS. Unfortunately Twilio does not use an authToken but basic authentication. I created the webhook as POST and get this url: https://{username}:{password}@api.twilio.com/2010-04-01/Accounts/{account}/Messages?body=<BODY>&to=+155555555&from=+1555555555
        • Managing functions

          Can someone let me know if there are any plans to improve the features for managing functions in CRM? I have lots of functions and finding them is hard. The search only works on the function name and the filter only works on function type. I have created
        • Custom function return type

          Hi, How do I create a custom deluge function in Zoho CRM that returns a string? e.g. Setup->Workflow->Custom Functions->Configure->Write own During create or edit of the function I don't see a way to change the default 'void' to anything else. Adding
        • Issue with Hour Calculation in Zoho People Attendance Module

          I have noticed an issue in the attendance regularization feature of Zoho People. When trying to regularize past dates, the total working hours are not calculated correctly. For example, if I enter a check-in and check-out time for a previous day, the
        • Push Notification for New Bookings in Zoho Bookings App

          when a someone schedules an appointment through the booking page, is there any option to receive a push notification in the mobile app?
        • Automation in Zoho Sprints

          Hi. I have a Sprints board with the following statuses: ToDo, InProgress, CodeReview, Testing, Preprod, Live When a ticket is moved from e.g. Testing to Preprod, the following tags should be modified: remove 'tested OK' remove 'ready for Preprod' add
        • Export Purchase orders as Excel

          Is it possible to export purchase orders as excel rather than PDF? Our suppliers don't want orders made in PDF, they need it to be excel
        • Draft & Schedule Emails Directly in Bigin

          Greetings, I hope all of you are doing well. We're happy to announce a few recent enhancements we've made to email in Bigin. We'll go over each one in detail, but here's a quick overview: Previously, you couldn't draft or schedule emails in Bigin, but
        • Create CRM Deal from Books Quote and Auto Update Deal Stage

          I want to set up an automation where, whenever a Quote is created in Zoho Books, a Deal is automatically created in Zoho CRM with the Quote amount, customer details, and some custom fields from Zoho Books. Additionally, when the Sales Order is converted
        • Send email template "permission denied to access the api"

          Hello, Per the title, I'm trying to send a Zoho CRM Email template based on the advice given here: https://help.zoho.com/portal/en/community/topic/specify-an-email-template-when-sending-emails-in-custom-functions (I'd prefer to send right from Deluge
        • Zia’s AI Assist now helps you write clearer notes — in seconds

          After helping recruiters craft job descriptions, emails, and assessments, Zia’s AI Assist is now stepping in to make note-taking effortless too. Whether you’re recording feedback after an interview or sharing quick updates with your team, you can now
        • Shortcut to fill a range of cells

          Good evening: I'm writing because I haven't been able to find a feature that allows you to select a range of cells, type in one of them, and then use a key combination to type in all of them. In Excel, the keyboard shortcut is Ctrl+Enter. I haven't found
        • Introducing Dark Mode / Light Mode : A New Look For Your CRM

          Hello Users, We are excited to announce a highly anticipated feature - the launch of Day, Night and Auto Mode implementation in Zoho CRM's NextGen user interface! This feature is designed to provide a visually appealing and comfortable experience for
        • Object required error

          Hi, I am getting an 'Object required' error on the line Call HideColumnsOutsideRange(ws, startOfWeek, endOfWeek) when I run the ShowCurrentWeek macro but not when I run the ShowCurrentMonth macro. Any ideas? Regards, GW Option Explicit Sub HideColumnsOutsideRange(ws
        • Zoho CRM - Rename "Estimates" in CRM Finance Suite Integration to "Quotes"

          I'm not sure if it's been 2 or 3 years now since Zoho Books renamed Estimates to Quotes. I still see "Estimates" in the Zoho CRM integration. Could this be added to Translation settings so that some customisation could be made on an account by account
        • Its 2022, can our customers log into CRM on their mobiles? Zoho Response: Maybe Later

          I am a long time Zoho CRM user. I have just started using the client portal feature. On the plus side I have found it very fast and very easy (for someone used to the CRM config) to set up a subset of module views that make a potentially extremely useful
        • All new Address Field in Zoho CRM: maintain structured and accurate address inputs

          The address field will be available exclusively for IN DC users. We'll keep you updated on the DC-specific rollout soon. It's currently available for all new sign-ups and for existing Zoho CRM orgs which are in the Professional edition. Latest update
        • New Series Announcement - Ecommerce Marketing Tips

          Running an online business is more than just having a website. It’s about getting the right customers to discover you, trust you, and keep coming back. To support your growth journey, we’re launching a weekly Marketing Tips series right here on Zoho Commerce
        • Marketing Tip #7: Add a blog to your online store

          A blog is more than content. It’s a magnet for new customers. Sharing product guides, styling tips, or industry insights through blog posts builds trust and helps you rank higher on search engines. Try this today: Write one blog post answering a common
        • Kanban view on Zoho CRM mobile app!

          What is Kanban? The name doesn't sound English, right? Yes, Kanban is a Japanese word which means 'Card you can see'. As per the meaning, Kanban in CRM is a type of list view in which the records will be displayed in cards and categorized under the given
        • Allow Regular Users to Directly Transfer Ownership of Files & Folders

          Hi Zoho WorkDrive Team, Hope you are doing well. We would like to request an important enhancement related to file and folder ownership management in Zoho WorkDrive. At the moment, a regular user cannot directly transfer ownership of their files or folders
        • Triggering rules on lead conversion

          There is no field on the Rule list for rule conversion to trigger an alert on liead conversion to a potential. I assigned a rule to file on any creation or update of a lead. The lead was changed a lead to a potential but no rule was fired. Rajesh Bhadra
        • Customised Funnel

          We are running the standard plan for our ZOHO CRM. I have been asked if there is a way to combine data from the Calls module, Deals module and Contact Module into 1 funnel, similar to the view you can get when viewing Deals By Stages, you can see the
        • Trigger Zapier on Deluge Insert Into Function?

          Hello, To get around the limitation of not being able to trigger a Zapier Zap on Record Update(this would be extremely useful to be able to do btw), I have created a Deluge script to copy the data from Form A to a Trigger Form B using the Insert Into expression from a Custom Action button on a Report from Form A.  This action does not trigger the Zapier Zap whereas manually adding a record or duplicating an existing record does trigger the Zap. Is Insert Into not the same as a manual Add in the context
        • Can you inject JS in an HML+CSS+Deluge Page?

          I have an HTML + CSS + Deluge page and need just a little vanilla JS functionality. However, it seems like Zoho Creator does not allow that. I'm required to create a JS widget. Is this correct? If so: 1. Won't this quickly consume my API limit if there
        • 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
        • Zoho unified inbox

          The new changes have definitely improved things for switching between accounts.  But zoho still desperately needs a unified inbox.  It sucks to have to enter filters and folders for each and every inbox.  This seems like such a simple thing, i wonder why Zoho hasn't done it?
        • Marketer’s Space - Multi-Channel Campaigns for the Biggest Shopping Week with Zoho Marketing Automation

          Hello marketers, Welcome back to another post in Marketers Space! The biggest shopping week of the year is almost here, and it’s your moment to shine without the stress. With Black Friday and Cyber Monday just around the corner, being present across email,
        • Is there a problem with sharing workdrive files with links since last night?

          As per title, we can't access folders/files through share links since last night. I created ticket but we need quick solution and didn't hear back from the support yet. The files are still accessible by the main account but all zoho files that we are
        • Enable Screen Recording in Zoho WorkDrive Mobile Apps (Android & iOS)

          Hi Zoho WorkDrive Team, How are you? We are enthusiastic Zoho One users and rely heavily on Zoho WorkDrive for internal collaboration and content sharing. The screen-recording feature in the WorkDrive web app (similar to Loom) is extremely useful- however,
        • Production Management Tool (MRP / BOM)

          Hi Guys, is there any recommended App available that works with zoho and covers the needed applications for a production? What we need is a system that covers the BOM (bill of materials), MRP (material ressources planning), MRP II (manufacturing ressources
        • Function #53: Transaction Level Profitability for Invoices

          Hello everyone, and welcome back to our series! We have previously provided custom functions for calculating the profitability of a quote and a sales order. There may be instances where the invoice may differ from its corresponding quote or sales order.
        • Bug in Zoho Cliq Signup Flow – "%s" Placeholder Visible Instead of Product Name

          Hi Zoho Team, I would like to report a UI bug in the Zoho Cliq signup/enable flow. During the step where Cliq asks to enable the product for the company, the following text appears: Great! Your company is already available in Zoho, so you just have to
        • Zoho Invoice Customer Login Portal

          Are there any plans for a customer portal to Zoho Invoice, ala Freshbooks?  I would like customers that I invoice to be able to login to review invoices and invoice history.  I have not switched from Freshbooks for this very reason.
        • Exporting tickets

          I went to Setup -> Organization -> Import/Export in order to export tickets but found 2 issues: 1. The email body never gets exported. 2. There are some large numbers (like 5.57E+16) under certain columns of the exported CSV file. I could not find any export options. Please can you help with this?
        • Editing the Ticket Properties column

          This is going to sound like a dumb question, but I cannot figure out how to configure/edit the sections (and their fields) in this column: For example, we have a custom "Resolution" field, which parked itself in the "Ticket Information" section of this
        • Copy field information to clipboard

          I need to be able to transfer some field information in to the clipboard, so that I can then paste it in to our helpdesk system. Is there a way I could add a button to a detail report that does this?
        • Issuing reconciling a bank statement

          HELP! I'm trying to reconcile a bank statement. The prior month reconciled perfectly. Beginning balance is correct yet I'm off by the same amount each time. Both myself and my office manager, separately and together, have tried to complete this reconciliation
        • Next Page