Building the "Order Management" Training App : Creating a Module
What is a Module ?
A module in Simplicité is the fundamental unit that encapsulates all configuration objects of an application, serving as its exportable configuration package... Learn more
Creating a Module
The first step to building an app in Simplicité is by creating a module.
To create a module, follow the steps below :
- 
Do one of the following :
- Click Start by creating a new module on Simplicité's home page
 - Click Creation assistant in Project > Modules

 
 - 
Fill in the Module fields like so :
- Name : Training
 - Type : Application
 - Prefix : trn

 
 - 
Click Next
 - 
Fill in the Group fields like so :
- Name : TRN_SUPERADMIN (if you entered a prefix in the previous step, the platform will suggest a group name that respects the conventions)

 
For more information about Groups, see the Groups section.
 - Name : TRN_SUPERADMIN (if you entered a prefix in the previous step, the platform will suggest a group name that respects the conventions)
 - 
Click Next
 - 
Fill in the Domain (in Simplicité, a Domain is a menu) fields like so :
- Name : TrnDomain

 
For more information about Domains, see the Domain section.
 - Name : TrnDomain
 - 
Click Next
 - 
Fill in the Translations (Menu display label) for your Domain :
- English : My App

 
 - English : My App
 - 
Click Next
 - 
Grant the Group to the Domain :
- Check the box

 
 - Check the box
 - 
Click Next
 - 
Fill in the View field like so :
- Icon : click the magnifying glass and pick an icon

 
For more information about Views, see the View section.
 - Icon : click the magnifying glass and pick an icon
 - 
Click Next
 
The Training Module is created and opened.
