Tuesday, October 24, 2017

View Object Creation Methods in OAF

View Objects can be created in 3 ways.
  1. Generated SQL based on EOs i.e. add WHERE CLAUSE at design time, not run-time for best performance.
  2. "Expert Mode" custom SQL with no underlying EOs i.e. Read-Only data.
  3. "Expert Mode" custom SQL manually mapped to EOs

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