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



      • Sticky Posts

      • Introducing ICR in Zoho CRM: Transform your printed text into digital data

        From writing on papyrus in the ancient times to creating a humble record in your CRM, the world may have evolved with how it used to record data, but data entry as such has not been simplified. It is still a repetitive and arduous chore on which businesses
      • Flex Your Creativity – A New component to Canvas in Zoho CRM

        Hello Everyone We’re excited to introduce Flex, a new component for Canvas in Zoho CRM! Flex is here to give you greater control over how your data is displayed in your layouts. This component enables responsive layouts that adapt across different screen
      • Nimble enhancements to WhatsApp for Business integration in Zoho CRM: Enjoy context and clarity in business messaging

        Dear Customers, We hope you're well! WhatsApp for business is a renowned business messaging platform that takes your business closer to your customers; it gives your business the power of personalized outreach. Using the WhatsApp for Business integration
      • Presenting ABM for Zoho CRM: Expand and retain your customers with precision

        Picture this scenario: You're a growing SaaS company ready to launch a powerful business suite, and are looking to gain traction and momentum. But as a business with a tight budget, you know acquiring new customers is slow, expensive, and often delivers
      • Enrich your CRM data and keep them updated

        You spend a lot of your time and efforts in generating quality leads for your business. While generating leads is a challenge in itself, the real deal begins when sales reps try to nurture these leads and convert them as customers. So how equipped is your sales team with information about your leads matters a lot.  For example, you might be using webforms to generate leads and collect customer information from your website. The lesser your webform fields are, the more your sign-ups right? From optimizing

        • Recent Topics

        • Problem connecting social accounts and file upload

          I have two brands that I manage in Zoho, each with their own social profiles. I didn't have any issues for the first few months, but recently the Instagram for one got disconnected and no matter what I've tried, it won't reconnect. If I go into the settings
        • How to add a pre-filled form to a mobile app

          We are building a mobile app that API's lead info from ZOHO crm (leads module) and would like to add a refer a friend program via a ZOHO form the would prefill their info (Name, Email and Phone) whilst they add the person they are referring (Name, Email,
        • Invoice status on write-off is "Paid" - how do I change this to "Written off"

          HI guys, I want to write off a couple of outstanding invoices, but when I do this, the status of the invoices shows as "Paid". Clearly this is not the case and I need to be able to see that they are written off in the customer's history. Is there a way
        • Automate Zoho Meeting Creation via Blueprint (Leads & Accounts)

          I need help automating Zoho Meeting creation during a blueprint transition in both the Leads and Accounts modules. Requirements: Triggered via blueprint Read meeting start time (DateTime field) and internal participants from CRM Create Zoho Meeting via
        • Is there a way to set up templates for commonly occurring issues on Zoho Desk

          Hi there, We have recently migrated our service desk over to Zoho. I was wondering if there is a way we can set up custom templates for specific requests that we commonly get from our customers. Example: Customer often requests a password reset. There
        • Zoho desk not sending call reference to user

          Hi, I am using zohone desk and have setup the call logging email address but sadly users are not getting a call reference notifying them that the call has been logged also can't see the updated call when it is going through faces. My question is, is there
        • Sheet View for Reports

          Hi - is there any plan to make a "Sheet View" function for reports??? It would be a huge improvement.
        • Marketing Automation Emails Going to Spam

          Google is trapping all the marketing automation emails in spam. My domain has a perfect reputation and it looks like Zoho has a low reputation which is sending it to spam. When I pull the email out of spam and click on a link in the email, I get this
        • instagram direct message

          is it possible to check and reply Instagram direct messages?
        • Introducing Assemblies and Kits in Zoho Inventory

          Hello customers, We’re excited to share a major revamp to Zoho Inventory that brings both clarity and flexibility to your inventory management experience! Presenting Assemblies and Kits We’re thrilled to introduce Assemblies and Kits, which replaces the
        • Automation #6 - Prevent Re-opening of Closed Tickets

          This is a monthly series where we pick some common use cases that have been either discussed or most asked about in our community and explain how they can be achieved using one of the automation capabilities in Zoho Desk. Typically when a customer submits
        • Zoho Payroll's USA and KSA editions are available in Zoho One!

          Greetings! We’re excited to share that Zoho Payroll, currently available only in India and the UAE, is now introducing the KSA (Kingdom of Saudi Arabia) edition and the USA (United States of America) edition, and these editions are now available in Zoho
        • What is the difference between a template and a snippiet

          Hi there, I am currently working on optimising our service desk and improving the consistency of our responses. I have come across two tools that appear to help do this, templates and snippets. I was wondering what the similarities and differences are
        • Zoho Recruit - Automatic email before expiry date

          Hi, how can we automate email going out to candidate if one of the 3 fields are 30 days or less before expiry? All available workflow triggers are update/create/delete based but I want this to be independent of any activity on candidates profile. Is it
        • Display CRM account field on Zoho Desk Ticket

          I have linked a custom CRM Account field for "Customer Care Lead Advisor" with Zoho Desk Accounts. I know the data has synced correctly as I am using this field for some automations based on this lead advisor field. When viewing a ticket that is linked
        • Announcing Early Access to "Zoho CRM for Everyone" — A new and exciting update to Zoho CRM

          We are delighted to announce an Early Access to Zoho CRM for Everyone— a truly democratic approach to managing a CRM, gift-wrapped in an exciting and intuitive user interface. Here, multiple teams across an organization can coordinate among each other
        • Function #35: Close all tasks associated with a lead and create a new task.

          Welcome back everyone! Last week, we learnt how to close all tasks of a deal depending upon the deal stage. This week, let's look at a custom function that lets you close all of the tasks associated with a lead while simultaneously creating a new task, like when you need to halt all progress towards a lead while the lead is not available at the moment but create a reminder task. Business scenario: The success of a company, in one way or another, is determined by the leads it gets. Each lead is just
        • Tables for Europe Datacenter customers?

          It's been over a year now for the launch of Zoho Tables - and still not available für EU DC customers. When will it be available?
        • Exchange Rate Updates

          Hi, It would be great that when you work with multiple currencies, the exchange rate updates automagically every day (as seen on Zoho Books) or at least that when you create/update an opportunity the exchange rate could be manually updated, or maybe both!
        • Feature Request - Approval Processes

          Hi Team, I think it would be really valuable to add the approval process feature like what is currently available in the CRM. The problem with the current approval support is it can't be automated to send the approval to set people based on the values of fields within the tickets. Is this something that could be considered for the roadmap? Thanks, Harry
        • Zoho CRM and Books Integration

          Evening, I have started the integration with FSM from CRM and having difficulties with the mapping. In CRM we use "Unit Price" as our cost price and mark this up on a subform to create a "Sell Price" this markup can be different on each quote depending
        • Check Validation Rules all fields on Quick Edit on Record Details Page

          I've added validation rules for some fields in a module — let’s say 3 out of 6 fields have rules. On the Edit Page, if any of those fields have an error, I can’t save the form — which is good. But on the Details Page, I can still quick edit other fields
        • zoho crm intergration with zoho campaign

          I  to intergrate zoho CRM with zoho campaigns https://help.zoho.com/portal/en/kb/crm/integrations/zoho/zoho-campaigns/articles/zoho-campaigns-crm-integration#Configuring_the_integration_and_setting_up_sync but in step1, when i click to zoho campaigns,
        • Allow reconciliation for bank acct with no transactions for month

          Is there a way to allow a bank reconciliation to take place when there are no transactions for the month? I am unable to create a reconciliation for the month because there are no transactions to select. I want to be able to attach the bank statement
        • How can I bulk import product images to Zoho crm.

          How can I import product images to Zoho crm within bulk imports. I am using an excel sheet or csv and want to include an image (via URL) for each product. This topic is the closest I have found to a solution but I need further help to implement it: https://help.zoho.com/portal/en/community/topic/import-file-upload-and-image
        • Canvas Flex Box containers should not require a width/height.

          Flexbox containers are often used as organizational concepts, to ease re-flow on mobile etc. - I cannot use % for flexbox W or H - I cannot omit W or H This means that the content cannot dictate, and a Flexbox container cannot be used merely as an organizational
        • Currency fields and decimal places in CRM email templates

          Hi, How do I get more than the standard 2 decimal places showing in a Currency field, on an email template? In the Layout for my Currency field, it is set to 6 decimal places. I want to show up to 6 places in the email template (unrounded). See attached
        • Dial Charts in Analytics using field values for colored ranges

          Hey all! It would be supremely helpful if we could use field values for ranges in Analytics for dial charts. We currently display an analytics report to our sales team showing how close they are to reaching the next tier for commission payouts. We update
        • Zoho Cliq 4.0: Zoho Cliq Android TV application

          Zoho Cliq is a powerful communication and collaboration platform that allows teams to stay connected and get work done from anywhere, at any time. One of the latest additions to its suite of tools is the Zoho Cliq android TV app, designed to make it easier
        • Filter a report for a specific bank and a specific transaction type (interest income)

          I am trying to run a report - any report - on a specific bank account for the interest income. I do not see it as an option. I can see the Bank Account under Account in the Filters, and I can see the Interest Income under Account in the Filters But I
        • Company with ZohoOne, notebook ask to upgrade to collaborate in notecards.

          Hello, we as a company have ZohoOne as our Zoho choice, but Zoho Notebook asks us to upgrade in order to collaborate in notecards, is this correct? Acording to what I've read in Zoho Notebook help, it should be included in ZohoOne, can you please clarify
        • Show Zoho Books Retainer Invoice in Zoho CRM

          Hi Support, How can I get Retainer Invoices created in Zoho Books to show in Zoho CRM? If a sales person needs to collect an upfront deposit, they should be able to see that the retainer invoice has been created and paid. Thanks, Ashley
        • Outgoing blocked again.

          Hi Dear, My outgoing mails are blocked again. I am just using it as normal business emails going in and out. Could you please help fix the problem? I am happy to support where I can do to make it work properly. Thank you very much. Aurora
        • Restrict card movement in Kanban View

          Hello everyone, I’m wondering if there’s a way to prevent users from moving Deal cards in the Kanban view when grouped by Stage. On the Deal details page, I’ve implemented several validations to ensure users cannot change stages until all conditions,
        • Missing "Created_Time" Field in Zoho CRM API Search Results

          Hello, I've noticed that the "Created Time" field is visible in the Zoho Canvas view for my Accounts Module. However, I'm unable to retrieve this field's value via the Zoho CRM API. Specifically, when using the /search endpoint for the Accounts module,
        • How can I switch from inches to centimeters?

          Hey Zoho-Team, I tried to switch to another measuring unit. Inches are not used in Europe, but i couldn't find an option to use metric units. How can I switch the ruler, tabstops, positions of elements and everything else to the metric system? Thank
        • In India is Zoho Free plan restricted to companies with turnover less than Rs. 25,00,000/= ?

          Dear Team, In India is Zoho Free plan restricted to companies with turnover less than Rs. 25,00,000/= ? If not, what are the restrictions. Thank you, Anup
        • Zoho Creator Mobile app no Default Workspace

          When I use the Zoho Creator mobile app I do not get a default workspace. This is occurring for me and another new user. I believe this is an issue with Zoho One / Zoho Creator. I have tried working with support and it's been over a week of no solution
        • Zoho Voice VS in Zoho CRM for logging calls

          I don't understand the differences between logging calls in Zoho Voice VS in Zoho CRM. Why the 2 separate platforms? Seems confusing
        • Assistance Required for Zoho Bulk Import Error

          Hi, I am currently attempting a bulk import in Zoho with a small batch of records to test if the import will be successful. However, despite matching all fields correctly, I continue to encounter the following error: "Not a standard user: Prospect Owner."
        • Next Page