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

        • Change eMail Template for Event-Invitations

          Hello ZOHO-CRM Team How I can change the eMail Template for Event-Invitations? I work with the German Version of the Free Version. I know how I can modify eMail alerts or Signature Templates, but where I can other eMails modify you send out? Thank you for your answer. Regards, Juerg
        • Zoho Social integration with Zoho Flow

          Is there any plans for Zoho Social integration with Zoho Flow?
        • Zoho CRM Widget and translations

          Hi everyone! We're building a Widget with zoho-extension-toolkit, how is localization supposed to work? "zet init" created a translations/en.json file, but what should go inside it and how is it supposed to be accessed from the Widget/javascript? Thanks
        • Bienvenue à Zoho FSM : l'optimisation des opérations locales qui offre une expérience de service impeccable

          Nous sommes ravis de vous présenter Zoho FSM, la plateforme de gestion des services terrain de bout en bout. Les solutions de gestion des services locaux s'adressent aux organisations qui effectuent des activités d'installation, de réparation et de maintenance
        • Adding tag to specific record as an acion in a workflow

          Hi! I've created the following workflow in the module 'Leads'. When a record meets the criteria, there should be a tag added to the specific record in the module 'Contacts'. In the module 'Leads', there is a look-up field named 'Kandidaat' which is connected
        • Trying to catch error with ZOHO.CRM.HTTP.get (Response Code)

          Hello, I'm trying to get response header from ZOHO.CRM.HTTP.get, in order to catch error like 404 or something else but it seems that ZOHO.CRM.HTTP.get() method only returns the body of the response, and I see no way to access the headers returned. Is
        • FSM - How to ADD PHOTOS to Estimates & Invoices

          How can you add photos to estimates and invoices that are being emailed to the client so the can see what you are estimating and your completed work?
        • Free developer edition of Zoho CRM

          A question for Zoho and other developers: How can you set up a demonstration version of a Zoho CRM implementation to show employers/clients what can be achieved? Do you pay for Zoho CRM Enterprise/Zoho One for this purpose? Does Zoho offer a free version
        • "notes"-field in a task to full width?

          Hi, Is there someone that can tell me how to adjust the "notes"-field in a task, to full width? I already played around with 1 or 2 columns, but this has nu effect on the standard width. Thx in advance for your help. Cheers, Ralph.
        • 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
        • Where are scheduled emails stored?

          After you schedule an email to go out through the CRM, how do you go about changing that scheduled email? Or even where can I see the list of emails scheduled to go out? They are not listed in my Zoho Mail account in Outbox which has been the only answer
        • CRM Home Page Dashboard, how can i add zoho desk cases?

          How can i see which tickets are in my group as a dashboard component on the home tab in zoho crm? I don't see any way of adding this.
        • 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
        • Subform Client Script

          Good day,  I have a subform where users can subscribe to various magazines. I would like to prevent the user from selecting the same magazine twice when adding a new row. Is there a way to prevent the user from doing this? (Can it be done via a client
        • Checklist/ save to onedrive/ a group of items invoicing in Zoho FSM

          hi, is there a way to add a specific checklist to any WO without passing eachtime by the model customization? can we save file such picture directly in our sharepoint ak onedrive? is there any way to add a group of item pre defined to make invoicing easier
        • Introducing 'Queries' In Zoho CRM

          Hello everyone! We are here with an exciting feature - Queries in Zoho CRM! A little context before we dive right into the feature specifics :) In today’s fast-paced business environment, immediate access to relevant data is essential for informed decision-making.
        • Serious question: Are there actually "solo-preneurs"/small business owners who made Zoho-one work well for them?

          L.S. After already many years of continued struggle with Zoho-One, I am seriously wondering if there are actually solo-preneurs (one person small business owners - without a large, dedicated IT dept.) who got it (Zoho-One) to work well for their businesses.
        • Calendar Bookings in Recruit

          Hi there, We have recently started using Zoho recruit and although it has some great functionality there are a few gaps that are causing real headaches. One of those being how interviews are scheduled. The majority of our hiring managers are field based
        • Getting Error : Developer Tool Detected

          Hi Team, Getting the error during open the portal, error attached on the same ticket. Please check and help us to resolve the same.
        • Send Zoho Creator Template by Email or sendemail

          Hello All Question:- How we can send the Zoho creator email template using the send email by the workflow or using the Function? by the Workflow sendmail [ from: zoho.adminuserid to: "zohodeveloper@yopmail.com" subject: "Test Template" message: "Test
        • Upgraded to Zoho One but Zoho Meeting still says Free Plan

          I signed-up for the Zoho One plan. When exploring the applications included, I came across a problem with Zoho Meeting. It says it's the free plan. I emailed support but they sent me a link that doesn't work and, when I found the article on my own, it
        • 新年のご挨拶、直近のイベントスケジュール

          🎍🐍謹賀新年🎍🐍 ユーザーの皆さま、明けましておめでとうございます! コミュニティチームの中野です。 本年もよろしくお願い致します。 昨年のZoho Japanコミュニティでは、東京・大阪・名古屋・福岡 4都市でのユーザー交流会開催や、自社最大イベント「Zoholics Japan 2024」でZoho Championの皆さまとのパネルディスカッション、10月の東京ユーザー交流会では本社CRMプロダクトマネージャーを招きロードマップ解説セッションの実施、さらにZohoアンバサダープログラムのローンチ(近日公開予定)など、新たな取り組みに挑戦しました。
        • Directly Edit, Filter, and Sort Subforms on the Details Page

          Hello everyone, As you know, subforms allow you to associate multiple line items with a single record, greatly enhancing your data organization. For example, a sales order subform neatly lists all products, their quantities, amounts, and other relevant
        • Request to Customize Module Bar Placement in New Zoho CRM UI

          Hello Support and Zoho Community, I've been exploring the new UI of Zoho CRM "For Everyone" and have noticed a potential concern for my users. We are accustomed to having the module names displayed across the top, which made navigation more intuitive
        • Create workflow rules based on notes

          Last modified on 17/04/2023: Creating Workflow rules based on notes is now available for all Zoho CRM users in all DCs. Note that it was an early access feature available only upon request. As of April 13, 2023, it is rolled out for al Zoho CRM accounts.
        • 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
        • How to upload mass inventory quantity adjustment with batch number?

          I wanted to clean-up our inventory list; however, I have trouble performing the task as I don't know how to mass upload inventory adjustment with batch numbers. I don't want to do it manually as there are if not thousands at hundreds of inventory tr
        • [Important announcement] Zoho Writer will mandate DKIM configuration for automation users

          Hi all, Effective Dec. 31, 2024, configuring DKIM for From addresses will be mandatory to send emails via Zoho Writer. DKIM configuration allows recipient email servers to identify your emails as valid and not spam. Emails sent from domains without DKIM
        • Power BI connector (Zoho Creator) to Zoho Projects

          How can i connect power bi to Zoho Projects? domain is zoho.com How can i find workspace name, application link name and Report link name?
        • Upgrade User

          Hi Sir/Madame, I have 7 users in my organisation but I need upgrade more space only 2 users. Is it possibe? Thanks
        • Dashboard Auto-refresh

          Why is there no Auto-refresh on the Dashboard? People have been asking for the last 6 years for this function from what I can see in my reasearch, it seems like a very simple intergration for Zoho to achieve. on Sept. 2, 2014, this was added: Support
        • Console error with widget in View mode, not present in Edit Mode with ZOHO.CRM.API.updateRecord(config)

          hello i have that function to update an account records (from a widgets created with sigma) function handleCopyButtonCRMClick() { console.log('handleCopyButtonCRMClick'); /* * Fetch Information of Record passed in PageLoad * and insert the response into
        • add meeting link

          i want to add A meeting link in the mail when the user book the appointment then with the conformation mail i want to add meeting link there
        • Unable to add Guest Members

          We are having issues adding Guest Members to our Cliq account. We have sent out a number of request but it seems that only some people are able to access the platform. Others have received a message stating that they need to be granted access from an
        • CRM x WorkDrive: File storage for new CRM signups is now powered by WorkDrive

          Availability Editions: All DCs: All Release plan: Released for new signups in all DCs. It will be enabled for existing users in a phased manner in the upcoming months. Help documentation: Documents in Zoho CRM Manage folders in Documents tab Manage files
        • Zoho One - White Label

          Releasing a white-label feature for Zoho One, or any software or service, can offer several advantages and benefits for both the company providing the software (Zoho in this case) and its users. Here are some key reasons for releasing a white-label feature
        • Missing parameters in request, any way i can figure out what parameters i need to add?

          const url = "https://people.zoho.com/people/api/forms/json/P_Task/insertRecord"; const inputData = { "Status": "Open", "Description": "Task to set up and configure Zoho Mail on desktop application.", "CreatedTime": "01-Jan-2025 10:30 AM", "Due_Date":
        • Address Grabber function for Zoho

          I converted from ACT to Zoho. With ACT, I used an add-on called AddressGrabber to scrape the contact information from leads that I buy and contact information contained on emails and websites and directly add it as a new lead or contact. Does anyone know
        • Can you modify "Last Activity Time" in deluge? If so what's the field name?

          I need to perform some bulk modifications on records in the Leads module, but I need to avoid changing the "last activity time" or "date modified" because I am using those fields to filter and sort leads for follow-up action. I cannot find an answer anywhere
        • Running Total % in Pivot with filters

          Hi there, I have seen a few posts on this topic, but i cant seem to find one that will work when applyig filters to the data. I have Rows and Data in a pivot view I want to show the running total of revenue as a % of the total for the data set. If i add
        • Next Page