Creating a new application
To create a new application, open the System Applications
| Applications
module, as shown in the following screenshot, and click on the New
button on the left:
![](https://static.packt-cdn.com/products/9781787128712/graphics/93f9d6d0-38cf-42ef-b8a7-27ad79ff90d6.png)
We will be presented with a new application wizard screen like the one shown in the following screenshot:
![](https://static.packt-cdn.com/products/9781787128712/graphics/3409001d-3d9c-43ed-a238-3d1862027f0d.png)
As we are interested in creating an application that requires a table to store data, we will select the second option to Create custom application
. We will be taken to the Create Application
page, similar to the one shown in the following screenshot:
![](https://static.packt-cdn.com/products/9781787128712/graphics/950a1e71-5b1c-40b1-aac4-4d8a91e0774c.png)
Let us populate the form fields in the Create Application
page with the following values:
Name
:Travel Booking Application Table
Scope
: (auto filled)Menu
: (auto filled)User Role
: (auto filled)Create
Table
: Set asTRUE
- Table section fields: (use auto filled values)
![](https://static.packt-cdn.com/products/9781787128712/graphics/207e3f3b-47a5-4c63-89e6-82854f694940.png)
Click on the Create
button to create a new application named Travel Booking Application Table
along with the following artifacts:
- An application scope: The process will also create a new scope, as discussed...