- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-24-2021 11:27 PM
Hey,
I'm trying to show record details with related lists and UI actions on UI builder. I user record page and made three required variables table, sysid and view that I'm passing from URL.
The record is getting opened but I couldn't see the related list tab in there. Is there any way to configure that?
Thank you.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2021 12:41 PM
That's a problem.
@context.props. - come from parameters on the page. ie @context.app.table, or @context.app.sysId
while @context.app. come from UX Page properties defined on the experience.
Are they all setup correctly?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2021 07:17 AM
Can you click on the record page tab component and post that screen shot?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2021 07:24 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2021 10:02 AM
I think you need to add a Tab Set: https://developer.servicenow.com/dev.do#!/reference/now-experience/quebec/now-components/now-uxf-tab...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2021 10:09 AM
So do I have to add a tab set and then use related list component to show the related list. I can't directly view them because I can see related lists in my view. but not on the UI builder page.