- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-22-2022 06:41 AM
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?
Solved! Go to Solution.
- Labels:
-
UI Builder : Next Experience
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-29-2022 01:34 AM
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"
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:
Old view setting:
New view setting:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-22-2022 03:10 PM
Both of your screenshots show the same screen. Can you share your UIB configuration?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-22-2022 11:40 PM
Hi Marc,
Sorry about that, i have updated the UI Builder configuration screenshot to the actual screenshot from UIB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-29-2022 01:34 AM
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"
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:
Old view setting:
New view setting:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-18-2022 08:58 PM