You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Application-level fireEvent not triggering page-level event listener in VBCS

Summary:

Hi all,

I’m facing an issue with application-level custom events in Oracle VBCS not getting triggered at the page level, and I’m hoping someone can help clarify what I might be missing.

Scenario:
  • I have a Select Single component in the shell (header)
  • On value change, I am firing an application-level event using an action chain
    await Actions.fireEvent(context, {
    event: 'application:valuechangeevent'
    });

Expected Behavior

  • The event should be captured in the target page
  • A page-level event listener should execute an action chain to:
    • Reset the ADP (array data provider) bound to a table
    • Refresh table data accordingly

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!