Zoho CRM Community Digest - August 2024

Zoho CRM Community Digest - August 2024



Hello Everyone,

This month, we've got a host of exciting updates to Zoho CRM, including early access to CRM for Everyone, the Beta release of ZDK CLI, the new Zoho CRM V7 API featuring advanced capabilities, and the ability to convert dashboards into presentations with just a few clicks, along with additional enhancements. But that's not all–we've also curated interesting discussions and insightful solutions from the Zoho CRM community.

So, settle in, and dive into this month's digest!

Early Access:

Zoho CRM for Everyone!

Introducing "Zoho CRM for Everyone, a powerful solution that connects various business divisions in your organization, including sales, marketing, legal, and more, in one central hub. Say goodbye to fragmented processes and miscommunication! With features like Teamspaces, Team Modules, and Requests, your processes will be smoother than ever. Check out this post for more details, including use cases, and secure your early access today!

Product Updates:

ZDK CLI(Beta) for Efficient Metadata Management:

Introducing ZDK CLI (Beta)! Our new ZDK CLI offers a comprehensive suite of tools for efficient metadata management. It enables developers to create, modify, and delete metadata using commands, including profiles, roles, modules, fields, and layouts. The tool also facilitates widget management and integrates with popular version control systems like Git, Mercurial, etc. This empowers developers to track changes and customize Zoho CRM to meet specific organisational needs with ease. Check out this post for sample ZDK CLI commands and more details about this release.

Zoho CRM V7 APIs:

We periodically release new versions of Zoho CRM APIs to enhance developer capabilities. The V7 APIs have just been launched, introducing some exciting new features. Key updates include an API to clone records with the flexibility to modify or add field values, the ability to export audit logs, and AI-powered data enrichment. Additionally, the new Cadences API enables automated follow-ups, offering options to enroll or unenroll records in a cadence. Check out this post for the full scoop!

Updated Pricing for Portal User Licenses!

Zoho CRM has just revised its pricing for portal user licenses. This change ensures that as your portal user base grows, per-user costs decrease, making it easier and more cost-effective to scale. Plus, you can invite our roadmap for portals will provide greater control over your resources, allowing you to invite 1,000 portal users for free across all five portal user types! To top it off, they can now access blueprints and kiosks. Check out the post to learn more.

Zoho CRM Expands API Credit Limits:

Zoho CRM has increased the maximum API credit limits for its Professional, Enterprise, and Zoho One editions. With the expanded limits, you can handle more API calls and avoid disruptions in business operations. Take a look at this post for more details!

Zoho CRM Dashboards to Presentations: Two Clicks Away!

If you regularly pull data from Zoho CRM dashboards to create slide decks, you’re in for a treat with this update! You can now turn your dashboards into polished presentations with just a few clicks. No more copying and pasting data – your dashboards are ready for the spotlight. Check out the announcement for all the exciting details, including how you can edit the deck created in Zoho CRM using Zoho Show and have it sync back seamlessly.

Zoho CRM Sandboxes: Now with Services and Appointments!

Previously limited to only core CRM modules, Sandboxes now offers a safe testing space for the Services and Appointments modules as well. You can tryout different preferences within these modules to see how they'll function in your specific setup before going live. To learn more about these exciting updates, be sure to read the full announcement post!

Deprecation of a few capabilities within Zoho CRM Feeds:

We have deprecated the following capabilities in Zoho CRM Feeds: viewing inactive or dormant records, viewing records you follow, and the auto-follow functionality for records. We understand that this may affect your experience. Check out this post for potential workarounds to help you mitigate the impact of these changes and to learn more about the limited access for existing users.

Zoho CRM Workflow Enhancements!

You can now modify scheduled times for existing actions, ensuring all actions align with your updated workflow. Leverage Date formula fields to trigger workflows based on specific date calculations. Additionally, the limits for creating records via automation have been adjusted to accommodate different use cases while preventing infinite loops caused by workflows triggering each other. Learn more by checking out this post.

Useful Discussions:

Track Individual Targets with Multi-Bar Target Meter:

@Oliverma Marshall was creating a shared sales dashboard and wanted to include individual target tracking for each team member. Check out @Pheranda's comment in this post on how to utilize the multi-bar target meter component, where each bar can represent a different team member's targets.

Tagging a group of people in Zoho CRM.

@Jean Lecompte wanted to notify a group of colleagues within Zoho CRM about a specific record. @Pheranda suggested using workflow rules for notes, while @Kevin offered another option: user groups. For teams already within the system, creating a user group allows you to tag the entire group within the CRM. Take a look at this post for more details and find the best solution for your needs.

Functions:

Creating a Single Quote to Multiple Sales Orders:

@Shreyash Patel wanted to know if it's possible to create multiple sales orders from a single quote in Zoho CRM. Check out the code provided by @Ishwarya SG in this post.

Automating Meeting Invites with Deluge:

@MOJI wanted to automate the process of sending Zoho CRM meeting invitations via API and capture responses such as “Accepted,” “Declined,” and “Maybe” in the CRM. Check out the sample code posted by @Sunderjan in this post.

Setting Reminders in Meetings with Deluge:

@Sam wanted to create a Deluge function that sets reminders for participants in Zoho CRM Meetings. Check out @Sunderjan's code snippet to solve this here.

Converting Date to DateTime for Meetings:

@WM Yeo encountered an error when trying to convert a Date field value to DateTime for creating a Meeting record in Zoho CRM. Check out the code shared by @Cloud Bound to achieve this requirement here.

Dev's Corner:

Editing Lead Status Within Blueprints:

@Pablo Silva Osorio wanted to change the lead status of a record in Blueprint using Zoho CRM APIs! He managed to solve it using Functions and shared the code for the benefit of the community. The solution involves retrieving the available transitions for a specific lead and then updating the status using the chosen transition ID. Check out the comments section in this post for the code snippet shared by Pablo.

Searching Records with Variables:

@WM Yeo wanted to search for Task records in Zoho CRM that match a value stored as a variable in Deluge script. @Arthur provided the required solution that worked for them. Check out this post for the solution.

Fetching the deal owner name after lead conversion:

@Admin CRM DM Blueray wanted to retrieve the deal owner name for converted lead records using the Zoho CRM REST API and needed guidance on which field to access. @Sunderjan offered an approach using the Zoho CRM Composite API. Check out this post for the sample code and further details.

Setting Task Reminders Based on Due Date:

@WM Yeo wanted to create tasks and trigger automatic email reminders on the due date. @Hugh Marshall provided the initial working code snippet, which was effective. However, @WM Yeo later sought reminders to be triggered via both email and pop-up. @Subhash Kumar posted an update to achieve this. Take a look at the solutions in this post.

Kaizen:

(Kaizen #149) Using GraphQL APIs to fetch data in a consolidated way

Explore how to use GraphQL APIs to efficiently retrieve data from Zoho CRM. GraphQL provides a powerful and flexible method for fetching data from multiple modules in a single request, significantly reducing the number of API calls compared to traditional REST APIs. Learn more in this post.

(Kaizen #150) Track and Monitor Activities in Zoho CRM using the Export Audit Log API

Dive into Zoho CRM's Export Audit Log API, a valuable tool for monitoring user activities within your CRM. Learn how to use this API to back up and track historical actions, monitor actions performed on modules (like Leads), and actions by particular users within a defined timeframe. Gain insights into user activity and explore practical use cases in this post.

(Kaizen #151) Leveraging ZDK CLI with VCS to reuse components across different Zoho CRM orgs

Explore how to leverage ZDK CLI (Zoho Development Kit Command-Line Interface) with a Version Control System (VCS) to efficiently reuse components across multiple Zoho CRM organisations. Check out this post for more insights!

(Kaizen #152) Client Script Support for the new Canvas Record Forms

Learn more about the Client Script Events available for Canvas Record Forms in detail. By dynamically controlling form elements, you can create a more intuitive and engaging CRM experience. Learn how to use Client Scripts to trigger actions like scrolling to specific sections, displaying messages, or opening popups based on user interactions (clicks, selections, etc.). Check out this post for comprehensive use cases and sample Client Script codes.

Thank you for taking the time to read this month's round-up. Keep tabs on the digest every month for the latest ideas and discussions. Stay tuned and engage in the forums to be featured in next month's digest. Have a wonderful month ahead!

    Access your files securely from anywhere







                            Zoho Developer Community





                                                  Use cases

                                                  Make the most of Zoho Desk with the use cases.

                                                   
                                                    

                                                  eBooks

                                                  Download free eBooks and access a range of topics to get deeper insight on successfully using Zoho Desk.

                                                   
                                                    

                                                  Videos

                                                  Watch comprehensive videos on features and other important topics that will help you master Zoho Desk.

                                                   
                                                    

                                                  Webinar

                                                  Sign up for our webinars and learn the Zoho Desk basics, from customization to automation and more

                                                   
                                                    
                                                  • Desk Community Learning Series


                                                  • Meetups


                                                  • Ask the Experts


                                                  • Kbase


                                                  • Resources


                                                  • Glossary


                                                  • Desk Marketplace


                                                  • MVP Corner






                                                            Manage your brands on social media



                                                                  Zoho TeamInbox Resources



                                                                      Zoho CRM Plus Resources

                                                                        Zoho Books Resources


                                                                          Zoho Subscriptions Resources

                                                                            Zoho Projects Resources


                                                                              Zoho Sprints Resources


                                                                                Qntrl Resources


                                                                                  Zoho Creator Resources



                                                                                      Zoho CRM Resources

                                                                                      • CRM Community Learning Series

                                                                                        CRM Community Learning Series


                                                                                      • Kaizen

                                                                                        Kaizen

                                                                                      • Functions

                                                                                        Functions

                                                                                      • Meetups

                                                                                        Meetups

                                                                                      • Kbase

                                                                                        Kbase

                                                                                      • Resources

                                                                                        Resources

                                                                                      • Digest

                                                                                        Digest

                                                                                      • CRM Marketplace

                                                                                        CRM Marketplace

                                                                                      • MVP Corner

                                                                                        MVP Corner






                                                                                          Design. Discuss. Deliver.

                                                                                          Create visually engaging stories with Zoho Show.

                                                                                          Get Started Now


                                                                                            Zoho Show Resources


                                                                                              Zoho Writer Writer

                                                                                              Get Started. Write Away!

                                                                                              Writer is a powerful online word processor, designed for collaborative work.

                                                                                                Zoho CRM コンテンツ








                                                                                                  Nederlandse Hulpbronnen


                                                                                                      ご検討中の方




                                                                                                            • Recent Topics

                                                                                                            • Unable to enable tax checkboxes

                                                                                                              Hi Zoho Commerce Support, I'm writing to report an issue I'm having with the tax settings in my Zoho Commerce store. I've created several tax rates under Settings > Taxes, but all of them appear with the checkbox disabled. When I try to enable a checkbox,
                                                                                                            • Zoho Projects app update: Voice notes for Tasks and Bugs module

                                                                                                              Hello everyone! In the latest version(v3.9.37) of the Zoho Projects Android app update, we have introduced voice notes for the Tasks and Bugs module. The voice notes can be added as an attachment or can be transcribed into text. Recording and attaching
                                                                                                            • email template

                                                                                                              How do I create and save an email template
                                                                                                            • Search Records returning different values than actually present

                                                                                                              Hey! I have this following line in my deluge script: accountSearch = zoho.crm.searchRecords("Accounts","(RS_Enroll_ID:equals:" + rsid + ")",1,200,{"cvid":864868001088693817}); info "Account search size: " + accountSearch.size(); listOfAccounts = zoho.crm.searchRecords("Accounts","(RS_Enroll_ID:equals:"
                                                                                                            • Making digital signatures accessible to all: Introducing accessibility controls in Zoho Sign

                                                                                                              Hi there! At Zoho Sign, we are committed to building an inclusive digital experience for all our users. As part of our ongoing efforts to align with Web Content Accessibility Guidelines (WCAG), we’re updating the application with support that will go
                                                                                                            • Super Admin Access to All Courses and Spaces in Zoho Learn

                                                                                                              Dear Zoho Learn Team, We hope this message finds you well. We are using Zoho Learn extensively for internal and agent training. While managing our courses and spaces, we encountered a significant limitation regarding admin access and course management.
                                                                                                            • Print checks for owner's draw

                                                                                                              Hi.  Can I use Zoho check printing for draws to Owner's Equity?  This may be a specific case of the missing Pay expenses via Check feature.  If it's not available, are there plans to add this feature?
                                                                                                            • Introducing Profile Summary: Faster Candidate Insights with Zia

                                                                                                              We’re excited to launch Profile Summary, a powerful new feature in Zoho Recruit that transforms how you review candidate profiles. What used to take minutes of resume scanning can now be assessed in seconds—thanks to Zia. A Quick Example Say you’re hiring
                                                                                                            • [New Release 2024] Create and embed custom capabilities across CRM with Kiosk Studio, our latest no-code tool

                                                                                                              [Update | New series] We've started publishing a series of posts on Kiosk Studio. It's called Kiosk Studio Sessions and you can check out the first one here! [Update | 15 Oct} Session #2 is live! This one will look at how to create a kiosk for your call
                                                                                                            • Revenue Management: #10 Common Mistakes while Recognizing Revenue

                                                                                                              We are at the end of the series on Revenue Management, covering how different businesses recognise revenue. Even with clear standards like ASC 606 and IFRS 15 in practice, businesses often struggle with the nuances of revenue recognition. Especially growing
                                                                                                            • Zoho Projects MCP Feedback

                                                                                                              I've started using the MCP connector with Zoho Projects, and the features that exist really do work quite well - I feel this is going to be a major update to the Zoho Ecosystem. In projects a major missing feature is the ability to manage, (especially
                                                                                                            • Windows Desktop App - request to add minimization/startup options

                                                                                                              Support Team, Can you submit the following request to your development team? Here is what would be optimal in my opinion from UX perspective: 1) In the "Application Menu", add a menu item to Exit the app, as well as an alt-key shortcut for these menus
                                                                                                            • integarting attachments from crm to creator

                                                                                                              when i tried to integrate pdf attachments from crm to creator via deluge i am getting this error {"code":2945,"description":"UPLOAD_RULE_NOT_CONFIGURED"} the code i used is attachments = zoho.crm.getRelatedRecords("Attachments","Sales_Orders",203489100020279XXX8);
                                                                                                            • Product details removed during update from other system

                                                                                                              We maintain our product details in an other system. These details are synchronized with Zoho at the end of each day, through an API. This has worked perfectly sofar. But last Monday, all product codes and some other product data have been wiped during
                                                                                                            • Search Option

                                                                                                              🚫 Current Limitation: As of now (September 2025), Zoho FSM lacks a global search functionality, which makes it difficult to quickly: Find specific Work Orders by number or keyword Search for customer records or contact info Locate assets, jobs, or service
                                                                                                            • Mobile Chat Window - Full Screen

                                                                                                              Hello, The mobile chat window takes up the full screen, which is highly confusing for most customers! Using a desktop machine, I see the same happens when reducing the browser width to 800px or below. This suggests that it responsive web design, causing the switch to full screen. Can we fix this very annoying behaviour ourselves using a custom css file? If so, can you please let me know how? Thanks
                                                                                                            • Is it possible to customize ZC Themes?

                                                                                                              I understand you can choose a layout and customize Brand Color, App Header, Menu, and Sub-Menu components, but can you override some of the default theme settings with CSS or a config file? For example, - Table highlight color - Listview auto filter highlight
                                                                                                            • Is it possible to create Custom function-based Lookup field in Zoho CRM

                                                                                                              Is it possible to create a custom function-based lookup field in Zoho CRM? If so, how? Use case: Need to fetch users from Zoho Projects into a dropdown field in Zoho CRM.
                                                                                                            • @mention in comments no notification

                                                                                                              Hi, hope someone can help. When we @mention someone in the comments in Zoho Creator, how is that user notifed as we don't get anything on email or in the app notifications. 
                                                                                                            • Add "Running Balance" column to Account Transaction Reports

                                                                                                              Hello, Currently Zoho Account Transaction Reports give you the opening balance, then lists the transactions, then provides the closing balance.  It would be great if you could add a column on the far right that shows the "Running Balance" on the account after each transaction.  There are many times when analyzing or tie-ing out transactions that this would be very helpful.  I currently have to frequently run a tape on my adding machine to get balance totals after a specific transaction on the list.
                                                                                                            • Unified customer portal login

                                                                                                              As I'm a Zoho One subscriber I can provide my customers with portal access to many of the Zoho apps. However, the customer must have a separate login for each app, which may be difficult for them to manage and frustrating as all they understand is that
                                                                                                            • WhatsApp Channels in Zoho Campaigns

                                                                                                              Now that Meta has opened WhatsApp Channels globally, will you add it to Zoho Campaigns? It's another top channel for marketing communications as email and SMS. Thanks.
                                                                                                            • error : Object code : 6500

                                                                                                              b3 = map(); b3.put("name", "Test Project Name"); updateprojects2 = invokeurl [ url :"https://projectsapi.zoho.eu/restapi/portal/era0130/projects/169495000000928007/" type :PUT parameters: b3 connection:"in2" ]; info b3 ; info updateprojects2; ------------
                                                                                                            • I got unknown charge from Zoho

                                                                                                              Good day, I need help disputing a charge I don't know from, zoho. I have ZohoMail and ZeptoMail. I purchase credits for ZeptoMail, and for ZohoMail I am not subcribed.
                                                                                                            • How can I see content of system generated mails from zBooks?

                                                                                                              System generated mails for offers or invices appear in the mail tab of the designated customer. How can I view the content? It also doesn't appear in zMail sent folder.
                                                                                                            • Zadarma + Zoho CRM Integration – Missed Calls Saved as Contacts Instead of Leads

                                                                                                              Hello everyone, I’m looking for input from anyone with experience using the Zadarma + Zoho CRM integration. Currently, I’m seeing that missed calls are automatically being created as Contacts instead of Leads. From a CRM perspective, this doesn’t make
                                                                                                            • Function 56: Automatically enable the option for customers to pay via bank account

                                                                                                              Hello everyone and welcome back to our series! One of the key features of Zoho Books is its integration with multiple payment gateways, allowing you to receive online payments for your invoices. This ensures faster payments, automates payment tracking
                                                                                                            • Attach Files to Your Notecards and share them on the go!

                                                                                                              Hey everyone! We’re excited to share a feature many of you have been asking for — you can now attach files directly to your text notecards and share with ease! 🙌 This update was built with your feedback in mind, especially for those who wanted a simple
                                                                                                            • Can i connect 2 instagram accounts to 1 brand?

                                                                                                              Can i connect 2 instagram accounts to 1 brand? Or Do i need to create 2 brands for that? also under what subscription package will this apply?
                                                                                                            • Workdrive on Android - Gallery Photo Backups

                                                                                                              Hello, Is there any way of backing up the photos on my android phone directly to a specific folder on Workdrive? Assuming i have the workdrive app installed on the phone in question. Emma
                                                                                                            • Integración Books para cumplir la ley Crea y Crece y Ley Antifraude (VeriFactu)

                                                                                                              Hola: En principio, en julio de 2025, entra en vigor la ley Crea y Crece y Ley Antifraude (VeriFactu). ¿Sabéis si Zoho va a cumplir con la ley para cumplir con la facturación electrónica conectada a Hacienda? Gracias
                                                                                                            • YouTube Live #1: AI-powered agreement management with Zia and Zoho Sign

                                                                                                              Hi there! We're excited to announce Zoho Sign’s first YouTube live series, where you can catch the latest updates and interact with our Zoho Sign experts, pose questions, and discover lesser-known features. We're starting off by riding the AI wave in
                                                                                                            • How to add a % Growth column for year-over-year comparison (2024 vs 2025)

                                                                                                              Hello, I am trying to build a monthly revenue comparison between 2024 and 2025 in Zoho CRM Analytics. My current setup is: Module: Deals (Affaires) Filter: Stage = Closed Won Date field: Closing Date Grouping: By Month Metrics: Sum of Amount for 2024,
                                                                                                            • How to searchByCriteria records that are under approval?

                                                                                                              I need to search for both approved and pending approval records Is that possible with this method? Or I need to a different method? var priceReqID = $Page.record_id; log(priceReqID); var records = ZDK.Apps.CRM.Price_List_Item.searchByCriteria("Price_Request:equals:"
                                                                                                            • Power of Automation::Streamline log hours to work hours upon task completion.

                                                                                                              Hello Everyone, A Custom Function is a user-written set of code to achieve a specific requirement. Set the required conditions needed as to when to trigger using the Workflow rules (be it Tasks / Project) and associate the custom function to it. Requirement:-
                                                                                                            • How to add Simple Analytics to Zoho Pages?

                                                                                                              I have a website with Zoho Pages, how do I add Simple Analytics on it? They seem to have code they need to be embedded https://docs.simpleanalytics.com/script
                                                                                                            • End Date in Zoho Bookings

                                                                                                              When I give my appointments a 30 minutes time I would expect the software not to even show the End Time.  But it actually makes the user pick an End Time.  Did I just miss a setting?  
                                                                                                            • Cant seem to delete an email account

                                                                                                              Hello, I have researching for 4 days how to delete an email account and I am absolutely without a clue. The email account I am trying to delete is support<AT>fyshoes<dot>com. It's the first email account I made and it (is???) was associated with the super user (me). I have since changed it to adming<AT>fychoes<dot>com and I see the support email in my list but I just cant seem to get rid of it. Ultimately I want to associate that email account with another user that I want to add. This is really
                                                                                                            • Commerce Order as Invoice instead of Sales Order?

                                                                                                              I need a purchase made on my Commerce Site to result in an Invoice for services instead of a Sales Order that will be pushed to Books. My customers don't pay until I after I add some details to their transaction. Can I change the settings to make this
                                                                                                            • Import data into Multi-Select lookup field from CSV/Excel

                                                                                                              How to import data into a multi-select lookup field from the CSV/Excel Sheet? Let's say I have an Accounts multi-select lookup field in the Deals module and I want to import the Deals with Accounts field. Steps:- 1. Create/edit a multi-select lookup field
                                                                                                            • Next Page