Friday, September 26, 2025

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.displayName:- The display name for the App UI

$global.currentAppUi.description:- The description of the App UI

$global.currentAppUi.defaultPage:- The default page of the App UI (if there is one)

$global.currentAppUi.defaultFlow:- The default flow of the App UI (if there is one)

$global.currentAppUi.applicationStripe:- The stripe of the custom App UI

$global.currentAppUi.pillarTheme:- The pillar theme to use for the App UI

$global.currentAppUi.pillarThemeMode:- The pillar theme mode to use for the App UI

$global.currentAppUi.icon:- The icon of the custom App UI

$global.currentAppUi.usage:- (This variable is reserved for Oracle Cloud Applications)

$global.currentAppUi.menuDisplayName:- The name of the custom App UI

$global.currentAppUi.extensible: (Boolean) If this App UI can be extended

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