Fourth Insight - The power of Multi-Layouts

Fourth Insight - The power of Multi-Layouts

The Wheels of Ticketing - Desk Stories

The power of Multi-Layouts




QuoteIn the previous insights, we have established that layouts are the foundation for a ticketing system, and fields are the building blocks for the same system.


Fundamentals of layouts

Fields play a crucial role in helping customers and agents collect valuable end-user information to understand their concerns better. Organizations must prioritise collecting accurate data in the right format to ensure efficiency. It's essential to avoid overwhelming end users with unnecessary or confusing fields; clarity is key. Additionally, the layout of these fields should be thoughtfully classified based on the data collected from end users to provide a more intuitive and user-friendly experience.

Understanding multi-layouts

Using multiple layouts in a help desk environment can significantly enhance the customer experience and streamline support processes. 

For instance, let’s take a telecommunication service provider that offers both postpaid and prepaid options. These two services cater to distinct user needs and provide varied features. Imagine an end-user needing to raise a support ticket specifically for a postpaid service. Instead of relying on a single generic form encompassing both service types, the organization can enhance user experience by developing two tailored layouts: one dedicated to postpaid and another to prepaid services. 

This approach involves choosing the right fields to align with each service and streamlining the ticket submission process. Doing so significantly reduces data clutter, allowing the end-user to navigate the forms easily and provide the necessary information to receive adequate and timely support for their queries.

Multi-layout best practices


For a ticketing help desk system to support multiple layouts effectively, consider the following:

  • Modular design: Streamline your ticket submission process into multiple services according to your business. Each service can be created as a layout. If there are common details between services, build this interface with reusable fields.
  • Role-based preset: To simplify onboarding, pre-configure layouts connected to agent roles according to the solutions they provide to customers.
  • Customisation engine: To ensure accurate information and help agents with all required information, include widgets using extensions and proper recommendations using tooltips.
  • Responsive data integration: To avoid ticket creation latency, ensure only the required fields are added to the layout. Using layout rules, you can also make the design responsive based on the input.
  • Performance optimisation: Validate the data given in the layout fields using validation rules to minimise the agent's load time on incorrect data.
  • Accessibility: Design layouts with keyboard navigation, screen reader support, and high-contrast options to accommodate all users.
These best practices can help your organization apply multiple layouts in your ticketing help desk system to accommodate diverse agent workflows, improve efficiency, and raise customer satisfaction levels.

A story for better understanding

Streamlining Support with Multiple Layouts

This narrative illustrates how multi-layouts improve efficiency, adaptability, and the overall experience for agents managing customer support tickets.


At Help Point Innovations, a rapidly growing SaaS company, the customer support team faced challenges managing an overwhelming influx of tickets. While their help desk system was operational, it lacked flexibility and only provided a uniform ticket view, frustrating agents. Simple inquiries were often lost amid more complex technical problems, causing agents to spend unnecessary time navigating multiple tabs to locate information. This led to declining morale and increasing response times.


Enter Chandler, the new support operations manager, tasked with turning things around. He collaborated with the operations team to implement a new ticketing help desk system that supported multiple layouts tailored to different agent needs. 

The Standard Layout – The All-Purpose Form 

On his first day, Chandler shadowed Mike, a level 1 support agent handling general inquiries. Mike used the standard layout, a clean, streamlined form designed for quick ticket triage:

 

  • Ticket list pane: A sortable list of open tickets with columns for ticket ID, customer name, priority, and subject. Filters let Mike focus on "New" or "High Priority" tickets.
  • Ticket details pane: Clicking a ticket displayed the customer's message, purchase history, and a chat-like thread for internal notes and replies.
  • Quick actions bar: Buttons for everyday actions like "Assign to Self," "Reply with Template," or "Escalate" were front and center.

 

Mike valued how the Standard Layout let him process simple tickets, like password resets or billing questions, in under a minute. For example, when a customer asked about a subscription refund, Mike pulled up the ticket, checked the purchase history in the details pane, and sent a pre-approved refund response using a template without leaving the screen.

 

The standard layout empowered level 1 agents to efficiently handle high-volume, straightforward tickets, reducing average response time by 30%.

The Tech Layout – In-depth Troubleshooting 

Next, Chandler observed Lila, a Level 2 technical support specialist who tackled complex issues like API errors and software bugs. Lila switched to the technical layout, and when queries came in, she automated the tickets to move them to this layout so that they could help with in-depth analysis:

 

  • Expanded ticket details: The layout prioritized technical data, showing error logs, system diagnostics, and API call history alongside the ticket thread.
  • Integrated tools pane: A sidebar linked to debugging tools, a knowledge base, and a code snippet library for quick reference.
  • Collaboration panel: A dedicated space for real-time collaboration with developers via internal chat, with options to attach screenshots or screen recordings.


When a customer reported an API timeout issue, Lila used the technical layout to view the error log, cross-reference it with the knowledge base, and ping the dev team in the collaboration panel. She identified a rate-limiting issue, shared a workaround with the customer, and flagged the ticket for a permanent fix within 15 minutes.

 

The technical layout reduced resolution time for complex tickets by 40%, as agents had critical tools and data at their fingertips.

The Custom Layout – Personalized Productivity

Finally, Chandler met Riya, a senior agent who handled level 1 and 2 tickets. Riya had created a Custom layout to suit her unique workflow:

 

  • Hybrid ticket view: Riya combined elements of the standard and technical layouts, with a compact ticket list and a detailed technical pane for quick switches between complex and straightforward tickets.
  • Pinned widgets: She added widgets for her most-used tools, like a live chat monitor and a shortcut to her favorite response templates.
  • Colour-coded priority: Riya customized the ticket list to highlight VIP customers in red and urgent tickets in yellow.

 

When a VIP client reported a critical issue, Riya's custom layout let her spot the ticket instantly, access diagnostic data, and respond with a personalized message in record time. Thanks to her tailored setup, she could easily pivot to handling a batch of routine tickets without missing a beat.



Custom layouts boosted agent satisfaction and productivity, as veterans like Riya could work in a way that matched their expertise and preferences.

The Transformation

In just weeks, introducing the new help desk system with multiple layouts transformed Help Point's support operations. Agents became more efficient and effective, customers enjoyed prompt solutions, and the team's morale soared. One of Chandler's highlights was when he caught Mike and Lila discussing which layout was most suitable for specific scenarios, indicating that the operations team had developed multiple tailored views. These custom views enabled agents to focus on the particular requirements of each ticket, boosting productivity by reducing unnecessary clutter.

Wrapping up

The key to success? Flexibility. By offering multiple layouts, standard for speed, technical for depth, and custom for personalization, he help desk system met the diverse needs of the support team and turned disorder into a well-oiled machine.



Please stay tuned for more Desk Module stories.

 

Cheers,

 

Kavya Rao

The Zoho Desk Team




        • Recent Topics

        • Zoho Books Idea - Include another field in Bank Details for Address

          Hi Books team, Currently use the Description field in the Bank Details to store the bank's address. This works fine but it would be great if you could add another field for Bank Address, so that other notes about the bank account could be stored in the
        • Reverse payment on accidentally closed invoice.

          An invoice was closed accidentally with the full payment added. However, only partial payment was paid. How can I reopen the invoice and reverse this to update it to show partial payment?
        • a question about the COQL API v8

          When I specify eight or more values in a WHERE IN clause and execute it, an error occurs. Is there a limit to the number of values that can be specified in a WHERE IN clause? ↓Error select * FROM Vendors WHERE (id in (1, 2, 3, 4, 5, 6, 7, 8, 9)) ↓Success
        • Zoho Books Idea - Bank Details Button on Banking

          Hi Books team, Sometimes I'm asked to share bank details with a customer or a colleague. So I go to the Banking Module, find the correct bank account, click Setting > Edit, then copy and paste the bank details. Wouldn't it be great if there was a button
        • JS SDK 8.0 – TypeError: Cannot read properties of undefined (reading 'getCacheStore') with sample code

          Hello Zoho Support Team, I’m integrating the Zoho CRM JavaScript SDK v8.0 and I’m getting the error below when running your official sample. I tested directly from: https://github.com/zoho/zohocrm-javascript-sdk-8.0/blob/main/samples/create_records_sample/create_records.js
        • Function #55: Convert multiple quotes to single SO using Custom Button

          Hello everyone, and welcome back to our series! In Zoho Books, after a quote is accepted by your customer, it can be converted into a sales order or an invoice. Often, a customer might have multiple quotes, and for easier billing or upon the customer's
        • Zoho One - Syncing Merchants and Vendors Between Zoho Expense and Zoho Books

          Hi, I'm exploring the features of Zoho One under the trial subscription and have encountered an issue with syncing Merchant information between Zoho Expense and Zoho Books. While utilizing Zoho Expense to capture receipts, I noticed that when I submit
        • More controls for User Fields in CRM

          Dear All, We are here with a minor but crucial enhancement to the user fields—now set accessibility permissions to the records for user field. User field allows you to extend co-ownership of records to your peers. You can collaborate with them for certain
        • Rich Text For Notes in Zoho CRM

          Hello everyone, As you know, notes are essential for recording information and ensuring smooth communication across your records. With our latest update, you can now use Rich Text formatting to organize and structure your notes more efficiently. By using
        • Time based workflow without edit/action

          Hello I need help solving this problem if possible. We have Deals come into the CRM via Live Transfer which have the field properties: Stage = New Channel = Inbound Some of them don't get answered so we want these to automatically go into our Outbound
        • What's New - August 2025 | Zoho Backstage

          Every month, Zoho Backstage grows with you. These updates aren't just features and fixes, they're about making your workday smoother, your events more impactful, and your attendees happier. We’ve listened, learned, and shaped this release to keep things
        • Introducing notifications in the vendor portal

          Imagine this: You're a recruiter working with multiple vendors on a high-volume hiring project. You’ve just updated a job description after a last-minute change from the hiring manager. One of your vendors, however, is still working off the older version
        • prevent selling expired items

          Hello. I need to make a constraint on expired batch items not to be sold. Is it possible in Zoho Inventory? if so, then how? Thanks for further help.
        • ZOHO BOOKS - EXCESSIVELY SLOW TODAY

          Dear Zoho Books This is not the first time but it seems to be 3 times per week now that the system is extremely slow. I work on Zoho Books 95% of my day so this is very frustrating. Zoho you need to do something about this. I have had my IT guy check
        • Product details removed during update from other system

          We maintain our product details in an other system. These details are synchronized with Zoho at the end of each day, through an API. This has worked perfectly sofar. But last Monday, all product codes and some other product data have been wiped during
        • Client Customer

          I purchased a customer user license, but we cannot see the project I added in the customer account. I would like to ask for support on what we should do.
        • Add Ability to Use Zoho Finance Tags

          For Zoho Finance (Books and Inventory), the current actions do not allow us to affect the tags associated with the entities in question (customers, vendors, items, etc.). Please consider adding this functionality into the actions.
        • Embeded Signing doesn't work on Safari Browser

          We have implemented Zoho Sign in our website by using embeded signing, It works perfectly on Chrome. But it fails on Safari, We get stuck on Zoho Sign Page during redirection from Zoho Sign to our website after signing the document, Please let us know
        • Dataprep Webhook Limits and Cannot update column with Dataprep

          I have two problems : 1 - I am using Airflow to trigger my pipeline, and when I tested it, it worked fine a couple of times. However, after that, I received an error: {"code":429,"message":"Request rate limited"}. I didn’t send too many requests — maybe
        • Power of Automation :: Automatic removal of project users once the project status is changed.

          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
        • New in Zoho Forms: Google reCAPTCHA v3 for smarter spam protection

          Hello form builders, Spam submissions are one of the biggest challenges when you share your forms online. They not only clutter your data but can also waste valuable time. To help you combat this without making life harder for genuine respondents, we’re
        • Project Management Bulletin: August, 2025

          We’ve touched a grand 19 years since we started pioneering project management solutions with Zoho Projects. What started as a simple one-page interface is now a suite of products with Zoho BugTracker, Zoho Sprints, and our new debut Zoho Projects Plus,
        • Zoho Sign and Zoho Workdrive Integration

          Hello, there. I want to know if it's possible to save a signed document from Zoho Sign in an specific folder for each signer in Zoho Workdrive.  For example: If John Doe signs the document in Zoho Sign I want to save it automatically in a folder named
        • Office 365 and CRM mail integration: permission required

          Has anyone run into this weird problem? My email server is Office 365. When I try to configure Zoho CRM to use this server, a Microsoft popup window opens requesting user and password. After entering that, I get a message in the Microsoft window saying
        • Empowered Custom Views: Cross-Module Criteria Now Supported in Zoho CRM

          Hello everyone, We’re excited to introduce cross-module criteria support in custom views! Custom views provide personalized perspectives on your data and that you can save for future use. You can share these views with all users or specific individuals
        • How do you list multiple contacts for a lead?

          My sales team wants to be able to add additional contacts for leads, how do we do that? Is there a different way we should be using the lead / contact functionality? Moderation update (9th September 2025): Our developers have built an extension to achieve
        • Modifying Three Dot Menu Options

          Is there a way to modify the three dot menu options that display in a Report header? They currently display: Show As (List, Calendar, Timeline), Print, Import, Export. I'd like to remove the Show As and Print options, since they aren't applicable for
        • Elevate your CX delivery using CommandCenter 2.0: Simplified builder; seamless orchestration

          Most businesses want to create memorable customer experiences—but they often find it hard to keep them smooth, especially as they grow. To achieve a state of flow across their processes, teams often stitch together a series of automations using Workflow
        • Field Not Updating in FSM Script - Service and Parts module.

          Dear Team, I am reaching out regarding a script I have implemented in Zoho FSM to automate the calculation of the End of Service date based on the End of Sale date in the Service and Parts module. Overview of the script: Fetches the End_of_Sale__C and
        • Zadarma + Zoho CRM Integration – Missed Calls Saved as Contacts Instead of Leads

          Hello everyone, I’m looking for input from anyone with experience using the Zadarma + Zoho CRM integration. Currently, I’m seeing that missed calls are automatically being created as Contacts instead of Leads. From a CRM perspective, this doesn’t make
        • Zoho Books | Product updates | September 2025

          Hello users, We’ve rolled out new features and enhancements in Zoho Books. From PayNow payment method to applying journal credits to invoices and bills in other locations, explore the updates designed to enhance your bookkeeping experience. Integrate
        • How to update Multiple Users field in Quote Module from Deal Module

          Scenario : Deal Module having Multiple User Field (Presales Engineer) which having more than 1 User and through Deluge Script I need to get that Users Details and need to put into Multiple User Field (Presales Engineer) of Quote Module. Note: Both Module
        • Auto-sync field of lookup value

          This feature has been requested many times in the discussion Field of Lookup Announcement and this post aims to track it separately. At the moment the value of a 'field of lookup' is a snapshot but once the parent lookup field is updated the values diverge.
        • Clone a Module??

          I am giong to repurpose the Vendors module but would like to have a separate but very similar module for another group of contacts called Buyers. I have already repurposed Contacts to Sellers. Is it possible to clone (make a duplicate) module of Vendors
        • Advance PDF creation from CRM data

          I'm trying to create a PDF export of data in the CRM. My problem is I want a pretty complicated format for the data. I'm trying to export multiple modules worth of data, with nested one-to-many relationships between the modules. Along with that, I want
        • how to disable staff selection Zoho Booking integrated to SalesIQ?

          currently there is only one Consultant in my Zoho Bookings like this I integrate Zoho Bookings into Zoho SalesIQ to create a chatbot. Unfortunately, even though I only have one consultant for a consultation, the user have to pick the consultant. It will
        • How to change the text in WhatsApp Zobot integrated to Zoho Booking?

          I have integrated Zoho Bookings into Zoho SalesIQ, I want to change the text in WhatsApp when creating a booking in Zobot how to change those text?
        • how to differentiate if whatsapp comes from certain landing page?

          I create a Zobot in SalesIQ to create a Whatsapp bot to capture the lead. I have 2 landing pages, one is SEO optimized and the other want is optimized for leads comes from Google Ads. I want to know from which landing page this lead came through WhatsApp
        • YouTube Live #1: AI-powered agreement management with Zia and Zoho Sign

          Hi there! We're excited to announce Zoho Sign’s first YouTube live series, where you can catch the latest updates and interact with our Zoho Sign experts, pose questions, and discover lesser-known features. We're starting off by riding the AI wave in
        • Introducing Profile Summary: Faster Candidate Insights with Zia

          We’re excited to launch Profile Summary, a powerful new feature in Zoho Recruit that transforms how you review candidate profiles. What used to take minutes of resume scanning can now be assessed in seconds—thanks to Zia. A Quick Example Say you’re hiring
        • Next Page