Zoho CRM Community Digest - September 2024

Zoho CRM Community Digest - September 2024



Hello Everyone,

Welcome to the September 2024 edition of the Zoho CRM Community Digest! This month, Zoho CRM has rolled out several exciting new features and enhancements to help you optimize your tasks and enhance productivity.

Let's dive in!

Product Updates:

Reports in Zoho CRM have been enhanced with a quick-view filter that allows you to apply up to five filter criteria, improving the flexibility of processed reports. Supported fields from the participating modules include Date, Date Time, Checkbox, User Lookup, Picklist, and MultiPicklist. Additionally, users can predefine filters at the preview stage to ensure the report is shared with the desired filter attributes applied, and designated color codes for picklist fields are now included. Check this announcement for a sneak peak of these changes.

Zoho CRM’s Zia Presentation now offers personalized insights and targeted distribution. This feature, accessible under Zia in Settings, allows admins to select underlying data for specific users easily, with options to carbon copy others and automate the delivery frequency, ensuring presentations are generated automatically as per set schedules. Read this post, give it a try, and see how Zia can provide valuable insights into your team’s performance!

Zoho CRM is simplifying its Feeds feature by removing functionalities with low usage. The updatedFeeds interface will no longer include viewing inactive records, viewing records you follow, and auto-follow rules (except for existing users who been using these features). However, workarounds for viewing inactive and monitoring followed records are available in this post.

Exciting news! Zoho WorkDrive now powers file storage for all new Zoho CRM signups across DCs. Connect your CRM to WorkDrive to automatically organize attachments into a dedicated folder for each record, structured as Module Name > Record Name > Attachments. Access your WorkDrive account easily through the Documents tab and manage permissions with Documents permission feature. Learn how to setup and collaborate with your team by reading this post.

The Zoho CRM integration with Zoho Creator, previously exclusive to the CRM Enterprise plan, is now available for Professional plan users! Seamlessly connect Zoho Creator with your CRM to create up to 5 custom tabs for your custom apps and 3 related lists per module to link data from custom apps with default CRM modules. For more details, check out our announcement post.

Zoho CRM has introduced organization-level controls that govern access to emails sent from within the platform. You can now manage who can access and edit emails, set organization-wide permissions to limit access to sensitive data, and control permissions for drafts and scheduled emails. Explore your organisations email settings by reading this post.

Zoho CRM Kiosk just got an upgrade! You can now add titles to your Kiosk screens, adjust their width for a better viewing experience and include three new fields—Percentage, URL, and Decimal. Use the #Merge Field function to merge data from your Kiosk screens or from your CRM data, and select values from existing data in picklist, multi-line, and checkbox fields in the create record action. Configure actions like lead conversion and scheduling directly within your Kiosk. Check out this post to discover more customization options!

Zoho CRM users in India who send notification SMS messages must comply with the new URL whitelisting mandate from TRAI (Telecommunications Regulatory Authority of India). This requirement aims to prevent misuse. Please review this post and follow the guidelines provided by your network provider to ensure compliance.

Zoho CRM has introduced a new feature for managing subforms directly on the record details page. You can add, edit, delete, filter, and sort rows without switching back and forth to the record details page. This feature is being rolled out in phases. Check out this post to learn more.

Useful Discussions:

@Ozden Uslu encountered difficulties while trying to create a new pipeline in Zoho CRM, specifically with editing fields and deleting stages. @Subhash Kumar provided assistance by explaining how to edit and delete stages in the Setup menu in this post.

Annie wanted to know how to view the enrollment properties set for a cadence in Zoho CRM. @Sunderjan shared a screenshot showing that the "Who is this for?" section displays the enrollment criteria you've set. Check out this post to find out where it's located.

@Drik needed a way to automatically remind users to review uploaded documents . @Haiku Technical Support suggested using a Deluge function or a report. This solution helps track attachments and send reminders for overdue reviews. Learn more in this post.

Functions:

@Nick was attempting to create a workflow rule to automatically close tasks associated with new deals that meet specific criteria. @Subhash Kumar stepped in with a solution using a Deluge function. This function checks tasks for specific subjects and closes them automatically, reducing manual efforts. Check this post for the code!

"Every start is difficult; you're taking important steps. Keep going, buddy!" — @Andres had this to tell @Matt Warner, who encountered challenges while trying to update contact records in CRM with the number of meetings associated with each corresponding record. 

To help him achieve this, @Hugh provided guidance on using COQL queries to retrieve events within a specific date range and extract the necessary information. @Andres then shared the correct syntax that helped resolve the error in Matt's code.
Take a look at this interesting post for the working code!

It's @Matt Warner again, whose post received insightful responses from many community members. Matt's Deluge function to validate if a lead is over 18 years old wasn't working. @Subhash provided a corrected code snippet, and other members contributed as well. Matt acknowledged his learning curve as a non-developer and appreciated the explanations. Learn with Matt in this post!

Dev's Corner:

Raantjes wanted to open a pre-filled email template with the ability to edit the content before sending it by clicking a button in the Blueprint. @Hugh and @Maadhari shared their suggestions for using Client Scripting to achieve it in this post.

@WM Yeo was using a Client Script function in Zoho CRM and wanted to extract the return value from a standalone function but faced challenges doing so. By following these steps outlined in this post, you can achieve this requirement. Check out the code snipped in this post shared by @Jeganprabhu for more details.

@Jordan Barker wanted to show a warning for specific picklist selections in Zoho CRM. @Anamika suggested using the "value" parameter of the onBeforeUpdate() function. This captures the user's new selection, rather thanthe previously saved value, thereby facilitating the warning pop-up for Jordan! Check out this post to learn about the warning based on the intended selection!

WM Yeo wanted to use Client Scripts to update calculations based on changes to any of the 94 modifiable fields in their Zoho CRM module. However, there's a limit of 30 Client Scripts per page. Hugh Marshall suggested a simpler approach that accomplishes this more efficiently, allowing the script to identify the changed field and perform the necessary calculations. Curious to know more? Check out this post.

Kaizen:

Discover how to leverage the Schema Explorer in Postman to effectively understand and interact with the Zoho CRM GraphQL API.

This post addresses a common pain point for Zoho CRM users migrating from Pipedrive. Learn how to automatically update picklist values based on closing dates using Deluge functions within workflows.

This post compiles all the frequently asked questions (FAQs) about the common functionalities, limitations, and best practices of Zoho CRM Subforms.

Discover how to build a custom button widget in Zoho CRM that simplifies mass communication. This widget allows users to send SMS notifications and pre-recorded calls to multiple leads or contacts simultaneously.

Explore Flyouts in Zoho CRM Client Script. This post explains how to use them to display widgets and highlights the key differences between Flyouts and Popups.

Thank you for taking the time to read this month's round-up. Keep tabs on the digest every month for the latest ideas and discussions. Stay tuned and engage in the forums to be featured in next month's digest. Have a wonderful month ahead!

    • Recent Topics

    • Custom API - Need to create a string return value, not only MAP

      @Support: When creating a Custom API it only allows a return from a function of MAP type. The service I'm using requires a string return, how can this be achieved?
    • Automate data upload process like reports

      I'll start with the end in mind.  I want to basically keep certain creator tables updated with data that are in a sql database/tables in our office (employees, active jobs, employee positions) so I can reference that data and not have to duplicate it by hand every time someone adds a new job or employee in the office desktop software.  Here are some thoughts I had about how to do this, but am unsure as to whether any of them are actually possible and how to go about it from there: Is there any way
    • Address Autofill

      Hi I'm having issues with the address autofill tutorial (https://zurl.co/rGXQ). I have followed each step in the tutorial, but when i paste the code into a workflow/function, i'm getting the following error code: Improper code format Correct format :
    • Sync custom module ID to Lead module

      Hello, I am trying to sync Contract ID (custom module) from Deal module. I have an existing function that whenever a contract is created, it will automatically creating deals based on the frequency of the contract. Now i am having problem to show the
    • In Kiosk, please support "File upload field" in the "Field Update" action

      Hello. Supporting "File upload field" in the "Field Update" actions would be a great addition to Kiosk Studio. I would appreciate it if you could evaluate it. Saludos,
    • can I link a contacts to multiple accounts

      can I link a contacts to multiple accounts
    • Change Last Name to not required in Leads

      I would like to upload 500 target companies as leads but I don't yet have contact people for them. Can you enable the option for me to turn this requirement off to need a Second Name? Moderation update (10-Jun-23): As we explore potential solutions for
    • 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. "
    • Zoho Creator - Zoho Analytics

      I am facing an issue in Zoho Analytics where I am still seeing deleted data from the Zoho Creator form I created. Could you please look into this and let me know what needs to be done?
    • The Social Wall: November 2024

      Hey everyone, As we move into December, we're excited to share all the updates that went live in Social during November. View, monitor, and respond to your WhatsApp and Telegram messages from Inbox Take your communication a step further by integrating
    • Launching CPQ for Zoho CRM! An in-built solution for bespoke quote management

      Hello everyone, We are thrilled to announce the public release of CPQ (Configure, Price, Quote) for Zoho CRM, which is a fundamental block in sales management. NOTE: CPQ was a public early access feature from March 2023 — January 2024. Since February
    • Add an action to set agent as a member of a team in zoho desk

      Hi, Please add an action to zoho flow to set agent as a member of a team in zoho desk (add to a team or remove from a team). Regards, Ram
    • Power of Automation :: Automatically set the dependency between Parent task and the respective sub tasks

      A custom function is a software code that can be used to automate a process and this allows you to automate a notification, call a webhook, or perform logic immediately after a workflow rule is triggered. This feature helps to automate complex tasks and
    • Registration in community

      Namaste I am from Shimla, But there is no option selection of shimla.
    • Spell Check default language

      Hello All, Is it possible to set the Spell Check default language? I can't find it in the settings. Thanks a lot! Levente
    • Function #4: Schedule Customer Statements

      Regularly sending statements to customers is an imperative part of many business processes as it helps foster strong customer relationships and provides timely guidance on payments. While you can generate the statement of accounts and have it sent over
    • Music files on Zoho Docs

      1) Uploaded a ma3 music file from Itunes.  When I click on the link, i go to the page and see a music player but it doesn't play.  Clicking on the play arrow does nothing.  How to fix???? 2) Also, when i put up a .zip file  and goto the page, anyone download it.  That's fine. But with a music file, all I get is that non functional player with no way to simply download the song. Do I have to zip every song so it can be downloaded?
    • 5名限定 課題解決型ワークショップイベント Zoho ワークアウト開催のお知らせ (12/19)

      ユーザーの皆さま、こんにちは。Zoho ユーザーコミュニティチームの藤澤です。 12月開催のZoho ワークアウトについてお知らせします。 参加登録はこちら: https://us02web.zoom.us/meeting/register/tZAqdOCrrDMtGdL3w__UraUPaZxJpeS_wcyt ━━━━━━━━━━━━━━━━━━━━━━━━ Zoho ワークアウトとは? Zoho ユーザー同士で交流しながら、サービスに関する疑問や不明点の解消を目的とした「Zoho ワークアウト」を開催します。
    • Restrict Employees Access to Zoho Support

      Dear Zoho Support Team, Greetings! I am the focal point for all Zoho-related matters in our organization, and I would like to request the following features to help us streamline and centralize our support interactions. We request that zoho one support
    • How to import timesheets or entries into a projecgt

      How can one import timesheets into a project via a csv file?
    • Automatic License Management Upon User Deactivation in Zoho One

      Dear Zoho Team, We would like to propose a feature enhancement for Zoho One regarding license management. Currently, when a user is deactivated, their license is not automatically downgraded or removed from our account. Zoho explains this behavior by
    • Shared Snippets Everyone

      Hi, Now that the Shared Snippets have been released and I think will be the most used feature implemented in 2023 :) Creating and Using Snippets in Ticket Responses - Online Help | Zoho Desk Maintain consistency in ticket responses with shared snippets
    • Introducing parent-child ticketing in Zoho Desk [Early access]

      Hello Zoho Desk users! We have introduced the parent-child ticketing system to help customer service teams ensure efficient resolution of issues involving multiple, related tickets. You can now combine repetitive and interconnected tickets into parent-child
    • How to suppress display of "USD" of currency field?

    • When is Zoho Vault getting fuzzy search?

      Seeing posts on here dating back as far as 3 years complaining about Vaults search functionality. It’s terrible. Please include fuzzy search, and sorting of results according to “most applicable”; not just alphabetically.
    • Automation#22 Track Ticket Duration at Specific Status

      Hello Everyone! Welcome back to the Community Learning Series! Today, we explore how Zylker Techfix, a gadget servicing firm, boosted productivity by tracking the time spent at a particular ticket status in Zoho Desk. Zylker Techfix customized Zoho Desk’s
    • Self-Support Portal invites

      I'm a one man operation and I'm using the free version of the Zoho Desk for now, but I am in need of help. When I do test tickets, I get a reply from the system inviting me to join the Self Service portal. I don't plan on using that, so I wonder if there
    • Lookup field in User module cannot look up to custom modules!

      Hi there, Expense has been great so far but it's sad to see that a simple thing such as allowing a lookup to custom modules from the Users module is not yet implemented. Hope to see this in the next release. Do you have any plan for that?
    • Tip #10: Automatically add tags to Zoho CRM records using form responses

      You may be using tags to filter records, create reports based on specific tags, or let your sales team to know which clients to give priority to. Don't skip tagging for the crm records added via forms. The tags can be set to be automatically captured during the form submission. How it works When you set up a configuration to push form entries into CRM, you can add a tag to them automatically. The tag value can vary based on the respondent's input (captured using form fields), or you can include a
    • Understanding response time

      We have the following set up for our SLA. When a contact first writes in, the response due and resolution due dates are set. When one of our agents responses, the response due goes away. When a ticket gets a response from the contact, it appears to reset
    • Publish multiple languages at once in Knowledge Base

      Does anyone know if it is possible to publish multiple translated articles at the same time? My knowledge base has about 35 languages, and while I have them set up to automatically translate, I still have to go in and select each language and manually
    • Canvas and Related lists

      Hi, As much as I like canvas, when adding in a asection with related lists,it doesnt mimic the same functionality as the standard view within the CRM e.g left hand panel will show the module and total number of records. Is there a way of indicating this
    • Email address ZOHO suggestions in replying - how to delete unwanted suggestions?

      Hi, I have some "unwanted" email addresses suggestions by ZOHO, and made some mistakes by replying for some tickets already. How can I clear this in ZOHO directly, I deleted all web browser history and cookies . Did not help :/ Below example, where one
    • Copy Widget to another Dashboard

      I can see the option to clone a widget to the same dashboard but is it possible to copy it to another dashboard?
    • Subform edits don't appear in parent record timeline?

      Is it possible to have subform edits (like add row/delete row) appear in the Timeline for parent records? A user can edit a record, only edit the subform, and it doesn't appear in the timeline. Is there a workaround or way that we can show when a user
    • 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 Learn vs. Trainer Central

      Hi, I'm currently using Zoho One with a WordPress-based website and WooCommerce to manage my online courses. I would like to know what is the difference between Zoho Learn and Trainer Central and if it's possible for these two platforms to replace WP
    • How to Display a Logo Image on a Public Form?

      I would like to display a logo image in the header of a form. To achieve this, I added an Add Notes field to the form. The code below works perfectly for Zoho users accessing the form. However, when the form is made public, the image does not load properly:
    • Creating a Zoho Online Meeting in a Blueprint

      We are looking for an easy solution to schedule online meetings in a blueprint and ran into the same problem discussed in this topic: https://help.zoho.com/portal/en/community/topic/custom-function-to-set-meeting-to-online-meeting (After connecting Zoho
    • Enabling 'From Number' and 'To Number' fields in the Calls module

      Hello everyone, We've added "To Number" and "From Number" fields in the Calls module as part of our latest update to provide users with the option to enable or disable them through the Calls Preferences tab. When enabled, these fields will be displayed
    • Next Page