You can find the following easy to follow tutorials in the library.
In this article you will find a step-by-step example, instructing you on how to realize a specific piece of functionality. Example system: Sample WebFiles Architect version: 3.0 Custom components: Yes Level: GUI: low Expressions: medium Process: medium Coding: medium System description The... read more
This small sample explains the basics of a user management module. The main module contains two pages, one page with the users grid and a profiles page. The profiles page is used to create and manage user profiles. Read more about profiles . The users page contains a simple canvas that provides... read more
This sample provides a default layout for a system with a single subsystem and a number of modules. There are several key aspects to this layout that makes it is to apply in many projects. Dashboard The first thing that is loaded when this system is opened by the user is the dashboard. This sample... read more
In many applications it is interesting to know who created a record, or when it was last updated. Novulo automatically logs the following fields for each record: - Create date - Created by (user) - Modify date - Modified by (user) We can use this information to create a small form that contains a... read more