Adding and Managing Applications
Last updated 24/10/2024
This documentation will cover how to create and maintain your applications. A number of configurations are defaulted by Five enabling you to start building your application as soon as you have given your application a title.
All applications built in Five are built on a MySQL database and Five establishes the connection with MySQL's database management system (DBMS).
Who can Add and Manage Applications?
Please refer to the chapter Default Users and Roles.
Add an Application
1. Click the Add Item button.
2. Type a title for your application in the Title field.
3. Click the Save button in the form app bar.
Add a Multiuser Application
1. Either click the Edit button in the form app bar, or click directly on the Multiuser switch.
2. Click the Multiuser switch.
3. Click the Save button in the form app bar.
Logging into Your Multiuser Application
The following documentation will guide you through the initial steps to log into your multiuser application.
1. Click the Deploy to Development button.2. Type admin in the Username field.
3. Type admin in the Password field.
4. Click the Sign In button.
- A letter
- A number
- A symbol
- 8 to 32 characters
5. Type your new password in the Password field.
6. Confirm your password in the Confirm Password field.
7. Click the Update Password button.
Five automatically creates the Users form in a multiuser application, as shown below. This enables you to add users to your application immediately. It is highly recommended that you create a menu structure and permissions to only have the Users form available to the right people.
What Five Creates
Five handles creating all your initial setup so you can begin to create your application. Five creates the following:- A unique URL based on the title.
- A MySQL database and the connection to the external DBMS.
- A default instance.
- Version Control to provide a full set of history tables.
- A multiuser application will have the iUser table, Users form, and Users menu item.
Managing Applications
The following documentation will explain how to maintain your application records.
Edit an Application
1. Select the application record in the list.2. Either click the Edit button in the form app bar, or click in any field.
3. Make your changes.
4. Click the Save button in the form app bar.
Delete an Application
1. Select the application record in the list.2. Click the Remove from Development button.
3. Click the Edit button in the form app bar.
4. Click the Delete button in the form app bar.
5. Click the Yes button.