Understanding environments | Zoho Creator Help

Understanding environments

In a nutshell
Environments in Zoho Creator provide a structured platform for developing, testing, and deploying changes to the live application efficiently. It serves as an SDLC framework within Creator, enabling phased software development by allowing the creation of application versions that are tested and deployed in sequential order. These versions can be tested in a controlled space before being published to the users, ensuring effective change management.
This approach is particularly beneficial for complex applications, preventing users from accessing incomplete or unfinished features or enhancements.
Availability
  1. Available only on Creator 6 version
  2. Can be accessed only by super admins,  admins and developers with environment permissions assigned by admins.

1. Overview

When an application is created in Zoho Creator, any modifications made are instantly reflected in the live version, ensuring users always access real-time updates. However, this may allow users to view ongoing modifications that are still in progress. By enabling environments, you can streamline change management by allowing for structured development and deployment.

What are environments
Environments in Zoho Creator serves as an SDLC (Software Development Life Cycle) framework within Creator, providing a structured approach to developing, testing, and deploying application changes efficiently. They offer a dedicated space where continuous developments can be implemented, tested, and validated before being rolled out to users, ensuring stability and minimizing disruptions.

Why should you use environments
Rather than applying incremental changes directly to a live application, environments allow updates to be developed and tested in isolation. The application is developed, and its changes are published as versions for testing. Once verified, these changes can be published to the production environment. Publishing to each environment follows a sequential flow, ensuring that updates move through development, testing, and finally to production in a controlled and structured manner. This versioning and tracking mechanism is particularly beneficial for updating an application without compromising the user experience, as it ensures that changes are thoroughly tested before being deployed live.

How environments work
Zoho Creator offers three environments:
  1. Development: The only environment where application edits and modifications can be made. By default, all changes occur here, making it the primary space for building or updating the application. While live access is available for previewing changes, this environment is primarily intended for development. Once development is complete, unit testing and internal reviews can be performed using the development live access.
  2. Stage: This environment is used for testing changes before they go live in production. Once modifications are made in the development environment, they are published to the stage environment, where they can be tested to ensure proper functionality.
  3. Production: This is the live environment where end users interact with the application. Changes are published to production after successful testing in the stage environment. Data in production remains independent of the development and stage environments to ensure integrity and prevent unintended disruptions.
Notes
Note: The data stored in an environment is restricted to that specific environment. It cannot be transferred during publishing process or accessed from other environments.
For example: If a new form is added to an application, users may have access to it while it is still being created, potentially leading to incomplete functionality. By enabling environments, changes can be controlled effectively. All edits and modifications are restricted to the development environment, where they can be worked on without affecting live users. Once the form is complete, it can be published to the stage environment for testing before being deployed to the production environment, ensuring that only the finalized version is accessible to end users.

Additionally, both the development and stage environments support adding demo users. These users are predefined. You can assign different permissions and roles to evaluate how each configured permission set operates with the application in the current environment. This feature is particularly useful for testing the application from a user’s perspective. By simulating real user interactions, developers can verify how the application behaves for users with specific roles and access levels.

1.1. Business use case

Consider a Zoho Creator application widely used by an organization, containing multiple forms and reports. The organization plans to add a new module with additional forms, reports, and a workflow to send email notifications upon form submission.
To ensure a seamless update without disrupting users, you can follow this approach using the environment in Zoho Creator:
  1. Implement and refine the changes in the Development environment, which allows multiple developers to collaborate simultaneously. New development can continue here without affecting currently deployed versions, enabling teams to work in parallel and maintain a steady delivery pipeline.
  2. Publish the changes to the Stage for testing, verifying the module’s functionality, and email notifications
  3. Once testing is successful in the staging, publish the updates to the Production environment, ensuring a smooth transition for users.
This error-free approach prevents users from accessing incomplete features while maintaining application stability.

1.2. Navigation guide to environments

To access environments, click Environments under the DEPLOY section from the left pane of your Creator dashboard

1.3. Environments dashboard

The Environments dashboard is a centralized space for managing the application lifecycle in Zoho Creator. It provides an organized view of all environment-enabled applications, allowing for extensive tracking of their status, configurations, and overall progress. This dashboard simplifies environment management, ensuring efficient deployment and monitoring of application changes.

 Environments dashboard listing the application added

1. Applications in environments: This section lists all applications added to environments, along with the status, which helps to track application progress and ensures transitions between development, stage, and production. Click here to learn more about the status messages displayed.
  1. The horizontal ellipsis menu that is adjacent to each application lets you manage the app-specific configurations in each of the three environments, as shown below.
More option adjacent to an application that opens all the option in Development, Stage and Production

Environments
Edit/ Create&Edit
Access
Settings
Logs
Remove Environment
Development
Edit: Allows editing and making changes to the app

(Or)

Create & Edit: Allows you to create the application manually in the development environment if it is not created automatically due to the scenarios mentioned here.
Access the application in the development environment to use the development live mode, which allows you to interact with the application in real-time while building or modifying it.
Configure the following features in the respective environments,

Demo users: Add pre-defined demo users and assign different permissions and roles to test how the application functions for users with specific access levels. Learn more

Notifications: Since the development and stage environments are used for testing, this option allows you to disable or reroute notifications to prevent unintended alerts. Learn more

Variables: View variables along with their respective values for the selected environment. Learn more

Workflows Schedules: Suspend schedules specific to an application in a given environment to prevent continuous execution after testing in the development and stage environments. Learn more
Tracks form actions, schedules, emails, and integrations with timestamps in the respective environment. Learn more
Removes the application from the environment. Click here to learn more about the changes that occur when an environment is removed in an application.
Stage
-
Access the application in the stage environment for testing purposes.
Production
-
Access the live production version of the application.
Variables: View variables along with their respective values for the selected environment. Learn more


2. Stage panel: Displays the version number and the date of the most recent publish of the application if it has been published to the stage environment.
3. Production panel: Displays the version number and the date of the latest publish of the application if it has been published to the production environment. This version is live and accessible to users.
4. Version History: Displays a log of all previous versions of the applications. Learn more
5. Add Application: Allows adding a new application to the environment.
6. Publish: Allows publishing the application versions to the other environments.
Publish to Stage and Publish to Production buttons
  1. Stage: Publishes the changes in the application from the development to the stage environment, provided there are changes in the application.
  2. Production: Publishes the application version from stage to the production environment and makes it live for the users to access.

2. Points to note

  1. Environments cannot be enabled for:
    1. Applications that have dependencies with other applications in a circular path that forms a loop by depending on each other. (e.g., App A --> App B --> App C --> App A)
  2. When an application is added to or removed from environments, users with the Developer role will be removed from the application. They can be re-added in the development and stage environments after the application is added to environments or re-added in the application after its removal from environments. Click here to learn more about adding a developer to the application.
  3. You can add a maximum of 10 applications to the environments at once.
  4. The application can only be edited in the environments only after the successful creation of the development environment.
  5. The application in the environments can only be published after making changes in the application from the development environment.
  1. Adding applications to environments
  2. Publishing application to stage and production environments
  3. Managing applications in the environments
  4. Remove applications from environments
  5. Application statuses in environments
  6. Environment limitations
What's next?
What's next?
The next step after learning about environments is to know how to add applications to them.

        Create. Review. Publish.

        Write, edit, collaborate on, and publish documents to different content management platforms.

        Get Started Now


          Access your files securely from anywhere

            Zoho CRM Training Programs

            Learn how to use the best tools for sales force automation and better customer engagement from Zoho's implementation specialists.

            Zoho CRM Training
              Redefine the way you work
              with Zoho Workplace

                Zoho DataPrep Personalized Demo

                If you'd like a personalized walk-through of our data preparation tool, please request a demo and we'll be happy to show you how to get the best out of Zoho DataPrep.

                Zoho CRM Training

                  Create, share, and deliver

                  beautiful slides from anywhere.

                  Get Started Now


                    Zoho Sign now offers specialized one-on-one training for both administrators and developers.

                    BOOK A SESSION







                                Quick LinksWorkflow AutomationData Collection
                                Web FormsEnterpriseOnline Data Collection Tool
                                Embeddable FormsBankingBegin Data Collection
                                Interactive FormsWorkplaceData Collection App
                                CRM FormsCustomer ServiceAccessible Forms
                                Digital FormsMarketingForms for Small Business
                                HTML FormsEducationForms for Enterprise
                                Contact FormsE-commerceForms for any business
                                Lead Generation FormsHealthcareForms for Startups
                                Wordpress FormsCustomer onboardingForms for Small Business
                                No Code FormsConstructionRSVP tool for holidays
                                Free FormsTravelFeatures for Order Forms
                                Prefill FormsNon-Profit

                                Intake FormsLegal
                                Mobile App
                                Form DesignerHR
                                Mobile Forms
                                Card FormsFoodOffline Forms
                                Assign FormsPhotographyMobile Forms Features
                                Translate FormsReal EstateKiosk in Mobile Forms
                                Electronic Forms
                                Drag & drop form builder

                                Notification Emails for FormsAlternativesSecurity & Compliance
                                Holiday FormsGoogle Forms alternative GDPR
                                Form to PDFJotform alternativeHIPAA Forms
                                Email FormsFormstack alternativeEncrypted Forms

                                Wufoo alternativeSecure Forms

                                TypeformWCAG

                                  Zoho FSM Video Tutorials


                                        All-in-one knowledge management and training platform for your employees and customers.

                                                  Create. Review. Publish.

                                                  Write, edit, collaborate on, and publish documents to different content management platforms.

                                                  Get Started Now




                                                                    You are currently viewing the help pages of Qntrl’s earlier version. Click here to view our latest version—Qntrl 3.0's help articles.




                                                                        Manage your brands on social media


                                                                          • Desk Community Learning Series


                                                                          • Digest


                                                                          • Functions


                                                                          • Meetups


                                                                          • Kbase


                                                                          • Resources


                                                                          • Glossary


                                                                          • Desk Marketplace


                                                                          • MVP Corner


                                                                          • Word of the Day


                                                                          • Ask the Experts


                                                                            Zoho Sheet Resources

                                                                             

                                                                                Zoho Forms Resources


                                                                                  Secure your business
                                                                                  communication with Zoho Mail


                                                                                  Mail on the move with
                                                                                  Zoho Mail mobile application

                                                                                    Stay on top of your schedule
                                                                                    at all times


                                                                                    Carry your calendar with you
                                                                                    Anytime, anywhere




                                                                                          Zoho Sign Resources

                                                                                            Sign, Paperless!

                                                                                            Sign and send business documents on the go!

                                                                                            Get Started Now




                                                                                                    Zoho TeamInbox Resources





                                                                                                              Zoho DataPrep Demo

                                                                                                              Get a personalized demo or POC

                                                                                                              REGISTER NOW


                                                                                                                Design. Discuss. Deliver.

                                                                                                                Create visually engaging stories with Zoho Show.

                                                                                                                Get Started Now








                                                                                                                                    • Related Articles

                                                                                                                                    • Adding applications to environments

                                                                                                                                      What does this page cover Learn to add applications in environments. Make sure you have a comprehensive understanding of environments before you continue. Availability Available only on Creator 6 version and all paid plans. Super admins and admins ...
                                                                                                                                    • Managing applications in the environments

                                                                                                                                      What does this page cover Learn how to edit, access, view logs, and configure settings like demo users, notifications, schedules, and variables across environments. Before proceeding, make sure you have a comprehensive understanding of the ...
                                                                                                                                    • Application statuses in environments

                                                                                                                                      What does this page cover Learn how environment statuses reflect the state of your application when adding or publishing it in environments. Before you proceed, ensure you have a clear understanding of environments and the process of adding and ...
                                                                                                                                    • Understanding hybrid deployment and associating apps

                                                                                                                                      1. What does this page cover? Learn how you can build and develop your application on our low-code cloud platform and deploy the same in your on-premise Creator environment. 2. Availability Applications for hybrid deployments: Can be created only in ...
                                                                                                                                    • Publishing application to stage and production environments

                                                                                                                                      What does this page cover Learn how to publish applications from the development to the stage and stage to production environments after modifying the application in the development environment. Make sure you have a comprehensive understanding of the ...
                                                                                                                                      Wherever you are is as good as
                                                                                                                                      your workplace

                                                                                                                                        Resources

                                                                                                                                        Videos

                                                                                                                                        Watch comprehensive videos on features and other important topics that will help you master Zoho CRM.



                                                                                                                                        eBooks

                                                                                                                                        Download free eBooks and access a range of topics to get deeper insight on successfully using Zoho CRM.



                                                                                                                                        Webinars

                                                                                                                                        Sign up for our webinars and learn the Zoho CRM basics, from customization to sales force automation and more.



                                                                                                                                        CRM Tips

                                                                                                                                        Make the most of Zoho CRM with these useful tips.



                                                                                                                                          Zoho Show Resources