How do viewport tab communicate with each other?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2022 05:08 AM
Hello, we are currently working on a form in UI Builder and using the Tab set component configured as viewport tabs (which means every tab is a different page) so we can use a button to select the current tab index. And the issue we are experiencing is that, we cannot access the data on each of the tabs. We are aware of the properties, however:
- Is it possible to declare Global variables to the main page that can be accessed on each viewport tabs?
- And why are the field values gets cleared when switching tabs? (Pill component included – gets unselected when switching to other tabs)
Thank you for any help in advance!
- Labels:
-
UI Framework Next Experience
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-19-2024 12:49 PM
Hello,
Good Day,
Could you please let me know , you are able to find the solution for that ?
If yes, please let me know I am also facing that kind of issue now.
Thanks in Advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2025 06:37 AM
Hi Kevin,
have you found a solution for this?
Please help me
I've the same problem

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2024 07:55 AM
Hi Brad
I'm trying to pass informations from a subpage in a viewport to the parent page. You mentioned the following:
"child pages can communicate with the parent via events."
Can you please explain how this can be done?
Thanks in advance!
Regards,
Roy

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-01-2024 02:40 AM
I have found the solution! For everyone who is interested:
- Create "Handled event" on parent page with the desired payload fields
- On subpage, add a new event mapping on the desired component
- The created "Handled event" should appear under "Inherited event handlers"
- If not, the "Parent Macroponent" from the Variant (sys_ux_screen) is not set correctly
- Set the payload fields
- The created "Handled event" should appear under "Inherited event handlers"
- On parent page, add a new event mapping on "Body" for the "Handled event"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-12-2025 04:53 PM
Hi Roy,
how can i set the parameter i will pass to the child page?
Thanks,
Vincenzo