Hello everyone! 


August slipped away into a moment in time, so let's take a moment to catch up on all the interesting discussions and exciting announcements that unfolded in the Zoho CRM Community during this past month. We have a few product updates and important conversations to share with you. Let's dive right into the highlights!


Zoho CRM product updates:

> Activity Module Deprecation Update:

By now, most of you would have started seeing the in-product notifications inside CRM regarding the deprecation of the Activities module. This is a positive step forward, as the common Activities module presented its own technical challenges for enhancement handling. As the deprecation is scheduled to take place by November 1, 2023, do ensure you make the required changes before then. Incase you missed it, do check here for more information. 

> Mail Merge Enhancements: 

Discover the latest updates on Mail Merge in Zoho CRM! Based on popular demand, we've extended Mail Merge support to include Inventory modules. Additionally, you can now import PDF files for merging, and add image fields to your templates. Learn more

 

> Template Support for WhatsApp Integration: 

Currently, you can seamlessly integrate WhatsApp Business with Zoho CRM to reply to inquiries, add leads/contacts, and manage messages. The latest enhancement further enhances your experience with personalized templates to automate your messages. Explore these updates in detail in this post.

 

> CRM Portal Updates:

We have two CRM portal updates to share: Firstly, the pricing for portal user licenses has been updated, applying to all new purchases and transitioning for existing purchases in the next payment cycle. Second, plugin modules are now supported in portals, allowing external users to access plugin module records in the Related Modules section during portal configuration. 

 

> Streamlined CPQ Enhancements:

Zoho CRM's CPQ system now offers an improved "filter and search" interface. Designed similar to the advanced filters in the list view page, this upgrade helps you select products with ease.. What's more, now you can configure and add free secondary products that complement your primary product and make dynamic quantity adjustments. These enhancements simplify quote creation and enhance efficiency. Learn more

 

> Updates to Activities Related List:

We're excited to announce enhancements to the Activities-related list, offering three new views for a better organization: Column view for a quick overview, Chronological view for prioritization, and Tab view for customizable sorting based on field attributes. 

 

> Subform field limit enhancements:

Updates to subform field limits on layouts in Zoho CRM: The field limit for subforms on layouts has increased from 10 to 25, offering more flexibility to capture detailed information. Additionally, the limits for decimal, percentage, and currency data types have been extended from 10 to 20 fields. Learn more.

 

> Enhanced Sales Forecasting:

Following our earlier announcement about enhancing forecasts with the Strategy Influencer feature, we are pleased to inform you that this functionality is now available in Zoho CRM. With Zoho CRM's forecasting, you can predict sales and set targets, while Strategy Influencer offers trend analysis, anomaly detection, gap identification, predictors, and prescriptive recommendations. The blending of these two features within Zoho CRM provides detailed target predictions and helps create a more refined forecast.Learn more. 

 

> CRM Motivator Upgrade:

Zoho CRM's Motivator tool has been upgraded to boost productivity with new features: TV channel announcements for important messages, on-track/off-track analysis for targets, individual component refreshing, simplified team creation, hierarchy-based views for users, and additional data granularity for in-depth analysis. To know them in detail, read this post.

 

> Home page enhancements:


Previously, Zoho CRM facilitated sharing of home page components based on roles only. The new enhancement enables profile-based sharing as a home page customization. This change also lets you share up to ten home pages – five each based on their roles and profiles respectively – with your users. Additionally, using the Copy Customization option, you can now replicate analytics configurations across different Zoho CRM Accounts. Learn more.

 

> Zia's integration with OpenAI for Zoho CRM:


Introducing the exciting integration of Zia with OpenAI in Zoho CRM, featuring the Smart Prompt functionality. Smart Prompt helps with email composition, email templates creation, apart from refining notes and extracting more information through some of the fields on the record details page. Learn more.

 

 Early Access: 

Learn more about "Source" and "Previous Values", couple of minor enhancements in Zoho CRM Workflows. Use "Source," to narrow down the trigger source of your workflow, whether the trigger was from regular delete action or a record merger, thereby eliminating guesswork. By enabling access for your Functions code to field's value prior to update, "Previous Values" , helps trigger contextual actions based on the record update. Check out this announcement to learn more and get early access.


 Functions: 

  • @Paweł Ordziniak attempeted to copy the value ofa picklist field from the Accounts module to the Deals module using Functions. @Bhoomi Joshi made the relevant changes to the code and got it to work for Pawel!. Check that in this post. 
  • @Paweł Ordziniak wanted a button function for his CRM to create a deal record from a contact view page but faced issues with populating fields correctly. @ Hugh Marshall suggested removing a problematic line of code and provided a corrected version of the code, which solved the issue. Check out this conversation here.

  • @Guy had an existing function to create a note in Zoho CRM based on call information but wanted to add a condition to prevent note creation when there was no text in the call description. In the original code, a note was created even when the description was empty, resulting in "NULL" in the note. Check the recent conversations for  the code suggested by @Pheranda in this post that worked perfectly. 

  • @Mathew Farr was seeking assistance in automating the creation of a calendar entry based on departure and return dates from a custom module in Zoho CRM. @Bhoomi Joshi suggests correcting code to create a calendar event using Deluge scripting, properly defining event details, including start and end times, and associating it with the "Bookings" module. 

  • @CRM wanted to populate a custom field with the creation date/time in lead records using a custom function. They've already set up a workflow for new records but need assistance with updating 400 existing records. @Sunderjan has provided the code to update existing records in the Leads module to achieve this.

 

 Dev's Corner: 

  • @Mark wanted to create a button in the "Booking" module to display a mini-form with specific fields based on the record's data, such as showing different fields for different client names. He wanted this form to update relevant record fields and initially considered using Deluge scripting. @Hugh pitched in and suggested creating a Zoho Form with field rules and integrating it with the CRM, which solved his problem. Read more.
  • Take a look at this troubleshooting discussion where @f.sommerhuber was facing an issue with a Lookup Field for Leads while using the PHP SDK to retrieve related records. @Praveen chimed in with valuable advice, suggesting that when fetching converted Lead record details, you can use the parameter "converted=both" or "converted=true," although this method doesn't apply to related records. Following this guidance, he was able to resolve their problem successfully. Read this post. 

 

 Useful Discussion : 

  • @Helene was struggling to convert percentages to letter grades in a subform and sought assistance. @Nik pitched in and provided a solution using a formula field with specific assumptions and criteria that work efficiently. Learn more.

  • @Shanon wants to add a field to Deals that tracks the count of times a Deal's Closing Date is extended, excluding instances when it's moved earlier. @Wassim Sayerh suggests creating two fields, 'Closing Date Ref' and a counter field. The logic involves comparing the 'Closing Date' and 'Closing Date Ref,' incrementing the counter if the date is pushed out, and updating the 'Closing Date Ref' accordingly. Also, @Nik provides the code for implementing this as a function. Read more 
  • If you are looking to involve your customer/prospects to validate and update their Contact records in Zoho CRM, do check the solution proposed by @Hugh Marshall in this post. Hugh explains how this can be done seamlessly using Zoho Forms integration and included a video demonstrating the same. 
  • @Jay The First Williams wanted to bulk edit contacts in their CRM where "UAE" should be changed to "United Arab Emirates." @Wassim chips in and suggests a solution to achieve it. Check here 
  • Did you know that you can automatically create a folder structure when a Deal reaches a certain stage using Zoho Flow or custom functions in Zoho CRM? Check out the comments by @Michael and @Hugh Marshall. @Hugh has even provided a helpful video tutorial for this process that helped @Adrianna achieve her requirements. 

 

 Kaizen: 

  • (Kaizen #97) - Leverage the power of APIs to manage and interact with emails within the Zoho CRM platform.  
  • (Kaizen #98) - This post, dives deep into using Query API with Zoho CRM PHP SDK, specifically focusing on version 5 of Zoho CRM APIs.
  • (Kaizen #99) - In this post, let's learn how to render Widgets with Client Script.

  • Kaizen Triumphs: Celebrating the Journey of 100 Posts! Thank you for being a part of our journey. 

  • (Kaizen #100) - In this special post, we have answered some of your questions.

 

Thanks 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!

 

SEE ALSO

>Previous month's digest




        • Recent Topics

        • LinkedIn verification link and otp not receiving

          For the last 2 to 3 weeks I'm trying to verify my LinkedIn account to access my company's LinkedIn page, Linkedin is sending verification links and codes to this email address but I have not received any codes or links. Please help me here. Looking forward
        • Admin Control for Default Email Templates in Zoho Desk

          Hi Zoho Desk Team, We would like to request a feature enhancement related to default email templates. Currently, agents can select and set their own default email templates when replying to tickets. However, we believe this setting should be managed centrally
        • Zoho desk desktop application

          does zoho desk has a destop applicaion?
        • send file to ftp or another external service

          i'v created a zoho creator application for take a picture and rename it by phone. Now i need to send Each renamed pictures to my ftp or to specific folder on google drive...then, delete it from creator. (every picture recived it will processed by another program and stored on my Erp) HOW CAN I DO ??
        • Error 403: Forbidden When Updating Email Signature via API

          Hi Zoho Desk team, First, congratulations again on the excellent Zoho API. But, I’m encountering an issue while attempting to update an email signature via the API. Whenever I make a request to update the signature, the response returns an HTTP 403 Forbidden
        • Has anyone built a ticket export that allows Help Center users to export the tickets shown in the My Area list they are looking at?

          Hi, We are moving to Zoho Desk soon. Our current support system displays an option in our help center allowing customers to export their Open, Closed, or all tickets based on which list they are looking at. We need to offer the same in Zoho Desk help
        • Mass pdfs into OCR field

          I am working on a Creator app that my org will use internally. Is there any way to mass upload pfs through a form with an OCR file upload field? Is Creator capable of this, or would I need to use Catalyst?
        • How to upload a file to form file upload field from deluge script.

          Hi guys, I need to store API response into Form File upload field . I'm not getting any errors but PDF file is not assigned to file upload field. You can check possibilities using below details: Method: POST URL: https://v2.convertapi.com/convert/web/to/pdf?Secret=<<SecretKey>>&Token=<<APIKey>>&Url=https://www.google.com You need to generate secretKey and APIKey by Login to https://www.convertapi.com/a/su Response: { "ConversionCost": 4, "Files": { "FileName": "www_google_com.pdf", "FileSize": 68342,
        • Export view via deluge.

          Hi, Is it possible to export a view (as a spreadsheet) via deluge? I would like to be able to export a view as a spreadsheet when a user clicks a button. Thanks     
        • Subform Time field showing as null in script.

          Good Afternoon everyone. I am trying to take the information from my subform and populate it into a multiline field in the CRM. The code below works with no errors. The problem is, it shows that the Open and Close (Time fields) are null. But they are
        • Zoho Payroll's Year in Review 2024

          As we roll into 2025, we'd like to pay tribute to all the milestones we hit in 2024! From releasing out new features that streamlined your workflows to updates that made payroll management smoother, we’ve had a prolific year—all while keeping you, our
        • Is there a way to sort report on record template by a specific field like date field

          Hi, Is it possible to sort the report on the record template by the date field and not the default Added Time. Please check the example bellow: The records are sorting by the added time I wand to change that by the date field,
        • Shared subfolders

          Am I right in thinking that there is no Zoho email application that allows me to create a shared inbox and then add additional folders/subfolders under that inbox? If so, this is really quite incredible and probably a deal breaker for us to start using
        • Update Multi select field values to another form table as individual record

          Hi, I am new to coding and do basics within deluge. I need help with the deluge script to meet the following requirement. Form Student Attendance The fields are : Attendance Date Course (Lookup to Course Form) Class (Lookup to Class Form) Students (Multi
        • Shared Mailbox - Mark as read for all users

          Hi all, Maybe someone can help me out. At the moment we have a shared mailbox without streams. When a users reads an mail or marks it as read other users will not see this. How can we resolve this? We now archive the mails when read and followed up. However
        • Allocate emails to user in a shared mailbox

          Hi, This might be obvious, but I cannot find the answer. I have 3 shared mailboxes so any team member can see the emails. Is there a way of allocating a specific email to a user so that it is their responsibility to deal with it? Thanks in advance.
        • How to view shared mailbox in Outlook

          How to view shared mailbox in Outlook or in another software
        • Search mails in shared mailbox

          Hi everyone, is there a way to search mails in shared mailbox's? Search in streams or mail doesn't return anything from mails in shared mailboxes. Thanks! Rafal
        • Customising the approval email

          Is there anyway to customise the Approval email or to add further fields as the default looks so basic and unlike any of the other email notifications from Desk. My users just thought it was spam.
        • Pushing GCLID info from Gravity Forms to ZohoCRM

          We are switching to Gravity Forms from Zoho Forms and I cannot find any good info on how to make sure my GCLID tracking info is pushed through to the CRM through my new forms. There was an article in the documentation about placing something within the
        • Issue Configuring SSO Integration with Cognito in Zoho Help Center

          Dear Zoho Support Team, We have been working on configuring SSO integration for our Zoho Help Center using Amazon Cognito. While the setup appears to be completed successfully, we are encountering an issue when attempting to access the Help Center. The
        • Need manual aggregate column pathing help

          See linked video here: https://workdrive.zohoexternal.com/external/a5bef0f0889c18a02f722e59399979c604ce0660a1caf50b5fdc61d92166b3e7
        • Merging contacts does fail because of help center membership

          I'm trying to merge two contact records (they are the same contact) where one of them is a member on the help center. The system warns me about this situation and then I de-activate this contact as an "End User" for the help center. Right now the system
        • Duplicate Contacts - how to get merge or delete

          I have noticed that our list of contacts in Zoho Desk duplicates contacts periodically.  I have yet to identify when or why.  How do I merge or delete them?  I see there is a "Deduplicate" but I am unable to find anything that explains this feature.
        • Admin Access to Direct Messages in Zoho Cliq

          Hi Zoho Cliq Team, We would like to request a feature enhancement to enable admin access to one-on-one conversations (direct messages) conducted through Zoho Cliq. Use Case: As administrators, there are situations where it becomes essential to access
        • "Mark as Spam" not working as expected

          Dear support, in the below scenario, clicking on "Mark as spam" identifies only the first of the checked emails as spam, removes that email from the visible list and leaves the rest of the list still visible & unchecked. I've tried check-marking them
        • Massive price increase for user licenses of Zoho Portal

          This actually a complaint about this announcement: https://help.zoho.com/portal/en/community/topic/free-user-licenses-across-all-portal-user-types You present this as an enhancement. And, yes, while reading the main part, I'd agree that (for smaller companies),
        • Elevating Email Security on Zoho Desk: DKIM Now Mandatory

          Hello Zoho Desk Users! It has been a wonderful journey with you on Zoho Desk. As we welcome 2025, we are strengthening our efforts to ensure a secure and seamless experience for you. To enhance email security, DKIM configuration will be mandatory for
        • Calendar - "super compact" week view

          every time i go to my calendar i have to re-engage the "super-compact view" for the week view...is there a way to make "super-compact" a default view so I dont have to keep on setting it manually?
        • Calendar - "pop up" locations

          One of the attractive features of google calendar and outlook calendar is that locations for events will start to automatically populate the location drop down menu as you type. Adding this feature to zoho calendar would be the final feature i need.
        • Using Zia in Zoho Sheet data to research the internet and return answer to a cell in Zoho Sheet

          I'm trying to see if Zia (connected with OpenAI key) can take data parameters stored in a Zoho Sheet to conduct research out on the internet then return an answer into the same Sheet. I'm trying to do the equivalent of using something like the =AI() function
        • [Free Webinar] Learning Table Series - Creator for the Education Industry

          Hello Everyone! We're thrilled to invite you to the Learning Table Series—a year-long initiative to demonstrate how Zoho Creator can transform industries with innovative and automated solutions. Each month focuses on a specific industry, and this time,
        • Remove the [## XXXX ###] from subject replies

          For our organisation we would like to have the [## XXXX ###] removed from subject replies. Cheers, Jurgen 365VitaalWerken
        • Self Client Authorization Issue

          Hi. Trying to test the api integration for Zoho Desk with the Self Client - Client Credintials flow method. I've created the self client, obtained the client id and secret, inputted "Desk.tickets.ALL" as my scope, and "ZohoDesk.[My Zoho Desk Org ID]"
        • Recurring Events Not Appearing in "My Events" and therefore not syncing with Google Apps

          We use the Google Sync functionality for our events, and it appears to have been working fine except: I've created a set of recurring events that I noticed were missing from my Google Apps calendar. Upon further research, it appears this is occurring
        • 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
        • All notes disappeared

          I've been using the notebook app for over five years on my phone without being logged into an account. A few days ago I opened the app and all my notes had disappeared. Since then I tried restarting my phone, updating the app and logging into my account,
        • How to add tags to a record with jS SDK 1.2/ZohoEmbededAppSDK

          Hello Is it possible to add tags to a record with jS SDK : https://live.zwidgets.com/js-sdk/1.2/ZohoEmbededAppSDK.min.js ZOHO.CRM.API.updateRecord Thanks for insights
        • URGENT: Zoho Forms reCAPTCHA v2 Spam Issue

          Hello Everyone, We are encountering a critical issue with Zoho Forms despite having reCAPTCHA v2 enabled. Our business is accessibility-focused, and we are receiving a high volume of spam submissions, which is significantly affecting our workflow and
        • View all Products by pipeline deal

          Very good CRM I use it everyday only problem is modules not being interconnected especially products module. The main problem of products module are separated from contacts and company modules and only being connected to the Deals module. This way there's
        • Next Page