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

        • How to Replace an Assessment in a Job Opening on Zoho Recruit

          Hi everyone, I’m currently using Zoho Recruit and would like to replace the assessment linked to a specific job opening. I want to remove the existing assessment and add a new one. What is the best way to do this without losing any important data or affecting
        • Add "Lead Image" in Bulk?

          Each of our Leads is accompanied with a URL containing a photo of the lead when they come in. We currently have to manually download then upload the photo to the lead. This is a HUGE waste of time. Is there any way to AUTOMATICALLY add the photos to the
        • Client script: Can not choose a date field for an onChange field event

          Hi Zoho Team Why can't I choose one of my date fields to trigger an onChange event? Is this a client script limitation, or something wrong with my instance? If it is a limitation, is this mentioned in the documentation anywhere? Thanks. Marcus
        • Quickbooks conversion and Internet sales

          Hello, we are considering converting from Quickbooks enterprise to Zoho Books and using MonotorZ for our mrp needs. Today we import Internet sales under a single customer with multiple ship to addresses. We want to maintain the detail in CRM for marketing
        • Can multiple agents be assigned to one ticket on purpose?

          Is it possible to assign one ticket to two or more agents at a time? I would like the option to have multiple people working on one ticket so that the same ticket is viewable for those agents on their list of pending tickets. Is something like this currently
        • For security reasons your account has been blocked as you have exceeded the maximum number of requests per minute that can originate from one account.

          Hello Zoho Even if we open 10-15 windows in still we are getting our accounts locked with error " For security reasons your account has been blocked as you have exceeded the maximum number of requests per minute that can originate from one account. "
        • how can I hide this Module?

          Hi everyone, newbie question. how can I hide the "Sales Order" column? when I try I get this message: https://imghostr.com/86395c_p7j
        • UI Arabic

          can i change the member portal UI to arabic in zoho community?
        • Domain verification is in progress... (How long do I need to wait?)

          Trying to setup my first email domain by connecting with GoDaddy. Have been here for quite some time and the screen is not changing. How long should this take?Send DataSend Data
        • Custom Module missing SDK function fetchRelatedRecords(...) in a Client Script

          Good day, We have added a new module with a Multi-Lookup relation to Contacts.  When we tried to use the fetchRelatedRecords(id, related_list_api_name) function to get Related Records it is missing for our new custom module. https://js.zohocdn.com/crm/5124797/documentation/DotSDK/Modules.html
        • How to display profile picture for distribution list?

          I am Admin of a Zoho Mail server and we have distribution lists along with user accounts. I am able to set Profile picture for the users and it shows when the email is sent to another companies. The members of the groups can also send email from those
        • Change email template depending on answer from form

          Is it possible to set up the following in Zoho Desk: When a user submits a ticket via the Zoho Help Center's form, they can select an answer from a dropdown field. In this example, the dropdown options are 'Option A' and 'Option B.' If a user selects
        • Mail Search Not Working

          Hello, Mail search is not working at all. I've tried Chrome and Mozilla. I can try and search for an exact term, or even an email that is 1st in my email list. All search does is sit and spin, or it comes up with no results. I've also tried it on my android
        • Password should not contain sequential characters

          How can I avoid this? How do I even disable it. On my password policy page, it's all blank, so I don't know why I'm even getting this error now.
        • Same phone number for more than one account.

          Hi there, I am a webdeveloper specialising in providing websites, webhosting and email solutions for my customers. I have signed up a number of my customers to Zoho Mail in the past, and a couple of these have grown into a paid package for Zoho CRM. As
        • Remove 30-Day Client Reply Restriction on Supervisor Rules in Zoho Desk

          Dear Zoho Desk Team, I hope you're doing well. Currently, Supervisor Rules in Zoho Desk run once every hour but only apply to tickets that have received a customer response within the past 30 days. This restriction creates challenges for us, as we have
        • Is there a live chat for Zoho mail?

          I am having a problem in Zoho mail and would love to live chat with someone instead of email and wait for a response. Is there a function for this? I know there is in CRM but I can't seem to find it in mail... Thank you!
        • Integrating Zoho Desk Instances from two separate organizations

          Is it possible to integrate Zoho Desk with an instance from another organization? For example, creating a ticket in one organization can cause the creation of a ticket in the second organization? Or certain tickets from one organization be viewable by
        • Why does incoming mail inconsistently bounce back from Zoho mail

          On testing our user accounts, we are having problems where mail sent to zoho mail bounces back with errors message that 'relay access denied'. On testing from various accounts (including outlook, gmail and yahoo) mail seems to get through on some occasions
        • Zoho email setup in office365

          When i am trying to setup zoho mail setup using my domain in office365 and it is not working and it says that we couldn't log on to the incoming (IMAP) server and please check your email address and password and try again. I was able to login using my
        • JunkMail rejected

          Hello, we are facing problems sending mails. The IP has been blacklisted. Please, fix it as soon as possible. JunkMail rejected - sender4-op-o12.zoho.com [136.143.188.12]:17291 is in an RBL on rbl.websitewelcome.com, see Blocked - see http://www.spa
        • trying to access CRM Variables with JS SDK

          Hello i built a widget with Sigma, i create CRM VARIABLES in custom properties. I try to access them in function : ZOHO.embeddedApp.on("PageLoad",function(data) with : ZOHO.CRM.CONFIG.getVariable("mycrmvariable").then(function(data){ console.log("mycrmvariable
        • My emails going to spam folder for hotmail or outlook

          My emails (not spam mails) are going into the spam folder for my customers using hotmail. Gmail and Yahoo users are receiving the emails in their inbox. can you please solve this problem. I read few articles but coudnt find any solution to it. I am testing it by sending a simple text email no pictures nothing at all still it is filtering my emails as spam. Please help I am really loosing time and clients due to this. Thanks
        • Capture hotkeys inside the remote session and allow file exchange via clipboard

          Hi guys, assist is a really good app, and to become great it would be nice to have some features other vendors have in place and we take them for granted. For example, ScreenConnect, TeamViewer and others allow you to send hotkeys via the remote connection,
        • Chat function not working properly

          Ever since upgrading to plus, the chat is all messed up. it is coming up behind the web page so that I cannot see what I'm typing and cannot read replies. I can only see the bottom of the text box at the bottom of the page, and then it is blocked. I've
        • 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]"
        • 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?
        • Cannot fetch url with custom extension (sigma - javascript)

          Hello i try to make my first extension with API request, i have two cases 1) this a deluge code attach to a button --> this one works very well response = invokeurl [ url :"my_api_fetch_url" type :GET headers:{"api_key":"myapikey","accept":"application/json","content-type":"application/json"}
        • Wrong Time on Exported Records

          Hello, All records in my exported Notes .csv file have the incorrect time for Created Time. They are all 8 hours ahead. I've already verified that my time zone is correct in both Personal Settings and Company Settings. Is there any way to fix this?
        • how to upload the picture and document

          i want to upload the picture and document,would you please told how to upload them?could you told it for each step?
        • Zia Call Intelligence only up 10 License

          I have been trying to install Call Intelligence for two days now, but strangely, the button is missing at this point. The documentation could be better, but most importantly, someone should inform small businesses like us that they don’t even bother enabling
        • Forgot my email management account

          Hello, I am the administrator of ihomemix.com. I can’t remember which email address I used to register the account and then opened the email service for ihomemix. I can’t see the subscription period of my email function when I log in with this account.
        • Add customer to account based on domain name.

          I generate reports based on a the account field, i.e. companyX.  In GoToAssist, my last provider, there was an option to automatically assign new ticket creators to a company (or account) based on their domain name. So for example, if a new employee creates a ticket from @companyx.com, for them to be automatically added to the companyx account would be a huge advantage.  As it stands right now, I have to remember to add them to the account manually.  Often I forget and when generating a report for
        • Facilitate business processes by mandating Kiosks in your Blueprint's transition settings

          Hello everyone, We've made a few enhancements to Kiosk Studio. Blueprints provide a structured and systematic approach to executing business processes, and you can use Kiosks to build custom capabilities to retrieve, collect, and execute actions on CRM
        • Response Violation - Zoho Desk

          Hi Team, I just need an information regarding the zoho desk - Response Violation and how can we avoid the tickets from getting the tickets response violated.
        • I need help in setting up a script that works for my calling service

          Please i need your guidance and expertise in how to go about a particular scripting. You see, we are a call service that assists companies to receive calls for them, i need to create a system in my Zoho CRM whereby i will receive call from my already
        • "Select All" item in the context menu

          In the Client on Android, there is a “Select all” item in the note’s context menu. There is no such item in the PC client. Can it be added in future versions of the client?
        • Subir o Preço Unitário já acrescido de um valor

          To com um desafio grande, e se alguém conseguir me ajudar, seria ótimo! O que eu preciso é que o na hora de adicionar um item no subformulário dos itens cotados do módulo Orçamentos, o preço de lista do item venha acrescido de 20% automaticamente e de
        • Zoho CRM Customer Portal Pricing Question

          Hello, I am trying to find out about the pricing for a portal that will be used for the contacts and a custom module. My client needs to use a customer portal for 15k users that will display the contact details and some informations to a linked custom
        • How to display Motivator components in Zoho CRM home page ?

          Hello, I created KPI's, games and so but I want to be able to see my KPI's and my tasks at the same time. Is this possible to display Motivator components in Zoho CRM home page ? Has someone any idea ? Thanks for your help.
        • Next Page