Friday, September 26, 2025

currentFlow built in variable in VBCS

If there is a routerFlow in the page, the $page.currentFlow variable can be used to retrieve the id of this flow.


$page.currentFlow:- The id of the current flow.

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