List Page Templete in UI Builder
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I am working in ServiceNow UI Builder and configuring a List Page Template.
Currently, I have a list of records displayed on the page. My requirement is:
- When a user clicks on a record in the list (for example, the reference number or the row itself),
- The form view of that selected record should open
- Preferably in a new page or standard record form view
I would like to understand:
- How to configure the list row click behavior in UI Builder
- Whether this can be done using events, navigation, or link configuration
- If there is a standard way to open the record form from a list in a List Page Template
Has anyone implemented this behavior in UI Builder? Any guidance or best practices would be appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I to have the same issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
hello,
In order to open the record details in a new page you will need to add a page from Record page template.
when you have it, then it is easy: on the presentational list events you need to find the respective event (in the different release it is called differently) which is usually something like "Reference link clicked/Cell link selected":
After you click on continue select:
Then you need to configure the properties like this:
Depending on your release the table and the sysId it will be stored in different location, so get it according and map it to these two properties.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I have tried it. But won't worked. Is there any other way to do it.
