Understand DS file | Zoho Creator Help

Understanding DS file

1. In a nutshell

A Deluge Script (DS) file is a text-based file that stores the complete schema of a Zoho Creator application in the Deluge script format. It includes all components, such as forms, fields, reports, pages, schedules, custom functions, along with their configurations in code blocks and application-level settings. 
2. Availability
  1. Available across all plans of Creator
  2. Can be accessed by super admins, admins, and developers

3. Overview

The DS file provides a structured view of an application's components, including forms, reports, pages, workflows, and more in code format(Deluge script). Each component follows a defined syntax to ensure readability and consistency. It presents the skeletal framework of the application components along with key configurations as shown below,
  1. Forms: Field types, field names, visibility settings, success messages, and other related settings
  2. Reports: Report types, layout configurations, header options, and display settings and other report customization
  3. Pages: Components, widgets, customization options, and other customizations
  4. Workflows & Scripting: Functions, schedules, custom scripts, and action settings in Deluge scripting, and so on.
Additionally, applications can be efficiently debugged and modified within the Application IDE or by exporting the DS file and editing it in any text editor. Developers can review and update Deluge scripts, customize workflows, edit components, and troubleshoot errors directly within the DS file. 

3.1. Key Areas where DS file is utilized in Zoho Creator

The DS file have following functionalities:
  1. Exporting an application: The entire application can be exported as a DS file from the Application IDE. The exported file can be viewed and edited using any text editor. This feature is especially useful for developers who prefer a code-centric approach to application development. Additionally, it enables maintaining a local backup of the application on the device for future reference or restoration.
  2. Importing to create an application: A DS file can be imported from your device into any Zoho Creator account to create an identical version of the application. Learn how to create an application by importing a DS file
Notes
Note: A DS file only contains the application's structure and not any stored data. Therefore, applications created by importing a DS file will not retain any records.
  1. Application Backup: When the application is backed up in Zoho Creator, the DS file is included in the backup along with the other application data. The backup can be downloaded as a ZIP file, which contains the DS file. This file can be imported to create a replica of the backed-up application version.

3.2. Business use cases

Case 1: Debugging an application with DS
Consider a Zoho Creator application where a function is used across multiple components. Since the application was developed by multiple contributors, a developer needs to modify certain instances of this function while keeping others unchanged. To achieve this, the developer can export the DS file to their device, open it in a text editor, and use the search function to locate all occurrences of the function. This allows them to identify and update the necessary instances from the application while removing or replacing unnecessary ones. 

4. Points to note

  1. When exporting the application DS file from the Application IDE, only the application components and their configurations will be included. The data and records within the application will not be exported.

  2. You can edit components directly from the application IDE by modifying the Deluge script. However, new components can only be created from the edit mode of the application.
  3. The image file added in the pages and print templates will not be stored in DS file. 
  1. Understanding Application IDE
What's next?
What's next?
Get a deeper understanding about application IDE.
 

        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


                                    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

                                                                                                                                • Understanding application IDE

                                                                                                                                  1. In a nutshell The Application IDE (Integrated Development Environment) is an editor that provides a comprehensive view of an application's components in script format(Deluge Script), such as forms, reports, pages, and workflows. It allows users to ...
                                                                                                                                • Understanding Zia features in Creator

                                                                                                                                  In a nutshell Zia brings GenAI-powered assistance directly into Zoho Creator to accelerate app development. Instead of manually designing forms, writing scripts, or defining logic from scratch, you can describe your requirements in a natural ...
                                                                                                                                • Understanding Creator homepage

                                                                                                                                  In a nutshell The Homepage acts as the central hub for all your Creator solutions (applications, BI & Analytics, integration flows, and RPA flows) providing you an at-a-glance summary of all solutions you’ve built along with viewing and accessing ...
                                                                                                                                • Zoho Creator : Best practices to build better apps

                                                                                                                                  What does this page cover This page outlines recommended best practices for building efficient and scalable applications in Zoho Creator. It covers guidelines for designing apps, structuring forms and fields, organizing data, writing optimized Deluge ...
                                                                                                                                • Understanding build agent

                                                                                                                                  Note: This feature is currently available as an early access feature for all paid plans of Creator 6 In a nutshell Build agent is an AI-powered development assistant in Zoho Creator that lets you modify existing applications using natural language ...
                                                                                                                                  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