Use case:
- Create a web application
- Create an Employee business object
- Page to list all the employees.
- Page to on board new employee
- Page to view all employee details
- Page to update an employee
- Page to delete an employee
Steps in detail with screenshots:
Home >> Visual Builder
New Application
Provide application name >> Finish
Navigation hamburger >> Business Objects
Provide Business Object Name
By default, we have 5 fields:
Id, CreatedBy, CreationDate, LastUpdatedBy,LastUpdatedDate
Created new field: FirstName, LastName, Age, EmailAddress
See the structure of the web apps.
Add Data to Business object
Add fields to show in the employee list.
Select fields to create for onboard new employee.
Add fields that need to be updated.
Select fields to show details
The final page looks like below:
All the pages created under main folder.
Lets go to Preview and test .
Same way added another employee.
The page looks little messed up so modified the page formats.
Select one employee row and click update employee.
Update the employee fields.
You can see the employee fields have been modified.
Clcik on Employee detail.
See the employee details.
Select employee and delete employee.
The employee gets deleted successfully.
Go to the Business Object >> Data and see all the current employee data.
No comments:
Post a Comment