Tuesday, October 24, 2017

View Objects with Entity Objects in OAF

Entity Objects are the objects through which we insert, update and delete the data. View Objects are the objects through which we query data.

View Objects can be mapped to multiple Updatable EOs allow the actions on the EO occur through the VO.

View Objects can be mapped to multiple Reference EOs using those EOs just for query purposes, generally a foreign key

No comments:

Post a Comment

currentAppUi built in variable in VBCS

$global.currentAppUi.id :- The id of the App UI $global.currentAppUi.urlId :-The id of the App UI as shown in the URL $global.currentAppUi.d...