List Page Templete in UI Builder

AnabathulaM
Tera Contributor

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.

3 REPLIES 3

AnabathulaM
Tera Contributor

I to have the same issue.

aneta_koleva
Tera Expert

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":

aneta_koleva_0-1766128522368.png

After you click on continue select:

aneta_koleva_1-1766128577089.png

Then you need to configure the properties like this:

aneta_koleva_2-1766128663158.png

aneta_koleva_3-1766128730033.png

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 my answer Helpful in case you find it as such.

I have tried it. But won't worked. Is there any other way to do it.