Add and Configure Car Inspection Extension on Your Zoho Creator Page

Add and Configure Car Inspection Extension on Your Zoho Creator Page

Requirement

Include a car Inspection extension in your Zoho Creator application to assist in inspection and identification of the damaged components of a car.

Use Case

Imagine a car manufacturing industry that uses Zoho Creator application for various quality assurance related activities, such as Manufacturing Audit, Inspection, SPC, FMEA and so on. By adding the car inspection extension into their application, they can efficiently perform pre-delivery inspections of vehicles, ensuring that overall quality standards are met before handing them over to customers.

Pre-requisites

Installing the Car Inspection Extension for Zoho Creator
  1. Search for and install the Car Inspection Extension for Zoho Creator from Zoho Marketplace. Learn how to Install and Manage Extensions.

Alternatively, you can also install Car Inspection Extension for Zoho Creator directly from Zoho Creator. Navigate to the Operations section > Application > Marketplace > Extensions and install it.

Steps to Follow

  1. Create a form with an subform with the following details to store the vehicle inspection information.

    Form Name

    Form Link Name

    Field Type

    Field Name

    Field Link Name

    Car Inspection

    Car_Inspection

    Date

    Date of Inspection

    Date_of_Inspection

    Single_Line

    Model

    Model

    Number

    Identification Number

    Identification_Number

    Subform

    • Single Line

    • Single Line

    Defects

    • Defective Part

    • Remarks

    Defects

    • Defective_Part

    • Remarks

  2. Note: The 'Defects' field must be added in the quick view and detailed view layouts of All Car Inspections report of the Car Inspection form for viewing the inspection details from the report.

  3. Navigate to the form properties and rename the 'Submit' button to 'Inspect'.

  4. Create a page named 'Inspection' and drag and drop the 'Car Inspection Extension' listed under the Installed category under the Widgets section in the left pane.

  5. Navigate to the page variables and add the following page variables to include required variables for the extension.

    Variable

    Data Type

    reportName

    TEXT

    recordID

    TEXT

    subFormLinkName

    TEXT

    damagedPartFieldLinkName

    TEXT

    remarksFieldLinkName

    TEXT

    redirectURL

    TEXT



  6. Configure the Page Script by adding the following script to the editor to supply data to the extension's parameters.
    1. input.reportName = "All_Car_Inspection"; // Report link name of the 'Car Inspection' form's report.
    2. input.subFormLinkName = "Defects";  // Field link name of the 'Defects' subform in the 'Car Inspection' form.
    3. input.damagedPartFieldLinkName = "Defective_Part";  // Field link name of the 'Defective Part' field in the 'Defects' Subform of 'Car Inspection' form.
    4. input.remarksFieldLinkName = "Remarks"; // Field link name of the 'Remarks' field in the 'Defects' Subform of 'Car Inspection' form.
    5. input.redirectURL="https://creatorapp.zoho.com" + zoho.appuri + "#Form:Car_Inspection";
  7. Create a workflow to execute on the successful submission of the Car Inspection form, then select the Record Event as Created. Name the workflow 'Open Extension' and click Create Workflow. This workflow will open the 'Inspection' page with car inspection extension.

  8. Click Add New Action > Deluge Script and add the following code to the Deluge editor.
    1. openUrl("#Page:Inspection?recordID="+input.ID, "same window");
  9. Create another workflow by selecting the Record Event as Created and Form Event as Field Rules. Name the workflow 'Hide Defects' and click Create Workflow. This workflow will hide the 'Defects' subform, as the values for this subform will be fetched from the extension's input.

  10. Click Add New Action > Hide fields and select 'Defects' Field from the dropdown.

See How It Works


  1. Car Inspection Extension
  2. Understand Extensions
  3. Install and Manage Extensions

    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









                                            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

                                                  Zoho Desk Resources

                                                  • Desk Community Learning Series


                                                  • Digest


                                                  • Functions


                                                  • Meetups


                                                  • Kbase


                                                  • Resources


                                                  • Glossary


                                                  • Desk Marketplace


                                                  • MVP Corner


                                                  • Word of the Day


                                                    Zoho Marketing Automation

                                                      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 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

                                                                                                              • Car Inspection Extension

                                                                                                                Overview The Car inspection extension is a powerful visualization tool that displays two-dimensional images of a car from every direction, allowing users to mark various parts of the car and specify its damage information. This innovative and ...
                                                                                                              • Add and Configure Timer Extension on Your Zoho Creator Page

                                                                                                                Requirement Include a Timer extension in your Zoho Creator application to notify users about the availability of a specific form. Use Case Consider a Zoho Creator Event Management Application designed for event registration. The event registration ...
                                                                                                              • Add and Configure Gantt Chart Extension on Your Zoho Creator Page

                                                                                                                Requirement Include a Gantt Chart extension in your Zoho Creator application to visualize and understand your project schedule, task duration, overlapping tasks, milestones, and deadlines. Use Case Consider a Zoho Creator task management application ...
                                                                                                              • Add and Configure Organizational Tree Map Extension on Your Zoho Creator Page

                                                                                                                Requirement Include an Organizational Tree Map extension in your Zoho Creator application to visualize and understand your organizational hierarchy quickly and intuitively. Use Case Consider a Zoho Creator employee management application used in your ...
                                                                                                              • Add and Configure Check-in/Check-out Extension on Your Zoho Creator Page

                                                                                                                Requirement Include a Check-in/Check-out widget in your Zoho Creator application to track the attendance and working hours of your employees in your organization. Use Case Consider a Zoho Creator employee management application designed for managing ...
                                                                                                                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