Building the "Order Management" Training App : Creating a Business object
Prerequisite : A module, domain and group must be created before starting this tutorial
What is a Business object ?
Business objects are the cornerstone of the platform, structuring data, enforcing rules, and driving key features.... Learn more
Creating a Business object
To create a Business object, follow the steps below :
-
Click Creation assistant in Business objects > Business objects
This assistant is also available via the Modeler, for more information see the How to create an object using the modeler
-
Fill in the Object information like so :
- Code : TrnSupplier
- Table : trn_supplier
- Module Name : Training
- Prefix : sup
-
Click Next
-
Fill in the Translation for your Object :
- English : Supplier|Suppliers NB: using "|" allows the use of the plural form (label used for lists)
- English : Supplier|Suppliers NB: using "|" allows the use of the plural form (label used for lists)
-
Click Next
-
Select a Function for the previously created Group :
- Read, create, update, delete
- Read, create, update, delete
-
Click Next
-
Add the Object to the previously created Domain
- Should be selected by default
- Should be selected by default
-
Click Next
Success
The TrnSupplier Object is created and opened.
