Wednesday, April 17, 2024

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 .








Tuesday, April 16, 2024

VBCS - task2 - Create business objects and import data

Usecase: Here we will create couple of business objects in VBCS. We can achieve the same following 2 ways:

Way1: Create Business Object >> create fields >> import the data as csv file.

Way2: Import a zip file that defines business objects, their fields and data all at one step.


Detailed steps with Screenshots:

Way1: Create Business Object >> create fields >> import the data as csv file.

Here. We wil create a Location Business object.

Click Business Objects >> click + Business objects >> provide business object name >> click fields >> click + field and add field names and data type as necessary. >> create field >> select required column as needed. >> clcik data tab >> import from file.











Way2: Import a zip file that defines business objects, their fields and data all at one step.

Here, we will create Department and Employee Business objects, kept csv files in a zip file.


We have created a zip file having 2 csv filez for department and Employee.

Click on business objects >> click Menu (...) >> select data manager >> select import business objects >> upload zip file >> after import in fields steps we may need to make some changes like data type changes, like department BO, we will change the location field data type to reference type and will refer to location BO. We can also select required fields required in the BO.















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