UI Builder - Open a record in a workspace view.

KushalT
Tera Contributor

Hello,

 

I have added a simple list component in my configurable workspace. Now, I wanted to open the record in the workspace view that has a limited number of related lists. I have added View as the required parameter and set the value of this parameter to the workspace using the row clicked->link to destination event mapping. However, it is not working as expected and the record is still getting opened in the same default view. Is there any other way to achieve this?

13 REPLIES 13

Nootan Bhat
Kilo Sage

Hi @KushalT,

If you are using 'Standard Record' template to view the record, there is an optional parameter called 'views' which need to be set to see the record in that view.

If you have created blank page use the 'Form' component where you can pass the  section details, fields details, views etc.

 

Let me know if it helped.

 

Thanks,

KushalT
Tera Contributor

Thanks @Nootan Bhat But I have to display the list of catalog tasks for which I am using the List component and when any record is getting clicked then that particular record is getting opened using an event handler. But, I am trying to open the record in the workspace view not in the default view.

@KushalT,

please share the Row clicked event configuration.

Also can you confirm if you have created new page to view the record? If so, did you use 'Standard Record' template?  

KushalT
Tera Contributor

@Nootan Bhat 

 

This is the List container that is displaying catalog tasks:

 

KushalT_0-1673255787050.png

 

Here is the Row clicked event configuration snapshot.

 

KushalT_1-1673255879789.png

 

I didn't use any template, I used a blank page.