I'm working on an accounts creation flow with two pages in VBCS—one for account details and one for address details. After successfully creating an account on the first page, I capture the partynumber
from the API response and assign it to an application-level variable. This partynumber
displays correctly on the account details page, but when navigating to the address details page, the same variable shows up as null
. Has anyone else had this experience or found a way to persist application-level variables across pages?
Any help or insights would be greatly appreciated!
