UI Builder - Open a record in a workspace view.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2023 11:40 PM
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?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2023 01:04 AM
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,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2023 01:07 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2023 01:12 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2023 01:19 AM
This is the List container that is displaying catalog tasks:
Here is the Row clicked event configuration snapshot.
I didn't use any template, I used a blank page.