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

                                                                                                            • Can I add Conditional merge tags on my Templates?

                                                                                                              Hi I was wondering if I can use Conditional Mail Merge tags inside my Email templates/Quotes etc within the CRM? In spanish and in our business we use gender and academic degree salutations , ie: Dr., Dra., Sr., Srta., so the beginning of an email / letter
                                                                                                            • Zoho Notebook Sync problem

                                                                                                              I'm facing a problem with syncing of notebook on android app. It's not syncing. Sometimes it syncs after a day or two.  I created some notes on web notebook but it's not syncing on mobile app. Please help!!!!
                                                                                                            • Kaizen #190 - Queries in Custom Related Lists

                                                                                                              Hello everyone! Welcome back to another week of Kaizen! This week, we will discuss yet another interesting enhancement to Queries. As you all know, Queries allow you to dynamically retrieve data from CRM as well as third-party services directly within
                                                                                                            • Custom Fonts in Zoho CRM Template Builder

                                                                                                              Hi, I am currently creating a new template for our quotes using the Zoho CRM template builder. However, I noticed that there is no option to add custom fonts to the template builder. It would greatly enhance the flexibility and branding capabilities if
                                                                                                            • Announcing new features in Trident for Mac (1.24.0)

                                                                                                              Hello everyone! Trident for macOS (v.1.24.0) is here with interesting features and thoughtful enhancements to redefine the way you plan and manage your calendar events. Here's a quick look at what's new. Create calendar events from emails. In addition
                                                                                                            • Need Easy Way to Update Item Prices in Bulk

                                                                                                              Hello Everyone, In Zoho Books, updating selling prices is taking too much time. Right now we have to either edit items one by one or do Excel export/import. It will be very useful if Zoho gives a simple option to: Select multiple items and update prices
                                                                                                            • Vendor Master Enhancements for Faster Purchase Entry

                                                                                                              I’d like to suggest a few features that will improve accuracy and speed during purchase voucher entry: Automated Item Tax Preference in Vendor Master Add an option to define item tax preference in the vendor master. Once set, this preference should automatically
                                                                                                            • Mass Mail Statistics - Number of unsent emails

                                                                                                              How do I find out which emails were not sent?
                                                                                                            • Clone a Module??

                                                                                                              I am giong to repurpose the Vendors module but would like to have a separate but very similar module for another group of contacts called Buyers. I have already repurposed Contacts to Sellers. Is it possible to clone (make a duplicate) module of Vendors
                                                                                                            • Advance PDF creation from CRM data

                                                                                                              I'm trying to create a PDF export of data in the CRM. My problem is I want a pretty complicated format for the data. I'm trying to export multiple modules worth of data, with nested one-to-many relationships between the modules. Along with that, I want
                                                                                                            • Button to add product to cart

                                                                                                              Is there a way to have a button on a page, that when clicked, will add Qty 1 of a product to the cart?
                                                                                                            • Est-il possible d'annuler l'envoi d'un mail automatique ?

                                                                                                              Bonjour, Lorsque je refuse un candidat, il reçois un mail dans les 24h pour l'informer que sa candidature n'est pas retenue. J'ai rejeté un candidat par erreur. Savez-vous s'il possible d'annuler l'envoi de ce mail ? Merci d'avance pour votre aide.
                                                                                                            • Is it possible to hide fields in a Subform?

                                                                                                              Since layout rules cannot be used with Subforms, is there another way, or is it even possible, to hide fields in a subform based on a picklist fields within said subform? For example, if the Service Provided is Internet, then I do not want to see the
                                                                                                            • New in Cadences: Option to Resume or Restart follow-ups when re-enrolling records into a Cadence, and specify custom un-enrollment criteria

                                                                                                              Managing follow-ups effectively involves understanding the appropriate timing for reaching out, as well as knowing when to take a break and resume later, or deciding if it's necessary to start the follow-up process anew. With two significant enhancements
                                                                                                            • embed a form in an email

                                                                                                              Hello, how to embed a form in an email that populates Zoho CRM cases? I would like to send emails to a selected audience offering something. In the same email the recipients - if interested - instead of replying to can fill in a Zoho CRM form that creates
                                                                                                            • Systematic SPF alignment issues with Zoho subdomains

                                                                                                              Analysis Period: August 19 - September 1, 2025 PROBLEM SUMMARY Multiple Zoho services are causing systematic SPF authentication failures in DMARC reports from major email providers (Google, Microsoft, Zoho). While emails are successfully delivered due
                                                                                                            • Unveiling Cadences: Redefining CRM interactions with automated sequential follow-ups

                                                                                                              Last modified on 01/04/2024: Cadences is now available for all Zoho CRM users in all data centres (DCs). Note that it was previously an early access feature, available only upon request, and was also known as Cadences Studio. As of April 1, 2024, it's
                                                                                                            • Zoho Bookings - Reserve with Google

                                                                                                              Does Zoho Bookings plan to to integrate with Reserve with Google?
                                                                                                            • How to add Zoho demo site page designs to my Zoho Sites website

                                                                                                              Hi, I would like to add the design from the following demo URLs into my current Zoho website. I have already created two new pages on my site, named “Menu2” and “Menu3.” For the “Menu2” page, I want to use the design from this demo: https://naturestjuice-demo.zohosites.com/menu
                                                                                                            • Digest Août - Un résumé de ce qui s'est passé le mois dernier sur Community

                                                                                                              Bonjour chère communauté ! Voici le résumé tant attendu de tout ce qui a marqué Zoho le mois dernier : contenus utiles, échanges inspirants et moments forts. 🎉 Découvrez Zoho Backstage 3.0 : une version repensée pour offrir encore plus de flexibilité,
                                                                                                            • Zoho Books - Include Payment Terms as a Custom View filter

                                                                                                              It would be great if you could created a custom view based on Payment Terms. This would be really handy for seeing a list of customers who have credit terms. A workaround is not required. I could do something with a creditor checkbox, but it would be
                                                                                                            • Global Sets for Multi-Select pick lists

                                                                                                              When is this feature coming to Zoho CRM? It would be very useful now we have got used to having it for the normal pick lists.
                                                                                                            • Text snippet

                                                                                                              There is a nice feature in Zoho Desk called Text Snippet. It allows you to insert a bit of text anywhere in a reply that you are typing. That would be nice to have that option in Zoho CRM as well when we compose an email. Moderation Update: We agree that
                                                                                                            • Kaizen #206 - Answering your Questions | Displaying Related Purchase Orders from Zoho Books in CRM Deals using Queries

                                                                                                              Hello everyone! We're back with another post in the Kaizen series. We're grateful for the feedback we received from all of you! One of the questions we received was "I would like to see the list of Purchase Orders in Zoho Books for a Deal in CRM." We
                                                                                                            • Add Analytics function for Title case (capitalising each word in a string)

                                                                                                              At present, you can only capitalise each word in a string in Analytics during data import. It would be really useful to be able to do this with a formula column, but there is no Title Case function.
                                                                                                            • How to conditionally embed an own internal widget with parameters in an html snippet?

                                                                                                              Hello everyone, I'm trying to create a dynamic view in a page using an HTML snippet. The goal is to display different content based on a URL parameter (input.step). I have successfully managed to conditionally display different forms using the following
                                                                                                            • Is it possible to register webhooks in Zoho CRM using API?

                                                                                                              Hello, I am trying to register a webhook in Zoho CRM programmatically (using the API). Specifically, I want to register a webhook that is fired when new Contacts are created in the CRM. I was able to setup a webhook using the UI, by creating a rule that
                                                                                                            • Introducing AI-powered Assessments & Zoho's native LLM, Zia

                                                                                                              We’ve shipped a cleaner, faster way to create assessments in Zoho Recruit. 🚀 Instead of manually building question banks or copying old templates, you can now generate ready-to-use assessments in just a few clicks, all tailored to the role you’re hiring
                                                                                                            • Sync more than one Workdrive

                                                                                                              Hello Please I'm facing some difficulties since some days. In my company we have many zoho accounts in different organisations. And I have to find a way to sync all these Workdrives. I spend many hours to search it on zoho Workdrive but no solution. Could someone help me ? Any idea how I can achieve it ? Thanks in advance. Regards
                                                                                                            • Cannot update Recurring_Activity on Tasks – RRULE not accepted

                                                                                                              Hello, I am trying to update Tasks in Zoho CRM to make them recurring yearly, but I cannot find the correct recurrence pattern or way to update the Recurring_Activity field via API or Deluge. I have tried: Sending a string like "RRULE:FREQ=YEARLY;INTERVAL=1"
                                                                                                            • Zoho writer unable to merge documents to PDF with basic fonts in Hebrew or fonts from my computer

                                                                                                              I created several forms that will be merged into PDF files through Zoho Writer and I am unable to receive the PDF in the basic fonts of the Hebrew language or in the fonts I have on my computer. The writer exports to PDF an exchange font that looks very
                                                                                                            • 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.
                                                                                                            • Updating Subform Record from other Form

                                                                                                              Just wanted to ask how to properly approach this. I have 2 forms and would like to trigger an auto update on the subform once record submitted. block below only updates 1 row for each recordRow in input.AV_System { AssetRecord = Site_Asset_Services[SOR_No
                                                                                                            • 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
                                                                                                            • Next Page