Use Case:
- Extend the EmployeeApplication . See my previous blog: https://soalicious.blogspot.com/2022/04/vbcs-sample-web-application-employee.html
- Create 2nd Business Object "Address"
- Create a reference between Address and Employee using employeeId
- Drop a table in the Main page of Employee list and associate the Address BO.
- Add 1st Filter criteria not to show any default addresses.
- Add 2nd filter criteria in the employee list event to show only addresses belongs to the selected employee.
Parent child relationship:
Steps in detail with Screenshots:
Add Business Object - Address.
No comments:
Post a Comment