UI Builder : Show related list in record page.

Nishi2
Tera Contributor

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.

1 ACCEPTED SOLUTION

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?

View solution in original post

11 REPLIES 11

Michael Fry1
Kilo Patron

Can you click on the record page tab component and post that screen shot?

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.