Kiosk Studio Session #1: View paid customers in the same industry

Kiosk Studio Session #1: View paid customers in the same industry

NotesUpdate | 15 Oct 2024: Session #2 is now available here!

Hello everyone!

We're excited to launch our new series of posts on Kiosk Studio today. Called Kiosk Studio Sessions
, these posts will be packed with actionable ideas to help you get the most out of this feature!



The story so far

Kiosks help your CRM users get their work done faster by packing the data and actions they need into a single interface
.
We made Kiosk Studio available to the public in March 2024. New to this feature? Watch this brief intro video:



Our team is highly responsive to comments and requests on our announcement post. They'll be equally responsive to any ideas you share here. Your constant feedback has helped us ship enhancements like the following:
  • Easier retrieval of child module records
  • Addition of Kiosk to Canvas record detail pages
  • Display of Zia insights in a kiosk
  • Increased maximum limit for Kiosk creation across supported editions
  • Quicker publishing of kiosks to multiple locations from Kiosk Studio itself
  • Addition of kiosks to record detail pages
All of this has happened in the last six months, so we're just getting started!
We'd like this to be a two-way exchange of ideas, so please share your Kiosk Studio success stories and use cases with us in the comments section. We'll be sure to highlight many of them in our upcoming posts!

Let's tune into:

Session #1

Since this is the first post, we'd like to share something simple but useful. You should be able to implement this in 30 minutes or less!
Sales reps use the Deals module to track their opportunities and generate revenue for your business. To do this, they spend a lot of time on calls with customers. New customers often want to know if your product is used in their industry to gauge your expertise and reduce their perceived risk. This goes a long way in building trust and credibility with your customers.

Friction point

Sales reps can't access this useful information within a deal's record, as it doesn't contain a list of paying customers from the same industry as the new customer. To access this information, the sales rep has to:
  • Switch to a different tab and access the Accounts module, thus navigating away from the current deal record page where they need to perform tasks.
  • Filter records by the same industry as the new customer.
  • Switch back to the Deals module to continue the conversation with the new customer.

How users access the information they need without kiosks

Doing this once may be a minor annoyance. Doing it multiple times per day will grate the nerves of even seasoned reps. They'd rather be pitching offers and sharing valuable information with customers instead of spending all their time searching for details and navigating through the CRM.

Simplify with a kiosk (<30 minutes)

Create a kiosk that retrieves this data for your sales reps. Simplifying the information retrieval process frees up time for what matters most: connecting with and selling to customers.

How users access the same information within the record itself using a kiosk
Please note that we've added a picklist in the Accounts module to denote whether that account is using a paid edition of our product or the free edition.

In the Kiosk Studio, you can:
  • Set the CurrentRecord's module as Deals.

  • Add a screen to show the details related to the account associated with that deal.

    Within that screen, use a GetRecords component to list important details of the account linked to that deal. This enables your sales rep to confirm the industry with the customer before proceeding.

  • Sometimes, the industry field may be unfilled. Even if it is filled, there might not be any paid customers in that industry. To make sure we show the sales rep the right screen, we can use a decision component.

  • Within the decision component, add a new GetRecords component that retrieves accounts who are paid customers in the same industry.

  • Add a path (named "Yes") if paid customers are present and add a screen to display the list of paid customers.
  • Add a path (named "No") if paid customers are not present. Add a screen to notify your sales rep and educate them on how to handle this.
  • For the default path, add a screen saying that the kiosk did not work as expected and ask the sales rep to continue the conversation by highlighting other aspects of your product.
  • Publish the kiosk!

Where do I place this kiosk?

You can place your kiosk in multiple locations, as seen in the screenshot below:

We have two options that are suitable for this use case:


Associate your kiosk with a custom button to access information when needed.
You can add a custom button to the deal's record detail page and associate this kiosk to it to reduce the clutter on the record detail page. When necessary, your sales reps can access this information with the click of a button.



Add your kiosk to the record detail page itself for immediate visibility.
If this is a frequently asked question, you can consider adding it directly to the deal's record detail page. You can eliminate a click by placing your kiosk here, but this will take up valuable screen space. Consider the importance of this information and how frequently it is accessed by your sales reps. Then, you can decide where the kiosk needs to be placed.

Next steps

Try implementing this kiosk for your sales reps and see if it helps them. You can tweak and extend this kiosk based on their feedback. We haven't added actions to this kiosk, as it's for viewing data. You can try adding actions to this kiosk in a sandbox environment and test it out. If useful, you can deploy it to the production environment.

Last note

  • Share your Kiosk Studio success stories and use cases in the comments. We may feature them in future posts!
  • You can create up to 25 kiosks with the Enterprise edition or Zoho One bundle. If you're using CRM Plus or the Ultimate edition, you can have up to 50 kiosks. If you're on one of these supported editions, we encourage you to explore this feature to leverage your subscription fully.
  • We look forward to your comments, concerns, and ideas!

Coming up next

Kiosk Studio Session #2: A kiosk that lets your SDRs run through a call script and update lead details without opening a single lead record!
NotesUpdate | 15 Oct 2024: Session #2 is now available here!

Resources

      • Recent Topics

      • Introducing Bin Locations In Zoho Inventory

        Hello users, We are excited to let you know that your wait for the Bin Locations feature has now come to an end! Yes, you heard us right! We are here to introduce the much-awaited Bin Locations now in Zoho Inventory. But before we dive into the feature
      • How to send mail with js SDK

        Hell o I'm using https://live.zwidgets.com/js-sdk/1.2/ZohoEmbededAppSDK.min.js, for my widget in CRM (built with sigma) Is it possible to send email from js file, I try ti use that ZOHO.CRM.API.sendMail({ "Entity": "Accounts", "RecordID": sharedVariableEntityId,
      • Cannot add Zoho Forms link to LinkedIn

        Hello, We have encountered a problem where we are unable to share a Zoho Forms link on LinkedIn. This is what we got from LinkedIN, but we have not heard back from Zoho Support as yet, and we are meanwhile stuck... "It seems the URL does not scrape the
      • Feature request - pin or flag note

        Hi, It would be great if you could either pin or flag one or more notes so that they remain visible when there are a bunch of notes and some get hidden in the list. Sometimes you are looking for a particular name that gets lost in a bunch of less important
      • i keep see there is a connetion issue connecting 3rd party api on zoho when using zia

        hi there , i have set up open ai api to zoho zia (copied and pasted to zoho zia) but I keep getting notificaiton "there is a connetion issue connecting 3rd party api on zoho" when using zia on top when click zia and try to type in word there
      • SendMail in CRM Deluge function rejects a validated email address

        In a CRM Deluge function, the email address is considered invalid. Is there another method by which it can be validated? It's unacceptable in my current situation to use either the zoho.loginuserid or adminuserid as the From address.
      • how do i remove a specific Zoho Service from my account

        I no longer need Zoho CRM, ZRM Assist nor ZRM BugTracker. How do I remove them from the list of apps for my account?
      • Link project tasks to tasks in CRM and/or other modules.

        Hello, I have created and configured a project in Zoho Projects with a set of tasks. I would now like to link these tasks (I imagine according to the ID of each one) to actions in the CRM: meetings, tasks, analytics). The aim is to link project tasks
      • 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.
      • Build custom AI solutions with Catalyst’s QuickML capabilities in CRM

        Hello everyone, We’re thrilled to announce an improvement for our Zoho CRM Enterprise users: the ability to create custom AI solutions using Catalyst’s QuickML directly from Zoho CRM. As you may already know, Zia, Zoho CRM’s AI-powered assistant, offers
      • Unveiling Cadences: Redefining CRM interactions with automated sequential follow-ups

        Last modified on 01/04/2024: Cadences is now available for all Zoho CRM users in all data centres (DCs). Note that it was previously an early access feature, available only upon request, and was also known as Cadences Studio. As of April 1, 2024, it's
      • Pay Contractor Timesheets

        I have contractors that fill out a timesheet. Each hour must be assigned to a current client. I need the easiest way to get the contracts paid. They are paid on an hourly bases. How can this be done?
      • Inventory Valuation Method Feature

        Zoho added another feature so called Inventory Valuation Method of each Item. This is actually good to see and it will benefit us so much but I have a question on this. For Existing Items that already have transactions, Zoho made it a default and assumed
      • Set up slack alert based on a field changing from one option to any other

        Hi, I'm trying to set-up a workflow to send a slack alert if a field changes from one option to any other. I've set-up a workflow to trigger on Edit and when a specific field gets modified but the only option I have 'is modified to' when really it should
      • Better UI more user friendly

        Hello everyone, I think all finance apps, especially Zoho Books, would benefit from the following suggestions/ notes: 1. Grouping Fields in Zoho Books: Unlike Zoho CRM, Zoho Books does not seem to have an option to create sections or group fields. This
      • Chronicles of 2024: The Year in Retrospect

        As we close out 2024, let’s take a moment to highlight the new features and updates that have enhanced Zoho Invoice in 2024. Among the exciting enhancements, we have launched a new AI-powered chatbot designed to assist you in understanding the app's features
      • Power of Automation :: Automatically archive your inactive Projects

        Hello Everyone, 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
      • 554 5.1.8 Email Outgoing Blocked

        HELP!!!!! My e-mail marymariya@zoho.com is blocked. Error: 554 5.1.8 Email Outgoing Blocked The third day I am writing to the forum, but zohosupport is not responding. Why? What is the problem? I ask to help solve the problem, because I can not communicate with my customer base.
      • Zoho Inventory: Rewinding 2024

      • Custom Modules Now available for Standard and Professional Editions with Expanded Limits across all editions

        #CRM25Q1 Hello Everyone, We are here with an exciting update to Custom Modules in Zoho CRM. Custom modules will now be available to Standard and Professional Edition users, with expanded support across all editions. The standard modules offered in Zoho
      • Assistance with Custom Attendance Report in Zoho People

        Hi, I created a custom report in Zoho People 5.0 to track employee attendance according to our specific needs, as the existing reports do not include all the required details. However, I’ve noticed that the report doesn’t update continuously or on a daily
      • Zoho analyticsでのタブを跨いだ集計

        Zoho analyticsまたはCRMレポートなどを用いて、 見込み客タブと商談タブで共通するユニークキー(リード管理番号)を軸に、「共通選択リスト」で設定した項目別の集計を行うことは可能でしょうか? ・要望 ①リード管理番号をキーに、見込み客テーブルと商談テーブルを結合したRAWデータを作成したい ②具体的には下記表のように「共通選択リスト」項目(サービス)別のマーケ数値を一表にしたい  ※リード=見込み客タブ 商談・成約=商談タブ      リード数 商談数 成約数 サービスA   10   5   2
      • Key Highlights of 2024: Recalling a Year of Progress and Advancements!

        As we step into 2025, we’re excited to share the progress and developments we’ve made to simplify and streamline your travel and expense management in the past year. Let’s take a look back at some of the key updates and enhancements that have helped us
      • How to refresh the page by widget in related list?

        Hello, ZOHO.CRM.UI.Popup.closeReload method does the thing I need. But in my case, I'm not using popup. I have a widget in related list and I want to refresh the page when I'm done with it. I searched for it but I wasn't able to find it. Is there an any
      • your phone line in the uk doesnt work i need help now

        i need to speak with customer service urgently
      • Top Menu Disappeared from Blog Page

        Hi, Our top menu disappeared at Blog Posts page. However, it's still visible any other page on the website. I attached two screenshots, so it can be understood clearly. How can we bring back top menu? Thanks, K.
      • Missing phone numbers

        yesterday I have noticed that most contacts' phone numbers are missing. At first I thought it is a synchronisation problem with my Android phone but as I have found later, numbers are missing on Zoho. I have tried to reimport contacts from a backup but
      • Customise 404 page in Zoho Sites 2.0

        Is it possible to customise the 404 page in Zoho Sites 2? You use to create a new 404 page and that became the default 404 page, but this does not seem to work anymore? Any pointers/suggestions/support appreciated :)
      • [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
      • 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.
      • Workflow sync between zoho books and zoho inventory

        Hello, While the custom fields, validation rules and even custom buttons are sync'd between zoho books and zoho inventory, the workflow rules do not. Not sure if this is an intentional purpose of zoho team for some good reason or if it's in the development
      • HOW TO USE ZOHO

        IDK
      • Item sales account via api

        Hey everyone, I’m making an invoice using the create invoice endpoint on the api. Is it possible to set a sales account in the line_items attributes?
      • Zoho Please change your ways

        I started using Your new Zoho bookings in earnest 3 days ago. What a mistake.  Once again, everything is backwards and upside down.  I had to spend 5 hours testing how the thing works in order for me to understand how to acutally use it.  When i started using google calendar years ago.  it took seconds to figure out how it works. Why is that. bc they put everything in places where it makes sense.  Today, I needed to add an appointment as well as a time off.  Stupid me i added the time off first,
      • Make a ticket visible in the Community

        Hi there, It is possible to have a conversation with a customer via a ticket and eventually the proposed solution isn't possible yet. Therefore you want to add it as an idea in the Community, available and open to everyone that is in the community, so
      • How to Enforce Mandatory Fields (Category/Sub-category) Before Closing a Ticket?

        Hi, I'm currently using Zoho Desk and encountering an issue where agents are able to close tickets without filling out mandatory fields, specifically Category and Sub-category. I’ve already set them both as a mandatory field, but it can still be bypassed
      • Zoho email folders gone

        Hi, All my email folders are gone, i cant found any email, except sent. Also before folder rulesas was changed and i didnt fixed them, could you please check it?
      • Pause/Resume Subscrtiption API

        I don't see the option to Pause/Resume a subscription using the API, is it in the pipeline?
      • Update Department on Ticket (with applied Blueprint)

        Hello, Is it possible to update the Department of a ticket which is dictated by a blueprint, e.g. I would like to change departments at different states in the Blueprint. I do not see this is an option in workflow rules or blueprint transition actions,
      • ERROR_CODE :554, ERROR_CODE :rejected due to spam

        Please verify bounce message: This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. xxx@thalesesec.com Error, ERROR_CODE :554, ERROR_CODE
      • Next Page