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
Tagged:
0