Seventh Insight - Organize your data using Modules

Seventh Insight - Organize your data using Modules

The Wheels of Ticketing - Desk Stories

Organize your data using Modules


What are Modules?

Modules in Zoho Desk are powerful organizational tools that facilitate efficient help desk operations. There are eight standard modules, each designed to manage a specific aspect of customer support. These modules allow businesses to align the user interface with their help desk processes and provide a tailored experience for support agents and customers.

The customization of module settings enables teams to adjust the system based on their unique workflows and requirements. This flexibility ensures that the support system is not only practical but also aligned with the organization's specific goals. 

However, it is essential to note that only users with administrator privileges have the authority to perform these customizations. This ensures that the system's integrity is maintained and modifications are made thoughtfully to support effective customer service operations.

What are Custom Modules?

Modules in Zoho Desk are specialised to hold different types of information related to customer service. For instance, the Tickets module is dedicated to managing customer inquiries, requests, and issues, while the Contacts module gathers and organizes detailed customer information to facilitate personalized interactions.

Given the unique demands of customer support in different industries, it's crucial to have the flexibility to customize these modules. In the health and wellness sector, for example, relevant modules might be tailored to specific stakeholders or assets, such as hospitals, doctors, ambulances, and medications. In contrast, the travel and tourism industry might benefit from modules dedicated to packages, destinations, travel vendors, and bookings.

Zoho Desk enables users to create custom modules tailored to their specific business prerequisites. This customization can be further enhanced by adding custom fields that capture unique data points, implementing data validation to ensure accuracy, and creating field dependencies that conditionally display specific fields based on user selections. 

Organizing data into sections can also significantly enhance the usability of forms, providing a more intuitive experience. This level of adaptability enables every business to optimize its customer service processes for increased efficiency and customer satisfaction.
Info
Managing access to Custom Modules 
Whenever you create a module, the option to define module permissions is available, which allows you to select specific users or roles. Additionally, data sharing is also available for custom modules. If a module is designated as private in data sharing, agents assigned to that particular role will only have access to records owned by them or agents with subordinate roles. 

Working with Modules

Organizing modules 

Organizations can display only the relevant modules and hide the unnecessary ones. The hidden modules will not be shown to your users, irrespective of their profiles. You can also drag and drop modules to change the order in which they are displayed in the menu bar.

Renaming modules

The Zoho Desk system allows module names to be renamed according to industry-specific terminologies. For instance, an e-commerce business might rename the “Knowledge Base” module “FAQ.” Only users with administrator privileges can change module names. 

Unveiling the Desk Modules

When teams implement Zoho Desk, it's important to review each module, understand their functions, and configure the right mix of standard and custom modules to deliver practical support to customers.

Tickets module

The Tickets module in Zoho Desk is designed to organize and present relevant information about support tickets within the help desk system. It enables users to link tickets with other standard modules, providing a detailed overview of ticket activities, outstanding tasks, associated files, solutions, and other relevant information. This module acts as a central point for managing and retrieving all necessary details related to customer support requests, which enhances the support workflow for agents and accelerates response times for customer inquiries.

Accounts module

The Accounts module helps organize tickets and contracts by company to manage support effectively at the organizational level. You can associate an account with specific contacts (individuals) to ensure they receive the agreed-upon service level whenever they submit support tickets through one of the many channels enabled in Zoho Desk.

Contracts module

Most service providers establish a formal agreement with their customers that details the specific types of services to be provided and other requirements, such as response times. This not only sets clear expectations for both parties but also promotes a sense of trust and accountability. The Contracts module makes it easy for support teams to ensure compliance with these agreements and deliver the agreed-upon service levels.

Custom modules

Organizations with unique needs may want to implement additional capabilities not found in the standard modules. In this case, custom modules are invaluable for tailoring solutions that align perfectly with how a company does business. For example, generic modules such as "Customers," "Products," or "FAQs" may not be effective in serving the education sector. Instead, educational institutions can develop bespoke modules, such as "Students," "Teachers," and "Admissions," which directly correspond to their audience and operational needs.

Custom modules can seamlessly integrate with core Desk modules through the use of lookup fields, which makes them much more than stand-alone components. Beyond that, custom modules bring a multitude of benefits, including tailored field customization, automated workflows, and the ability to establish precise access controls to enhance overall operational efficiency and user experience.

Knowledge Base module

The Knowledge Base (KB) module is a self-serve online library of information that enables your customers to access solution articles for addressing various product or service-related queries. Agents can create articles related to your product or service and organize them under custom sections for easy access. 

Dashboard module

Finally, we have the Dashboard module. It serves as a centralized interface that provides users with an overview of key metrics, activities, and performance indicators related to support tickets and customer interactions. 

As teams adopt these modules, they often find many ways to improve their customer support experience, such as using custom fields in their Custom Modules. This allows users to add fields that capture specific information to make their service even more personalized.

Conclusion

A well-structured support system makes a world of difference in customer service. The modules not only simplify workflows but also help teams deliver exceptional service to every customer. Support teams that implement Zoho Desk can transform their customer interactions, resulting in quicker resolutions, more efficient management, and satisfied customers who feel valued by their providers.

 

Please stay tuned for more Desk Module stories.

 

Cheers,

 

Kavya Rao

The Zoho Desk Team


    • Recent Topics

    • 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
    • Allow syncing Activities from other applications

      Marketing Automation could be a much more powerful platform if you were able to sync activities into the platform (e.g. purchase, donation, etc) outside of a user doing something on your website. I'd love it if you could sync Custom CRM Modules as activities,
    • Create static subforms in Zoho CRM: streamline data entry with pre-defined values

      Last modified on (9 July, 2025): This feature was available in early access and is currently being rolled out to customers in phases. Currently available for users in the the AU, CA, and SA DCs. It will be enabled for the remaining DCs in the next couple
    • Global Sets for Multi-Select pick lists

      When is this feature coming to Zoho CRM? It would be very useful now we have got used to having it for the normal pick lists.
    • Integración Books para cumplir la ley Crea y Crece y Ley Antifraude (VeriFactu)

      Hola: En principio, en julio de 2025, entra en vigor la ley Crea y Crece y Ley Antifraude (VeriFactu). ¿Sabéis si Zoho va a cumplir con la ley para cumplir con la facturación electrónica conectada a Hacienda? Gracias
    • Ask the Experts #1

      Hello everyone! It’s time to transform how you manage projects. Define the processes. Automate the tasks. Streamline the workflows. Let us dive into automation in Zoho Projects — from configuring workflows and custom functions to building triggers, using
    • How to overcome Zoho Deluge's time limit?

      I have built a function according to the following scheme: pages = {1,2,3,4,5,6,7,8,9,10}; for each page in pages { entriesPerPage = zoho.crm.getRecords("Accounts",page,200); for each entry in entriesPerPage { … } } Unfortunately, we have too many entries
    • Checking if Creator has Change History

      Like zForms - whenever an entry was updated there's an option to attached change history to email notif. Trigger -> Successful form submission
    • how to use validation rules in subform

      Is it possible to use validation rules for subforms? I tried the following code: entityMap = crmAPIRequest.toMap().get("record"); sum = 0; direct_billing = entityMap.get("direct_billing_details"); response = Map(); for each i in direct_billing { if(i.get("type")
    • Adding contact role to a specific deal js sdk malfunctioning

      i was trying to add the contact role to a specific deal contact but repeatedly i am getting this error: { "code": "SUCCESS", "details": { "statusMessage": { "code": "INVALID_DATA", "details": { "expected_data_type": "jsonobject" }, "message": "body",
    • Q3 Updates from Bigin!

      Hey Biginners, Hope you’re doing great! As we approach the end of 2025, we truly hope Bigin has been a part of helping you build your dream business this year! We've been busy working behind the scenes to bring you features that make running your business
    • New Series Announcement - Ecommerce Marketing Tips

      Running an online business is more than just having a website. It’s about getting the right customers to discover you, trust you, and keep coming back. To support your growth journey, we’re launching a weekly Marketing Tips series right here on Zoho Commerce
    • Client Script | Update - Introducing Subform Events and Actions

      Are you making the most of your subforms in Zoho CRM? Do you wish you could automate subform interactions and enhance user experience effortlessly? What if you had Client APIs and events specifically designed for subforms? We are thrilled to introduce
    • {"errors":[{"id":"500","title":"Servlet execution threw an exception"}]}

      Here's the call to move a file to trash. The resource_id is accurate and the file is present. header = Map(); header.put("Accept","application/vnd.api+json"); data = Map(); data_param1 = Map(); att_param1 = Map(); att_param1.put("status",51); data_param1.put("attributes",att_param1);
    • Converting Sales Order to Invoice via API; Problem with decimal places tax

      We are having problems converting a Sales Order to an Invoice via API Call. The cause of the issue is, that the Tax value in a Sales Order is sometimes calculated with up to 16 decimal places (e.g. 0.8730000000000001). The max decimal places allowed in
    • Zoho Canvas - Custom templates for related lists

      Hi, I see that the example pages load always one of our related lists in a custom template, but I dont know how to work with that:  1) How can i make my own custom templates for related lists?  2) Where and how can i check out existing custom templates?
    • Kaizen #147 - Frequently Asked Questions on Zoho CRM Widgets

      Heya! It's Kaizen time again, folks! This week, we aim to address common queries about Zoho CRM Widgets through frequently asked questions from our developer forum. Take a quick glance at these FAQs and learn from your peers' inquiries. 1. Where can I
    • open word file in zoho writer desktop version

      "How can I open a Microsoft Word (.doc or .docx) file in Zoho Writer if I only have the file saved on my computer and Zoho Writer doesn't appear as an option when I try 'Open with'? Is there a way to directly open the .doc file in Zoho Writer?"
    • Zoho PDF editor has a lot of issues.

      Zoho PDF editor needs a lot of work. It hangs and glitches a lot. Deletes annotations and clearings randomly.
    • Zohom mail

      Plz resolve the problem . I hope u understand .
    • Zoho sheet desktop version

      Hi Zoho team Where can I access desktop version of zoho sheets? It is important as web version is slow and requires one to be online all the time to do even basic work. If it is available, please guide me to the same.
    • ZOHO SHEETS

      Where can I access desktop version of zoho sheets? It is important to do basic work If it is available, please guide me to the same
    • Zoho Books - France

      L’équipe de Zoho France reçoit régulièrement des questions sur la conformité de ses applications de finances (Zoho Books/ Zoho Invoice) pour le marché français. Voici quelques points pour clarifier la question : Zoho Books est un logiciel de comptabilité
    • Using Zoho Flow to create sales orders from won deal in Zoho CRM

      Hi there, We are using Zoho Flow to create sales orders automatically when a deal is won in Zoho CRM. However, the sales order requires "Product Details" to be passed in "jsonobject", and is resulting in this error: Zoho CRM says "Invalid input for invalid
    • Is Zoho Sheet available for Linux ?

      Is Zoho Sheet available for Linux ?
    • Zoho pdf suit

      Pl. design products with following feature: 1. Please add all features given in Ilovepdf website to work on pdf files. It is mandatory to use pdf in court work. 2. Courts have prescribed New Times Roman, pl. add this font as well 3. Indexing, signature
    • Bharat

      a
    • 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
    • Zoho Bookings No Sync with Outlook

      Zoho Bookings appointments are showing on my Outlook Calendar but Outlook events are not showing on Zoho Bookings. How do I fix this?
    • End Date in Zoho Bookings

      When I give my appointments a 30 minutes time I would expect the software not to even show the End Time.  But it actually makes the user pick an End Time.  Did I just miss a setting?  
    • Custom confirmation message

      How can I change the message that users see after they submit the booking form? I have to confirm some details before their appointment is officially "confirmed", so I want to change it where it doesn't say their appointment is "confirmed" but rather
    • Issue showing too many consultations in my workspace link.

      Hi Team, I’ve set up two Workspaces to track meetings from different sources. So far, this has been working well, and the two Workspaces are differentiated without any issues. However, when I navigate to Consultations and share the link to my personal
    • Deluge sendmail in Zoho Desk schedule can't send email from a verified email address

      I am trying to add a scheduled action with ZDesk using a Deluge function that sends a weekly email to specific ticket client contacts I've already verified the email address for use in ZDesk, but sendmail won't allow it in its "from:" clause. I've attached
    • Addin Support in Zoho Sheet

      Is there any addin support available in zoho sheet as like google marketplace to enhance productivity by connecting with other apps, providing AI data analysis, streamlining business processes, and more?
    • Changing Corporate Structure - How Best to Adapt Current and Future Zoho Instances

      My current company is Company A LLC with a dba ("doing business as" - essentially an alias) Product Name B. Basically, Company A is the legal entity and Product Name B is what customers see, but it's all one business right now. We currently have a Zoho
    • how to add subform over sigma in the CRM

      my new module don't have any subform available any way to add this from sigma or from the crm
    • How to Install Zoho Workdrive Desktop Sync for Ubuntu?

      Hi. I am newbie to Linux / Ubuntu. I downloaded a tar.gz file from Workdrive for installing the Workdrive Desktop Sync tool. Can someone give me step by step guide on how to install this on Ubuntu? I am using Ubuntu 19.04. Regards Senthil
    • How to upload own video?

      How can you upload your own video on your zoho website? I do not want to use another host, but i want to insert my own files. how can i do this?
    • Support new line in CRM Multiline text field display in Zoho Deluge

      Hi brainstrust, We have a Zoho CRM field which is a Muti Line (Small) field. It has data in it that has a carriage return after each line: When I pull that data in via Deluge, it displays as: I'm hoping a way I can change it from: Freehand : ENABLED Chenille
    • Announcing new features in Trident for Windows (v.1.32.5.0)

      Hello Community! Trident for Windows just got better! This update includes new features designed to improve and simplify email and calendar management—and it includes a feature you’ve been waiting for. Let’s dive into what’s new! Save emails in EML or
    • Next Page