UI Builder simple list custom view

Nikolaj2
Tera Guru

Hi community,

I am configuring Agent workspace for HR Case Management for a client and have run in to an issue.

I have created a landing page in UI Builder with various visualizations. One of the requirements is that the visualizations need to be clickable. For this purpuse i have done the following:
- I have created an event using the handler, Link to destination this uses the app route Simple list to navigate the user to list view matching the filtration from the clicked visualization.

This part works fine.

What is not working is the custom view i have tried adding to the configuration.

The view I am trying to use has been configured for Now Experience "UX Form View Rules". I have tried changing the view name to the view title and also the view sys_id but none of thoes works.

Can anyone help me with what i am missing to make a custom view work for the simple list App route in UI Builder?

1 ACCEPTED SOLUTION

Nikolaj2
Tera Guru

I managed to find a solution to this after some research.The solution i have come up with requires a small change to the Simple list page

Looking into the data vizualization the value we are passing as view is named: "view"
find_real_file.png
Going to the Simple list Page and looking at "List 1" the current view it recieves is set as "@context.props.listView" we need to change this to "@context.probs.view" since this is the variable we are passing in the URL when the data vizualization is clicked.

Simple list page:
find_real_file.png

Old view setting:
find_real_file.png
New view setting:
find_real_file.png

View solution in original post

7 REPLIES 7

Marc Mouries
ServiceNow Employee
ServiceNow Employee

Both of your screenshots show the same screen. Can you share your UIB configuration?

Hi Marc,

Sorry about that, i have updated the UI Builder configuration screenshot to the actual screenshot from UIB

Nikolaj2
Tera Guru

I managed to find a solution to this after some research.The solution i have come up with requires a small change to the Simple list page

Looking into the data vizualization the value we are passing as view is named: "view"
find_real_file.png
Going to the Simple list Page and looking at "List 1" the current view it recieves is set as "@context.props.listView" we need to change this to "@context.probs.view" since this is the variable we are passing in the URL when the data vizualization is clicked.

Simple list page:
find_real_file.png

Old view setting:
find_real_file.png
New view setting:
find_real_file.png

Hi Nikolaj

For me Simple list Page is read-only, is there any other way? to show the listview in the Link to destination.

find_real_file.png