Wednesday, April 17, 2024

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













No comments:

Post a Comment

Featured Post

OIC - OCI Java function code for RSA Encryption and Decryption

Function Java code: package com.test.fn; import java.security.*; import java.security.spec.*; import java.util.Base64; import javax.crypto.C...