Application Architecture in Zoho Creator: Why You Should Think About It from the Start

Application Architecture in Zoho Creator: Why You Should Think About It from the Start

Many companies begin using Zoho Creator by building simple forms to automate internal processes.

This is natural — the platform is extremely accessible and allows applications to be built very quickly.

The challenge begins to appear when the application starts to grow.

Over time, issues such as the following start to emerge:

  • difficulty in maintaining the system

  • performance degradation

  • data duplication

  • complex and hard-to-understand workflows

  • dependencies that break the system when changes are made

And then an important question arises:

Why does this happen?

The answer is simple: a lack of architectural planning from the beginning of the project.

Every application starts small.
But just like business processes evolve, applications evolve as well.

A system that initially automates a single process may eventually:

  • integrate multiple departments

  • support dozens of workflows

  • execute hundreds or thousands of functions

  • become responsible for a large part of the company's operations

When architecture is not considered from the start, application growth often leads to rework, complexity, and sometimes even the need to rebuild the system from scratch.

Throughout several projects where I developed enterprise automation solutions using Zoho Creator, I realised that many problems could be avoided by applying a few architectural best practices.

Below are some techniques that help ensure scalability, performance, governance, and maintainability.


Common Mistakes in Zoho Creator Projects

Certain patterns frequently appear in applications that have grown without architectural planning.

Some of the most common issues include:

  • A single massive app containing the entire system

  • Business logic scattered across multiple workflows

  • Data duplication

  • Large and complex subforms

  • Lack of separation between applications

  • Direct integrations without a service layer

These problems typically arise because the application was built focusing only on immediate functionality, rather than on the system architecture.


1. Modular Architecture

One of the most important strategies is to divide the system into business domains.

Instead of creating a single monolithic application, the system can be organised into independent modules.

Example structure:

Core App

  • Master data

  • Customers

  • Users

  • Companies

Sales

  • Opportunities

  • Proposals

  • Pipeline

Operations

  • Service execution

  • Operational management

Portal

  • Customer interface

  • Service tracking

Benefits

  • Clear separation of responsibilities

  • Easier maintenance

  • Reduced impact of changes

  • Reusability across applications

This approach is similar to concepts used in Domain Driven Design (DDD).


2. Event-Driven Architecture

Another common mistake is executing all logic within a single workflow.

A better approach is to use events to decouple processes.

Example:

Event: Customer Created

From this event, multiple actions can be triggered:

  • create account in Zoho CRM

  • create folder in Zoho WorkDrive

  • send welcome email

  • create supporting records

Benefits

  • process decoupling

  • greater scalability

  • easier maintenance

  • reduced impact of future changes


3. Normalised Data Model

A well-designed data model prevents duplication and inconsistency.

Common mistake

An order containing the customer name stored as a text field.

Correct approach

Order
→ Lookup: Customer

This ensures:

  • data is centralised

  • changes to the customer record are automatically reflected

  • data inconsistencies are avoided

This concept comes directly from database normalisation principles.


4. Centralised Automation

Another recurring issue is business logic spread across multiple workflows.

A recommended practice is to centralise rules within reusable functions.

Example:

calculate_invoice_total(record_id)

This function can be used in:

  • workflows

  • buttons

  • schedules

  • API integrations

Benefits

  • logic reuse

  • simpler maintenance

  • reduced code duplication


5. Integration Architecture with the Zoho Ecosystem

Zoho Creator often acts as a custom application layer within the Zoho ecosystem.

A common architectural model is:

Portal / Mobile App

Zoho Creator (Application Layer)

Zoho CRM / Zoho Desk / Other Systems

In this model:

  • CRM manages customer relationships and sales processes

  • Creator handles custom operational processes

  • other Zoho applications complement the solution

This creates a distributed architecture within the Zoho platform.


6. Document Architecture (Document Management)

In solutions that involve many documents, storing large files directly inside Zoho Creator is not recommended.

Best practice is to use:

  • Zoho WorkDrive

  • Zoho Docs

  • or external document repositories

Zoho Creator should store only:

  • metadata

  • links to the files

This improves both performance and system organisation.


7. Performance Strategies

Some best practices help prevent performance issues as the system grows.

Avoid:

  • very large forms

  • subforms with many records

  • queries without filters

Instead, use:

  • indexed fields

  • filtering criteria

  • aggregations

  • optimised queries

These practices help keep the system responsive even with a growing dataset.


8. Governance and Versioning

Zoho Creator 6 introduced important governance features with separated environments:

  • Development

  • Staging

  • Production

This allows teams to:

  • test changes before publishing

  • control versions

  • document functions and system updates

This model brings Zoho Creator development closer to modern DevOps practices.


9. Architecture with Zoho Catalyst (for Larger Applications)

In more complex scenarios, it may be necessary to use Zoho Catalyst.

Catalyst can be used for:

  • microservices

  • heavy processing

  • complex APIs

  • large-scale data processing

  • machine learning

In this architecture, Zoho Creator remains the application and interface layer, while Catalyst executes more advanced backend services.


Conclusion

Zoho Creator is one of the most powerful platforms within the Zoho ecosystem for building custom applications.

When used correctly, it enables the development of robust solutions capable of supporting complex business operations.

However, like any development platform, the quality of the architecture directly influences the scalability and sustainability of the system.

Thinking about architecture from the start helps avoid:

  • rework

  • difficult-to-maintain systems

  • performance degradation

  • future limitations

Applying architectural best practices ensures that Zoho Creator applications can evolve safely and grow alongside the business.

Zoho Creator allows applications to be built quickly — but building systems that truly scale requires something more: architecture.

The real differentiator of a Zoho Creator developer is not just the ability to build applications, but the ability to architect platforms that evolve with the business.



        • Recent Topics

        • kanban view for client portal

          Are kanban views an option for client portals? Access to Kanban views in the client portals would solve some mobile-compliant issues I have with the UI. Kanban functions very nicely on mobile and would be a super asset for my clients and vendors as they
        • Credit Card Pre-Authorization with later Capture/Settlement

          We really enjoy the convenience of being able to pay off a customer's invoice using our Auth.Net integration with Zoho Books. Unfortunately, we can only take advantage of this feature with a small percentage of our customers as it leaves a gaping hole
        • Zoho Cliq not working on airplanes

          Hi, My team and I have been having this constant issue of cliq not working when connected to an airplane's wifi. Is there a reason for this? We have tried on different Airlines and it doesn't work on any of them. We need assistance here since we are constantly
        • Zoho Sign 2025–2026: What's new and what's next

          Hello! Every year at Zoho Sign, we work hard to make document signing and agreement execution easy for all users. This year we sat down with our head of product, Mr. Subramanian Thayumanasamy, to discuss what we delivered in 2025 and our goals for 2026.
        • Work Orders / Bundle Requests

          Zoho Inventory needs a work order / bundle request system. This record would be analogous to a purchase order in the purchasing workflow or a sales order in the sales cycle. It would be non-journaling, but it would reserve the appropriate inventory of
        • Izettle or Sumup Integration for Zoho Books.

          The Stripe & Square clearing works great in Zoho Books. Any further integrations planned in the future for Izettle or Sumup? These card processors are very common for taking payments with a card reader.
        • Train Zoho Answer Bot Based on Customer

          Hi all, Is it currently possible to mark Help Centre articles to a specific customer, and restrict the answer bot to only use relevant information if it is either marked as "General", or tagged for the specific customer in question? We currently have
        • Detailed list of scoring rules in Zoho CRM

          Good morning Zoho community, warm greetings The reason for my message today is that I have a problem with my CRM, which I will explain below: Our organization has scoring rules designed to rate our potential customers or leads in the application based
        • Trying to access records in a custom module in Zoho Desk and not having luck

          I've built a custom module in Zoho Desk and am using a custom function to query the records in the module and I'm not having any luck. The only way I have found to retreive a record is by getting it by its recordID (the long zoho assigned one). The function
        • Composite items inside of composite items; bill of materials needed

          Hi Zoho and Everyone, I am evaluating whether Zoho Inventory will work for my small business. I grow and harvest herbs and spices but also get from wholesalers. I use all these items to make herbal teas, but also sell them as individual items on my Shopify store and Etsy. I discovered the composite item bundling and am wondering if I could get some assistance since there is no bill of materials: Our herbal company's best selling tea is a sleepytime tea. Sleepytime Tea can be purchased in three weights
        • ZOHO Books Smart Accounting Software for Travel Agency

          Dear Travel partner, Contact for Travel Agency Accounting Setup & Training Vansh Travel (ZOHO Books Authorised partner) Email: info@vanshtravel.com Mo: +91 98984 95155 Please find PDF   
        • 452 Mailbox delivery restricted by policy error

          We have been testing Zoho desk for about a week now and have been forwarding emails in via an Exchange Online Mail flow rule without issue until yesterday. Suddenly yesterday morning we started getting the vast majority of the emails stuck in Pending
        • Send Email reply on behalf of Agent

          Hi, When using the send email reply via the API I can set the reply on behalf of the customer by using impersonatedUserId in the header of the API call. Is there a way to do this for Agents too? I need to be able to send an email reply on behalf of an
        • Sharing Tickets to a team within a department

          Hi there, We have a need for one department to be able to share tickets to a specific team within a department, I'm wondering if this is possible? All the shared tickets are going into the 'Shared Tickets' view for the whole department but is there a
        • Removing To or CC Addresses from Desk Ticket

          I was hoping i could find a way to remove unnecessary email addresses from tickets submitted via email. For example, a customer may email the support address AND others who are in the helpdesk notification group, in either the TO or CC address. This results
        • Do not use isnull()

          Does not always return booleans. Can also return null. Never use this function. Just use var==null instead.
        • Organization wide Account and Contacts Visibility/Sharing Capabilities?

          Has anyone figured out a way to make visibility or sharing of Accounts and Contacts to be available across the entire organization without having to have every individual user edit their Sharing permissions? For our sales folks they need to be able to
        • Is there a way to configure dark mode for Campaigns emails that go out to customers?

          I've found a lot of information on how to configure dark mode for my (The user) personal Zoho workspace and email, but is there any way to edit dark mode settings on emails that we send out to customers via campaigns?  We sent out a test email the other
        • When Does WorkDrive integrate with Books?

          When Does WorkDrive integrate with Books?
        • How do I import Connected Records for a Deal?

          Can you point me to an example of the CSV file that would add related records to an existing CRM Deal? I imported a Deal, then tried importing a connected record using a unique ID that references the Deal ID, but it doesn't attach it to the Deal rec
        • FSM integration with Books

          Hi, I have spent a few months working with FSM and have come across a critical gap in the functionality, which I find almost shocking....either that, or I am an idiot. The lack of bi-directional sync between Books and FSM on Sales Orders/ Work Orders
        • How to close an estimate ?

          Hello, I have created estimates, and converted them to invoices to get 50% payment. Now I have 2 cases where the estimate stills shows status partially invoiced, however: 1. for one of them, project stopped half way, so the remaining part will never be
        • Power up your Kiosk Studio with Real-Time Data Capture, Client Scripts & More!

          Hello Everyone, We’re thrilled to announce a powerful set of enhancements to Kiosk Studio in Zoho CRM. These new updates give you more flexibility, faster record handling, and real-time data capture, making your Kiosk flows smarter and more efficient
        • How do you print out the invoices comments

          I have some invoices where i need to print out the comments that show when reminders and etc were sent how do we print those out in Zoho Books.
        • Unable to load a specific image

          Hi I am trying to upload an svg file, which reports that there is "a problem with the file", but does not say what sort of problem. I can't find anything which says which files are supported, so it may be it does not support svg. (which would be a real shame) The file itself will open in either Firefox or Chrome without problem. For the moment I am using a png file, which does not zoom well of course. David
        • Why does the Address field show the wrong map location even with a correct Pincode?

          I am noticing an issue with the Address field map in Zoho Creator. When I enter a city name that exists in multiple locations within the same state, the map sometimes points to the wrong area even if I have entered the correct Pincode. Currently, it seems
        • Uploaded files are not included when using "Include user submitted data" in Email Notification

          In Send Email notification workflow in Zoho Creator, there is an option called "Include user submitted data" which allows the email to contain all the form submission details. However, when this option is enabled, files or images uploaded through File
        • Books <-> CRM synchronisation with custom Fields

          Hello, We are synchronising Books Customers with CRM Accounts. In CRM Accounts I set up last year a "segments" multiselect field shown below In Books, I set up a custom multi-select field with the same value as in the CRM And set up the synchronisation inside Books. Want to synchronise the Books Segments with the CRM Segments, but the later doesn't exist, and another non-existing is there ?! First, I don't understand where the field Segmentation is coming from. Second, I set CRM Segmentation to sync
        • CRM x WorkDrive: We're rolling out the WorkDrive-powered file storage experience for existing users

          Release plan: Gradual rollout to customers without file storage add-ons, in this order: 1. Standalone CRM 2. CRM Plus and Zoho One DCs: All | Editions: All Available now for: - Standalone CRM accounts in Free and Standard editions without file storage
        • Archive Option in Conversation View

          Hello, I have a suggestion\request to add an "Archive Thread" button in conversation view of Zoho Mail. The best suggestion I have is to put an "Archive Thread" button next to the "Label Entire Thread" button in conversation view. Most users don't just
        • Outlook/Hotmail Blocking Zoho SMTP IPs (S3150)

          We are currently facing a serious deliverability issue with Zoho SMTP while sending transactional OTP emails for our production application. Emails sent to Outlook / Hotmail addresses are being rejected with the following error: 550 - 5.7.1 Unfortunately,
        • Outlook is blocking incoming mail

          Outlook is blocking all emails sent from the Zoho server. ERROR CODE :550 - 5.7.1 Unfortunately, messages from [136.143.169.51] weren't sent. Please contact your Internet service provider since part of their network is on our block list (S3150). It looks
        • Track Marketing Automation Campaigns in Zoho CRM

          Hello, I've been searching but haven't found the exact answer to this question. I am looking to track Marketing Automation email campaigns and activities inside of Zoho CRM. Use Case: Action: Prospect Submits A Lead Form Outcomes: Prospect created in
        • Zoho Social API for generating draft posts from a third-party app ?

          Hello everyone, I hope you are all well. I have a question regarding Zoho Social. I am developing an application that generates social media posts, and I would like to be able to incorporate a feature that allows saving these posts as drafts in Zoho Social.
        • Temporarily rate limited due to IP reputation.

          We have suddenly started receiving the following Mail Delivery Status Notification: Diagnostic-Code: 4.7.650 The mail server [136.143.184.12] has been temporarily rate limited due to IP reputation. For e-mail delivery information, see https://aka.ms/postmaster
        • Incorrect Functioning of Time Logs API (Version 3)

          We need to fetch the list of time logs for each task for our company internal usage. We are trying to achieve it by using the next endpoint: https://projects.zoho.com/api-docs#bulk-time-logs#get-all-project-time-logs Firstly, in the documentation the
        • IMPORTANT: It doesn´t search for letters with portuguese characters.

          Some of my articles have for example the word "vídeo". But if I search for "vídeo" it doesn´t find them. If I search for "video" it does find them. Idealy, it should find the articles either way. But if I have to choose, it would be better to find the
        • IMPORTANT: It doens´t show full article name on search - Should add line break

          When we search for articles, it doesn´t show the full name. There should be a line break so the user can see the full article name, otherwise the user can´t know if that´s the article he/she is looking for. This is very important, otherwise the user has
        • Zoho Books - Payment Gateway - Revolut

          Hi Books Team, My feature request if to include the popular platform Revolut as a payment collection option on invoices in Zoho Books. Please upvote if you are also looking for this option.
        • Zoho Books | Product updates | January 2026

          Hello users, We’ve rolled out new features and enhancements in Zoho Books. From e-filing Form 1099 directly with the IRS to corporation tax support, explore the updates designed to enhance your bookkeeping experience. E-File Form 1099 Directly With the
        • Next Page