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

I thought they came automatically if they were on the same view. Your view is set to vdp_view, do you have related lists on that view?

Also, your required parameters should be in a specific order, ie Table, sysID, others. That's why your view in UIB isn't showing.

I changed how I was passing the parameter. now I can see the details tab but still after that, it says configuration is not set to contact your admin. Is there any parameter I'm missing or any configuration?

Please help I'm stuck on this for like two days and couldn't find anything related. And thanks a lot you took your precious time for this. I appreciate!! 🙂

find_real_file.png

find_real_file.png

I was trying to see what data is getting passed to the record tab found out I can't access nowRecordFormBlob and the routes field says there is no data. I couldn't understand what is wrong.

find_real_file.pngfind_real_file.png

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?

Community Alums
Not applicable

Hello Michael and Nishi,

 

I am also working on the same thing.

I have created one page and one that page have added form component and added butttion for submit the record this is working fine but after clicking on submit i need to refresh the form with new record or sys id(-1).

 

could you guys help how i can achive this.

 

Regards,

Iqbal