Building the "Order Management" Training App : Creating a Business object
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 (label displayed to the end user) for your Object :
- English Translation : Supplier
- English Plural translation : Suppliers

- 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.
