Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Introduction to Google App Maker Part 3 of 5
Rating: 4.5 out of 5(41 ratings)
106 students

Introduction to Google App Maker Part 3 of 5

Data Models
Created byJames Ferreira
Last updated 9/2018
English
English [Auto],

What you'll learn

  • Learn about Data Models in Google App Maker

Course content

1 section12 lectures1h 13m total length
  • Data Models15:49

    Explore data models in App Maker, learn how tables, rows, and columns organize data as records and attributes, and implement one-to-many, many-to-many, and one-to-one relationships with primary and foreign keys.

  • Setting up a Data Model0:59

    Explore data model options in Google App Maker, focus on Google Cloud SQL, and practice by creating a new model called tickets in a service desk app.

  • Fields and Strings Part 19:49

    Learn how to define string fields with validation and constraints in Google App Maker, including primary keys, auto-incremented IDs, regex rules, and unique name fields.

  • Fields and Strings Part 23:19

    Create a description string with a 255-character limit to expand the text area, then configure a choice field with possible values and a default, and preview the form.

  • Fields and Strings Part 35:51

    Build and bind form fields in Google App Maker by adding text boxes and drop-downs, wiring labels and descriptions to the data model, and configuring choices with options.

  • Fields and Dates2:24

    Add a date box in the app and label it. Select the tickets model and the today field to display the date value.

  • Add Fields to Service Desk3:59

    Create a new data model called tickets with fields date reported, status, title, description, and assigned to you, then update the description default and status options to in-progress and closed.

  • Introduction to Model Events3:00

    Explore model events in Google App Maker, learning how event handlers automate record creation and trigger behind-the-scenes tasks, including adding an email field to the form.

  • Practice Using Model Events11:32

    Explore model events in Google App Maker by practicing on after load and before create event handlers, using console log for debugging, and manipulating record fields with an active user.

  • Model Events and the Service Desk App Part 15:23

    Explore model events in the service desk app, using on before create, on after create, and on before save to log data and store the session email in reported by.

  • Model Events and the Service Desk App Part 26:12

    Learn to implement model events in the service desk app by creating a notes model with date created, created by, and note fields, plus a before create event.

  • Model Data and Setting Up Relations5:37

    Learn how to model a one-to-many relationship by linking a ticket to multiple notes. Use the relations tab in App Maker to set up and manage this note-to-ticket association.

Requirements

  • Basic web browser usage
  • Basic knowledge of HTML, Javascript and CSS
  • Access to Google App Maker
  • Completion of course “Introduction to Google App Maker Part 2 of 5”

Description

In the “Introduction to Google App Maker” courses, you will learn how you can effectively use Google App Maker to build simple web applications. App Maker is Google’s low code rapid application development platform designed for businesses and is part of the G Suite. Unlike traditional development that is very expensive, takes months to complete a project and requires highly skilled programmers, App Maker helps you to go from concept to working application in only a few days. This new technology makes it easy for anyone to quickly learn to build apps for their business, no programming experience required.  This course introduces Data Models.

Who this course is for:

  • Individuals interested in learning how to build an app using Google App Maker
  • Individuals who have completed the course “Introduction to Google App Maker Part 2 of 5”