What should I use a database for?
In Flokzu, users who are Administrators or Business Analysts can create databases to use in their processes.
Potential uses for a database:
- Store information that will be repeated in several processes (e.g. a list of countries, a list of products, Supplier's contact details, etc.). You can use this information to populate the options of a combo box in a form. If you want to add a new country, product or supplier, you can simply add the record to the database and all related combo boxes will be automatically updated.
- Represent hierarchies, e.g. to automatically assign tasks to a user's supervisor.
- Unify information of several process instances and access it from one sole spot, e.g. for each purchase that has been approved, you can create an automatic record in a database. Then to access all the purchases, you can look up in that database, without the need to enter each process instance.
Create databases
Administrators and Business Analysts can set the configuration of a database, specifying its columns (the attributes he/she wishes to store), the type of field for each column, which users are allowed to access and modify the database records, etc. Only Administrators can remove a database.
This is how the Settings section looks:
Users that have access to at least one database (by having at least reading permission) will view the 'Databases' item in their leftside menu. It will remain hidden for the rest of the users.
After you have created the structure of your database, click on the 'Save settings'.
You can begin to add records and upload information to the database. You can add records manually, by adding them one by one placing each of its attributes in their corresponding columns. You can also add records automatically by importing a CSV file, simply by cliking on this button:
A pop-up will appear where you can choose if the records are to be added to the existing ones or if they must replace them. Besides, you can define the data separator character:
Only the data from existing columns in Flokzu will be imported to your database. If there are any columns that weren't included in your Flokzu database, the data from these columns won't be imported. Once you have imported the file, remember to save the changes.
Updated on: 18/03/2019
Thank you!