Install and customize custom app from Marketplace | Zoho Creator Academy

Install custom app from Marketplace and customize

Requirement

Customize the Point of Sale application installed from Marketplace to include a membership module.

Use case

A retail store requires a regular point of sale application with certain store-specific personalizations to ease their checkout process. Instead of building the app from the ground-up, a pre-built app can be installed from the marketplace. The installed app can later be edited to implement the required customizations. 

Let's assume the Point of Sale custom app available in the Marketplace has everything the retail store needs except for the automations related to their unique membership policy. Their policy dictates, once a customer purchases their membership, an initial credit points of 100 will be added to their account. From the next purchase on, 10% of the total price will be added to the customer's credit points. At the end of each year, customers can redeem their credit points with discounts and goodies. 

To record these membership purchases and credit points, the store needs an additional module in the Point of Sale app available in the marketplace. In this tutorial, let's install the Point of Sale custom app from Marketplace and personalize it according to the store's requirement. 


Steps to follow

1. Navigate to the Marketplace and install the Point of Sale custom app.


2. Edit the installed custom app and create a form with the following details.

Form

Form Link Name

Field Type

Field Name

Field Link Name

Membership

Membership

Lookup (Add Customers)

Member

Member

Auto Number

Membership ID

Membership_ID

Number

Credit Points

Credit_Points

Currency

Price

Price


3. Set the initial value of Credit Points and Price fields as 100 and 1000 respectively. The future addition of credit points must be based on the total amount of the customer's purchase. Therefore, let's now disable these fields. 

4. Create a workflow with the following details.



5. Click Add New Action and save the following Deluge snippet in the Deluge editor to disable the Credit Points and Price fields.
  1. disable Credit_Points;
  2. disable Price;
6. Create another workflow with the following details.



7. Click Add New Action and save the following Deluge snippet.

  1. new_credit = input.Total * 0.1;
  2. record = Membership[Member == input.Customer];
  3. existing_credits = record.Credit_Points;
  4. record.Credit_Points = existing_credits + new_credit.floor();

See how it works



Points to Note

  1. The custom app used in this tutorial was developed by Zoho. The custom apps available in the marketplace that are developed by Zoho are free of cost. However, custom apps developed by a third-party can charge you to use them. Paid apps cannot be edited. You can use the paid apps as such or contact the developer of the custom app to implement the customizations you require.
  2. To publish an app in Marketplace, use developer zone.
  1. Understand marketplace
  2. Set initial values for fields

      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 Links Workflow Automation Data Collection
                              Web Forms Enterprise Begin Data Collection
                              Interactive Forms Workplace Data Collection App
                              CRM Forms Customer Service Accessible Forms
                              Digital Forms Marketing Forms for Small Business
                              HTML Forms Education Forms for Enterprise
                              Contact Forms E-commerce Forms for any business
                              Lead Generation Forms Healthcare Forms for Startups
                              Wordpress Forms Customer onboarding Order Forms for Small Business
                              No Code Forms Construction RSVP tool for holidays
                              Free Forms Travel
                              Prefill Forms Non-Profit

                              Intake Forms Legal
                              Mobile App
                              Form Designer HR
                              Mobile Forms
                              Card Forms Food Offline Forms
                              Assign Forms Photography
                              Mobile Forms Features
                              Translate Forms Real Estate Kiosk in Mobile Forms
                              Electronic Forms

                              Notification Emails for Forms Alternatives Security & Compliance
                              Holiday Forms Google Forms alternative  GDPR
                              Form to PDF Jotform alternative HIPAA Forms
                              Email Forms
                              Encrypted Forms
                              Embeddable Forms
                              Secure Forms
                              Drag & drop form builder
                              WCAG

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

                                                                                                                      • Publish to Marketplace

                                                                                                                        Requirement Publish a custom app in Marketplace. Use Case A care-taking facility wants to search for appropriate caregivers to the patients in the same postal code. They have built an application that will help everyone during an emergency. Now, they ...
                                                                                                                      • Understanding marketplace distribution

                                                                                                                        This help page is for users in Developer Console version 6. If you are in the older version (Developer Console 5), click here. Know your Developer Console version. 1. What does this page cover? Learn about the Marketplace section in your Developer ...
                                                                                                                      • FAQs: Creating an Application

                                                                                                                        This page offers insights on creating applications from scratch, the steps involved in creating an app, exploring different components of an application and deluge, importing data and the limitations involved. How to create an application? Locate and ...
                                                                                                                      • Installing custom apps and extensions

                                                                                                                        This help page is for users in Creator 6. If you are in the older version (Creator 5), click here. Know your Creator version. Install apps Navigate to the Operations tab on the left pane and click Marketplace under Applications. Click Custom Apps or ...
                                                                                                                      • Modes of an application

                                                                                                                        Overview Zoho Creator has two modes through which you can establish an application from start to finish. You can create an application from scratch or from a template and customize it according to your needs in an app-building space. During that ...
                                                                                                                        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