Thursday, April 18, 2024

VBCS - task9 - change the name of the main-start page

 Here, we will change the name of the main-start page.

Webapps >> right click on main-start >> select rename >> provide new name >> click on main node >> you can see page name changed but its still default page.




We can also go to source tab and check the main nodes >> main-flow.json


Wednesday, April 17, 2024

VBCS - task8 - Add a page to create employees

 Here we will add a page to create employees using quick start.


Select table component within the panel on the main-employees page >> click Quick start >> add create page >> add all the fields with required types >> click the structure view >>select the form layout >> set the cloumns value to 2  >> click live and test









When we click the code, we can see the html code for title, the table, the div elements etc. The components , classes all begin with oj- , indicates that they are Oracle Javascript Extension Tollkit(JET) components.

VBCS - task7 - Add a page to display business object like employees

Here we will create a new page and display employees business object using panel, table and without using direct quick start.


Webapps >> hrwebapp >> click + next to the main node and select create page. >>provide page name >> chnage the header title to Employees >> select panel from component pallet and drop to page >> data tab >> select employee business object >> drag and drop get many to panel and select render as Table >>pop up menu to open add data quick start >> select the fields to display >> for picturr field , make it image type. >> next >> finish.











VBCS - task6 - add a page to create departments using add create page quick start

 Here, we will add a page to create departments using add create page quick start.

Main-start >> add create page on quick start >> select required fields like department anf location >> Finish >> it will create new page and click on live and test the create and display pages.









VBCS - task5 - create webpages | Use main-start page to display departments

Here, we will see how to display one business object department data over a page.

Click on web applications >> main-start >> click on main in page-header and update title to departments >>click on components and search table >> drag and drop table to page >> add data >> it will open add data quick starts >> select Department Business object >> in bind data sesction , select the fields to show over page. >> expand locationObject and items and select location. As we have created refrence from department to location BO, location field is available now here only >> next and finish













VBCS - task4 - How to check Business objects rest endpoints and test rest endpoints

Here, we will see how to check business objects rest endpoints and test them.

Click on Business objects >> select BO here like Employee.>> click on Endpoints tab >>select one endpoint and click test tab






VBCS - Task3 - Create a business object diagram

We will create a diagram that provides a visual representation of the business objects and their relationships.

Business objects >> Diagrams >> + Business Object Diagram >> provide diagram name >> select the BOs .








Featured Post

11g to 12c OSB projects migration points

1. Export 11g OSB code and import in 12c Jdeveloper. Steps to import OSB project in Jdeveloper:   File⇾Import⇾Service Bus Resources⇾ Se...