Exercise 4 – Creating application screens
Now let's apply what we've seen in this chapter in this exercise. To do this, we will create the necessary screens, using templates and scaffolding to create our screens for the My Help Desk application. Let's better understand how fast and easy it is to build the frontend of an application using the accelerators provided by OutSystems.
So, to start the exercise, we must follow these steps:
- Create a Reactive Web App module with the name HelpDesk:
- To do this, we open our My Help Desk application, click on the Add module button, name it
HelpDesk
and select a module type of Reactive Web App. Then click on the Create Module button:
- To do this, we open our My Help Desk application, click on the Add module button, name it
- Next, we click on the green Publish button so that the module is generated in our environment:
- Create...