Zoho CRM Community Digest -May 2024

Zoho CRM Community Digest -May 2024



This May, we shipped several features and enhancements requested by the Community. Dive in to learn more about them and explore the engaging conversations awaiting you in the Zoho CRM Community. 

Product Updates:


Buttons in Zoho CRM got an upgrade! You can now tailor buttons to specific layouts, adding more context and reducing clutter. Even better, buttons are now available for Zoho CRM portals. This extended functionality allows your customers to launch a pre-configured Kiosk from within the portal with a single click, taking customisation to a whole new level. Check out the announcement post for more details, complete with use cases to help you understand this update better. 
Zoho CRM's timeline has received a major makeover with some exciting new capabilities. We've extended the timeline view to three years, replacing the previous six-month limit, allowing you to see more of the record's history at a glance. This highly requested enhancement from our community doesn't stop there. You can now add notes directly to timeline entries for quick updates, filter events to zoom in on specific information, and even see email statuses — all within the timeline view. Check out this post to learn all about these enhancements.

Introducing Custom Email Field Support in Zoho CRM:

Zoho CRM now lets you send emails and sync conversations with email addresses added to custom email fields in Zoho CRM. This feature, in addition to the existing support for primary and secondary email fields, provides a more comprehensive email history across multiple email addresses within the CRM record. Supported for Leads, Contacts, Vendors, and custom modules, this feature is optional. Follow the steps in this announcement post to enable it for your CRM account. 

Introducing Lead History for Converted Leads: 

The timeline view stores the historical changes made to records, helping with the audit trail. Previously, lead history became unavailable once leads were converted to contact records, a major pain-point expressed by many of our community members. With the revamped timeline view, we have addressed this gap by making the lead history of converted leads accessible within the timeline view of the corresponding Contact, Account, or Deal record. This update is tied to the revamped timeline feature, which is being rolled out in a phased manner. For more details and updates on the availability of this feature, follow this announcement post. 

You can now customize the columns displayed in the Contact Roles section inside the Deals module of Zoho CRM. This update allows you to rearrange the information and choose which details are most important for your team to see quickly. Check the latest comment by @Bala Ganesh in this post for the specifics.

We've enhanced the integration capabilities of Zoho CRM and Zoho Projects. A new Client Configuration section has been added in the setup to ensure you're aware of how your project clients are mapped to CRM Contacts and Accounts. Alongside the previously supported modules (Contacts, Accounts, and Deals), we've now included support for additional Zoho CRM modules like Products, Cases, Quotes, Invoices and Campaigns. This enables seamless access to all project-related information across related CRM modules. Automatic field mapping ensures that relevant details from the source module are populated when you create a project, eliminating the need for manual data entry. Additionally, the permission management of this integration is now simpler. Check out the post for more details!

Enhanced Validation Rules: 

The recent enhancements to validation rules introduce much-needed flexibility, allowing for quick validation of data at the individual field level. You can choose to prevent saving or allow it with a prompt when a validation fails, and decide where error messages appear —either at the field level or at the top of the page. Additionally, validation rules now extended to lookup fields. Dive into the post to learn more in detail. 

Useful discussions:

Moving Mail Merge Templates Between Modules:
@Caroline wanted to change the module associated with existing Mail Merge templates in Zoho CRM. Check out @Hugh Marshall's suggested workaround in this post: download the original template, import it to the required module and re-map the merged fields. 

Mailchimp Extension for Zoho CRM:
Use this extension to seamlessly sync your campaigns and subscribers in Mailchimp with Zoho CRM. Send personalised emails based on your customers' interests and trigger email Campaigns with automated workflows based on CRM actions. To learn more about this extension, check out this post!

Enabling Clients to Update Data and Track Progress in Zoho CRM: 
@Salmaswco wants their clients to fill out a form in Zoho CRM, fetch previously filled data, review and update details, and track their progress over time. Depending on the depth of the requirement, this can be done natively in CRM using customer portals or by integrating with Zoho Forms or Survey. Check out this post for suggestions from @Ishwarya SG and @Amy on how to make this work. 

Auto-Send Emails to Deal Contacts on a Monthly Basis: 
@Pam wants to send recurring emails every month to Deal contacts based on specific criteria. They figured out that Workflow rules are the way to go for this but needed some reassurances on whether they are doing it the right way. @Vigneshwaran K and @Pheranda Nongpiur provided some pointers to reassure them and added more details to it in this post.

Automating VAT Calculations for Quotes:
@Coen | Heative was struggling with manually setting the VAT on quotes each time. which lead to sending incorrect quotes to their customers when missed. Check out @Ishwarya SG's suggested solution in this post to add an aggregate field that automatically rolls up the VAT values from individual products to the quote. 

Functions: 

Automatic Field Updates Between Contacts and Deals Module:
@Tyler Christie sought a way to automatically update select fields in deal records whenever related fields are updated in the Contact module. In the discussion thread, @Hugh Marshall provided a Deluge script function to achieve this. Tyler even shared an enhanced version of the code that allows mirroring multiple fields at once. Check out the post to learn more!

Chain Workflows in Zoho CRM: 
@Oscar brought up an interesting use-case that involves two workflows working in tandem. The first workflow triggers a field update in the Contacts module whenever a Deal is marked as "Closed Won". This in turn triggers the second workflow from the Contacts module to send an email to Deal Contact. They got it all right except for a parameter that needs to be added in the Function code to make the output of the first workflow trigger for the next one. Check out the solution, shared by @Vigneshwaran K and @Ishwarya SG in this post.

@Reynald needed help integrating their website with Zoho CRM. They were unsure of specific API details such as the URL, API Key, client ID, etc., as well as how to integrate them. @Ishwarya SG suggested using Zoho APIs to push website information to the CRM and shared the API documentation. Meanwhile, @Bhoomi Joshi explained the steps to generate the required credentials. Join the discussion to learn the process. 

Automatically Count Emails Open for Lead Engagement Tracking:
@Antonio wanted to track lead engagement with emails sent through mass emails. He needed a way to increment a numeric field each time an email is opened. Check out @Vigneshwaran K's response in this post, which provides an API-based solution to achieve this. 

Prevent Editing In Lookup Fields: 
@kparikh44444 wants to make a lookup field in a subform with the Deals module as read-only once the deal reached specific stage. They had successfully made other fields read-only using client scripts but were stuck with the lookup field. Check out this post for the script provided by @Hugh Marshall to achieve this requirement.

Auto-fill Time Zones Based on Postal Codes:
@K-CRM wants to populate the Time Zone field for Contacts automatically and Leads. Their goal is to send bulk emails to these Contacts/Leads at the beginning of their local day, and wanted to know if this can be done using their client's Postal Code. Check the solutions shared by @Vigneshawaran K and @Haiku Technical Support in this post.

Hiding Custom Based on Lead Stage: 
Revisiting an old discussion on hiding/disabling the convert button unless the lead reached a specific stage, @Dan had a similar requirement with a custom button but wanted it to work without reloading the page. @Hugh stepped in with a solution, prompting @Dan to post a glowing tribute for Hugh, quoted below! 
Check out this post for an interesting discussion.

Kaizen: 

Kaizen#136 - Zoho CRM Widgets using ReactJS:
Learn how to create custom widgets for Zoho CRM using frameworks like ReactJS. check this post for step-by-step instructions on setting up the project, including installing, creating, building and packaging the widget for Zoho CRM. 

Kaizen #137 - Lead Conversion using Zoho CRM APIs: 
Learn how to leverage Zoho CRM APIs to convert Leads into Contacts, Accounts, and Deals while avoiding duplicate records in this post

Kaizen #138 - How are Widgets used in Zoho CRM Settings?Interested in learning more about Widgets in Zoho CRM? Check out this Kaizen post for an interesting use-case on how to leverage Widgets to make your Knowledge Base resources accessible right within CRM. Don't forget to explore the recommended reads section at the end of this post to learn more about Zoho CRM Widgets. 

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 included in the next month's digest. Have a wonderful month ahead!

    Access your files securely from anywhere


            Zoho Developer Community




                                      Zoho Desk Resources

                                      • Desk Community Learning Series


                                      • Digest


                                      • Functions


                                      • Meetups


                                      • Kbase


                                      • Resources


                                      • Glossary


                                      • Desk Marketplace


                                      • MVP Corner


                                      • Word of the Day



                                          Zoho Marketing Automation


                                                  Manage your brands on social media



                                                        Zoho TeamInbox Resources

                                                          Zoho DataPrep 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

                                                                                                  • Report to see committed stock vs quantities on order with suppliers

                                                                                                    Hello Zoho Community, I am looking for a report in Zoho Books / Inventory that will show the committed stock from sales orders, and show what quantities of the same part are on order from purchase orders. I have found the committed stock details report,
                                                                                                  • Account

                                                                                                    I need to know how the maximum contact records available in my subscription. Also pleas advise the process to increase Contact Records. Also I need someone to contact me, I may need to add users, but need to workout a package that would fit my budge
                                                                                                  • Moving contacts from one folder to different folder

                                                                                                    I set up two folders. Uploaded CSVs and build my fields according to what I needed. My boss wanted more fields and changed the categories wants different fields added and contacts in one folder moved to the other due to reclassification. How can I do
                                                                                                  • Custom Extension, create a trigger button in custom module to launch the app, or any workaround

                                                                                                    Hello Have created a custom extension , publish as private, all working But I'm facing an issue For my test I create a button in accounts or Contacts module to launch the app. But how I can handle to create same button in a custom module (not created
                                                                                                  • How do I filter contacts by account parameters?

                                                                                                    Need to filter a contact view according to account parameter, eg account type. Without this filter users are overwhelmed with irrelevant contacts. Workaround is to create a custom 'Contact Type' field but this unbearable duplicity as the information already
                                                                                                  • Getter error message Number of statement execution limit exceed Line:(216)

                                                                                                    Hi, this script is giving me error message "Number of statement execution limit exceed Line:(216)". Please advise htmlpage Pay_Period_Details(PayPeriodID,AgentID,ShowPrint,start_range,end_range) displayname = "Pay Period Details" content <%{ /* Get The current Pay Period Record */ Int_Pay_Period_ID = PayPeriodID.toLong(); Current_Pay_Period_Record = Pay_Period[ID == Int_Pay_Period_ID]; Previous_Pay_Period_ID = thisapp.Application.GetPreviousPayPeriodID(Current_Pay_Period_Record.ID); /* Checking Agent
                                                                                                  • API Casing needs consistency in names

                                                                                                    The JSON for an account record looks like this: {"Name": "Name of the Account", "id": "id of the account", "Address": "address of the account" "Owner":{ "name": "Name of Owner", "id": "id of owner", } } It makes no sense that "name" is capitalized in
                                                                                                  • Useful enhancements to Mail Merge in Zoho CRM

                                                                                                    Dear Customers, We hope you're well! We're here with a set of highly anticipated enhancements to the Mail Merge feature in Zoho CRM. Let's go! Mail Merge in Zoho CRM integrates with Zoho Writer to simplify the process of customizing and sharing documents
                                                                                                  • How can I create individual records from a subform

                                                                                                    Hi, I am collecting subform data into a Lead record and I need to create individual records for each row associated to the account when it is converted. How can I do this?
                                                                                                  • How Can I Easily Access and Manage My GEPCO Online Bill Using Zoho Sheets?

                                                                                                    Hello everyone, I'm looking for an efficient way to access and manage my GEPCO online bills. I've heard that Zoho Sheets can be a powerful tool for organizing and tracking bills, but I'm not sure how to set it up for this specific purpose. Does anyone
                                                                                                  • Prevent carriage returns / line breaks in multi line fields

                                                                                                    I'm trying to connect Zoho Sheets with Zoho Creator however because some people are using carriage returns in multi-line fields the rows are not being created correctly : The values in A4 and A6 are part of a multi line field that looks to have been split
                                                                                                  • How do you handle existing customers/contacts?

                                                                                                    Hi, We just integrated MA 2.0 with our CRM and we chose to only import our existing customers contacts. In MA they are all "Raw leads" by default and we would like to mass update these to a stage called "already customers" but the last default stage "Sales
                                                                                                  • Newspaper template

                                                                                                    Is there a template that looks like a newspaper or magazine?
                                                                                                  • New in Writer: Enhanced Content Generation and Formatting features

                                                                                                    We are excited to unveil these features that can enhance your content creation and formatting experience. These additions are carefully tailored to boost your productivity and unlock your full content creation potential. Get the scoop on all the fresh
                                                                                                  • Webhook when estimate is refused is not firing

                                                                                                    Hello, I use a workflow through make that sends estimate with zoho books (I paid books and sign). -Those estimates when accepted are firing the webhook that I create in zoho sign (photo 1) -However when refused they are not firing the webhook that I created
                                                                                                  • Transfer contact to a lead.

                                                                                                    Is there a way to transfer a contact from CRM to a lead without having to re enter everything.
                                                                                                  • Internal recruiting

                                                                                                    Does Zoho Recruit offer any solutions or features for internal recruiting?
                                                                                                  • Form to update a CRM contact field

                                                                                                    Hello I need an help as I am going crazy. I need to create a form where there is a dropdown field with the contacts of Zoho crm (if possible filtered on the base of a field) and where other fields will be be automatically fetched with zoho crm data as
                                                                                                  • Add and Remove Agents from Departments and Groups in Zoho One

                                                                                                    Hi Zoho Flow Team, We hope you're doing well. Currently, Zoho Flow provides an action to add an agent to a group in zoho one, but there is no action to remove an agent from a group or a department. Another action that we find missing is the option to
                                                                                                  • Zoho Recruit - Blueprint and ZIA

                                                                                                    If I activate the Blueprint for Jobs in Zoho Recruit, Zia disappears for matching canddiates, why is that?
                                                                                                  • Where is the customization and extendibility of zoho inventory?

                                                                                                    After delving into zoho one subscription to test out systems we need for our business, I'm really disappointed after working in Zoho Inventory. Its features and customizability are extremely lacking compared to the other tools like CRM. In our case we
                                                                                                  • Announcing new features in Trident for Windows (v.1.20.4.0)

                                                                                                    Hello Community, Trident for Windows is here with some new features to elevate your work experience. Let's take a quick look at what's new. Export emails. You can now export emails in the .eml file format as compressed zipped files to create a secure
                                                                                                  • In focus: Customizing agent details in Radar

                                                                                                    Managing agent performance just got smarter! Imagine having all the key details about your agents right at your fingertips. That's exactly what the Agent Details feature in Radar offers. Whether it's their pictures, names, statuses, or ticket metrics
                                                                                                  • Bounced Emails

                                                                                                    Hello, Is there any chance we could have an alert for bounced emails in Recruit. This functionality is available in Zoho CRM. It would be really useful to be able to see at a glance who's messages have bounced back.
                                                                                                  • Requiring Proxy

                                                                                                    We are trying to get support from a company that uses Zoho assist. When we download the helper it is questing that we put in a proxy. What info do we need for the proxy / or to not need a proxy? I have tried a hot spot and allowing the program through
                                                                                                  • Creating a code for Task to event creation

                                                                                                    I am looking to automate an event creation to do the following: When a task is created for a user, create an event at 530PM simply called TASKS. This will serve as a reminder that we have at least one task that needs to be addressed. We miss the task
                                                                                                  • Kiosk Studio wrap-up | How our community used kiosks in 2024

                                                                                                    Hello, everyone! Happy new year! The end of 2024 has been busy, and 2025 promises to be bigger and better. As we ring in the new year, let's rewind and look at Kiosk Studio, our no-code customization tool. The past 300 days have seen the CRM community
                                                                                                  • Automate pushing Zoho CRM backups into Zoho WorkDrive

                                                                                                    Through our Zoho One subscription we have both Zoho CRM and Zoho WorkDrive. We have regular backups setup in Zoho CRM. Once the backup is created, we are notified. Since we want to keep these backups for more than 7 days, we manually download them. They
                                                                                                  • Books does not allow 19% tax rate for invoice - Please help!

                                                                                                    Hi there, I need to do an import of invoices into Zoho Books. The process worked smoothly before we migrated to the Books Germany Edition in December 2024. It does import 13 out of 14 invoices from my csv-file. For the one it does not import I get the
                                                                                                  • Restriction in assigning signer fields for the "Approver" role in APIs and internal integrations

                                                                                                    Hi, Zoho Sign's intended design is offering two actions to the recipient - Needs to sign (if you wish your recipient to add information to the document; signature, for instance) or Approver (someone who has to approve the content of the document and must
                                                                                                  • Create deal from estimate

                                                                                                    Hello, I have integrated CRM and books. I created an estimate on CRM but I would like to allocate that estimate to a deal with the contact. How can I do this please?
                                                                                                  • Want to upload images to custom image fields using zoho crm api v2.

                                                                                                    Hi i want to upload image to my custom image field from third party application using zoho crm api v2 . Please tell me how i can do this? Thanks
                                                                                                  • This domain is not allowed to add. Please contact support-as@zohocorp.com for further details

                                                                                                    I am trying to setup the free version of Zoho Mail. When I tried to add my domain, theselfreunion.com I got the error message that is the subject of this Topic. I've read your other community forum topics, and this is NOT a free domain. So what is the
                                                                                                  • 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
                                                                                                  • Change Invoice Prices for an Effective Date

                                                                                                    Hi, It would be a really good feature to be able to change the prices on invoices/recurring invoices from an effective date in the event of price increases. For instance, I am in the process of increasing prices that will be effective from a specific
                                                                                                  • Related list Mobile Device

                                                                                                    Hello, We use an the Zoho creator application to make reports linked to Accounts. On the computer: it's easy to go the Account and see all the created reports in the related list below On iPad/Phone ZOHO CRM APP: we cannot see the reports on those accounts
                                                                                                  • How can I visualize the events of a pipeline records?

                                                                                                    Hi I need a list of events, including the date and address of the event related to the pipeline record. Can I do that? I know that for every pipeline record I can create events associated (Tasks, events, calls). But what I need it is an easy way to get
                                                                                                  • Unlocking New Horizons: A Year in Review

                                                                                                    As we bid farewell to 2024, let's celebrate and revisit the key highlights of the year. From adding a new edition to cross-platform enhancements, here’s a roundup of all the feature updates designed to simplify accounting, optimize financial management,
                                                                                                  • Creating smart filters manually

                                                                                                    Hi Team, One of my colleagues accidentally deleted the Notification folder in Zoho Mail. Now all the emails are directing to spam instead of inbox. Is there any way to create the smart filter manually?. With Regards, Logeswar V
                                                                                                  • How to send binary data in invokeurl task?

                                                                                                    Hello, I am using Adobe's Protect PDF API. Source: https://developer.adobe.com/document-services/docs/overview/pdf-services-api/ Everything works fine in Postman. But for some reason after encrypting the file, it is empty after password protecting the
                                                                                                  • Next Page